Update README.md
Browse files
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 |
+

|