Update README.md
Browse files
README.md
CHANGED
@@ -74,4 +74,9 @@ pipeline = transformers.pipeline(
|
|
74 |
|
75 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
76 |
print(outputs[0]["generated_text"])
|
77 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
76 |
print(outputs[0]["generated_text"])
|
77 |
+
```
|
78 |
+
|
79 |
+
## Genetic
|
80 |
+
|
81 |
+
|
82 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64d71ab4089bc502ceb44d29/GrB1JfyS2lm_IeM05QMp5.png)
|