Text Generation
Transformers
PyTorch
Safetensors
English
llama
text-generation-inference
Inference Endpoints
chansurgeplus commited on
Commit
ff77815
·
verified ·
1 Parent(s): 2f53cad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -78,6 +78,10 @@ outputs = model.generate(**inputs, max_new_tokens=1024, do_sample=True)
78
  print(tokenizer.decode(outputs[0]))
79
  ```
80
 
 
 
 
 
81
  ## Limitations
82
 
83
  - The model might not consistently show improved abilities to follow instructions, and it could respond inappropriately or get stuck in loops.
 
78
  print(tokenizer.decode(outputs[0]))
79
  ```
80
 
81
+ ## Evaluations
82
+
83
+ Refer to our self-reported evaluations in our paper (Section 4).
84
+
85
  ## Limitations
86
 
87
  - The model might not consistently show improved abilities to follow instructions, and it could respond inappropriately or get stuck in loops.