Update README.md
Browse files
README.md
CHANGED
@@ -33,8 +33,14 @@ model = AutoModelForCausalLM.from_pretrained("ed001/datascience-coder-6.7b", tru
|
|
33 |
pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=1024, top_p=0.95)
|
34 |
result = pipe(build_instruction_prompt("Perform EDA on the Iris dataset"))
|
35 |
print(result[0]['generated_text'])
|
36 |
-
|
37 |
```
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Contact
|
40 |
GitHub: [Ea0011](https://github.com/Ea0011)
|
|
|
33 |
pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=1024, top_p=0.95)
|
34 |
result = pipe(build_instruction_prompt("Perform EDA on the Iris dataset"))
|
35 |
print(result[0]['generated_text'])
|
|
|
36 |
```
|
37 |
|
38 |
+
## Samples
|
39 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/62618f3e6dae705b2567fb13/0H8lj26xLOfLuCD0yVmER.png" width="50%"/>
|
40 |
+
|
41 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/62618f3e6dae705b2567fb13/8W62qr1cPSLsq6lLfLCib.png" width="50%"/>
|
42 |
+
|
43 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/62618f3e6dae705b2567fb13/XNLclcr4KQqtPseGg2Gzn.png" width="50%"/>
|
44 |
+
|
45 |
## Contact
|
46 |
GitHub: [Ea0011](https://github.com/Ea0011)
|