Update README.md
Browse files
README.md
CHANGED
|
@@ -33,8 +33,16 @@ model = AutoModelForCausalLM.from_pretrained("ed001/datascience-coder-1.3b", 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 |
+
## Examples
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/62618f3e6dae705b2567fb13/d3qCHXdrNNlq4VMus7e_S.png" width="50%"/>
|
| 42 |
+
|
| 43 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/62618f3e6dae705b2567fb13/pU7flGRav_h1WDCj12RwP.png" width="50%"/>
|
| 44 |
+
|
| 45 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/62618f3e6dae705b2567fb13/txFZANcIhaY-6mEe49kTE.png" width="50%"/>
|
| 46 |
+
|
| 47 |
## Contact
|
| 48 |
GitHub: [Ea0011](https://github.com/Ea0011)
|