Text Generation
Safetensors
English
lwl-uestc commited on
Commit
257b6a9
·
verified ·
1 Parent(s): e05c992

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Our RAG-Instruct-Llama3-3B is trained on [RAG-Instruct](https://huggingface.co/d
28
  | Llama3.2-3B + **RAG-Instruct** | 65.3 | 64.0 | 77.0 | 81.2 | 66.4 | 73.0 | 72.9 | 52.7 | 25.0 | 50.3 | 72.6 |
29
 
30
  # <span>Usage</span>
31
- RAG-Instruct-Llama3-3B can be used just like `Llama-3.1-8B-Instruct`. You can deploy it with tools like [vllm](https://github.com/vllm-project/vllm) or [Sglang](https://github.com/sgl-project/sglang), or perform direct inference:
32
  ```python
33
  from transformers import AutoModelForCausalLM, AutoTokenizer
34
 
 
28
  | Llama3.2-3B + **RAG-Instruct** | 65.3 | 64.0 | 77.0 | 81.2 | 66.4 | 73.0 | 72.9 | 52.7 | 25.0 | 50.3 | 72.6 |
29
 
30
  # <span>Usage</span>
31
+ You can deploy it with tools like [vllm](https://github.com/vllm-project/vllm) or [Sglang](https://github.com/sgl-project/sglang), or perform direct inference:
32
  ```python
33
  from transformers import AutoModelForCausalLM, AutoTokenizer
34