Henrychur commited on
Commit
2678883
1 Parent(s): 06af139

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -30,11 +30,10 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
30
  tokenizer = AutoTokenizer.from_pretrained("Henrychur/MMed-Llama-3-8B-EnIns")
31
  model = AutoModelForCausalLM.from_pretrained("Henrychur/MMed-Llama-3-8B-EnIns", torch_dtype=torch.float16)
32
  ```
33
- Inference format is the same as Llama 3, coming soon...
34
 
 
35
 
36
 
37
- - Note that this is a foundation model that has not undergone instruction fine-tuning.
38
  ## News
39
  [2024.2.21] Our pre-print paper is released ArXiv. Dive into our findings [here](https://arxiv.org/abs/2402.13963).
40
 
 
30
  tokenizer = AutoTokenizer.from_pretrained("Henrychur/MMed-Llama-3-8B-EnIns")
31
  model = AutoModelForCausalLM.from_pretrained("Henrychur/MMed-Llama-3-8B-EnIns", torch_dtype=torch.float16)
32
  ```
 
33
 
34
+ - Inference format is the same as Llama 3, coming soon...
35
 
36
 
 
37
  ## News
38
  [2024.2.21] Our pre-print paper is released ArXiv. Dive into our findings [here](https://arxiv.org/abs/2402.13963).
39