chansurgeplus commited on
Commit
bf7bf05
1 Parent(s): a0fd6c2

Update README.md

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