Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,6 @@ language:
|
|
57 |
- fa
|
58 |
base_model:
|
59 |
- haoranxu/ALMA-13B-Pretrain
|
60 |
-
- meta-llama/Llama-2-13b-hf
|
61 |
---
|
62 |
|
63 |
|
@@ -136,4 +135,4 @@ tokenizer = AutoTokenizer.from_pretrained("haoranxu/X-ALMA", padding_side='left'
|
|
136 |
|
137 |
# Add `lang="zh"`: specify the language to instruct the model on which group to use for the third loading method during generation.
|
138 |
generated_ids = model.generate(input_ids=input_ids, num_beams=5, max_new_tokens=20, do_sample=True, temperature=0.6, top_p=0.9, lang="zh")
|
139 |
-
```
|
|
|
57 |
- fa
|
58 |
base_model:
|
59 |
- haoranxu/ALMA-13B-Pretrain
|
|
|
60 |
---
|
61 |
|
62 |
|
|
|
135 |
|
136 |
# Add `lang="zh"`: specify the language to instruct the model on which group to use for the third loading method during generation.
|
137 |
generated_ids = model.generate(input_ids=input_ids, num_beams=5, max_new_tokens=20, do_sample=True, temperature=0.6, top_p=0.9, lang="zh")
|
138 |
+
```
|