Text Generation
Transformers
Safetensors
llama
conversational
text-generation-inference
Inference Endpoints
haoranxu commited on
Commit
0c92966
·
verified ·
1 Parent(s): 473ed92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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
+ ```