Locutusque commited on
Commit
f79f72f
1 Parent(s): 6b4b57e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -64,4 +64,8 @@ pipeline = transformers.pipeline(
64
 
65
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
66
  print(outputs[0]["generated_text"])
67
- ```
 
 
 
 
 
64
 
65
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
66
  print(outputs[0]["generated_text"])
67
+ ```
68
+
69
+ ## Evaluation results
70
+
71
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6437292ecd93f4c9a34b0d47/Rua1QoEPYNPqL1Z1W4dpf.png)