Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ tags:
|
|
16 |
<a href="https://colab.research.google.com/gist/pszemraj/a0c0a8cc24abfbf609f75f9d5c56c348/bart-base-instruct-example.ipynb">
|
17 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
18 |
</a>
|
|
|
19 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the pszemraj/dolly_hhrlhf-text2text dataset.
|
20 |
|
21 |
## Model description
|
@@ -41,6 +42,7 @@ prompt = "Write a guide on how to become a ninja while working a 9-5 job."
|
|
41 |
result = assistant(prompt, generation_config=cfg)[0]["generated_text"]
|
42 |
print(result)
|
43 |
```
|
|
|
44 |
> using the generation config is optional, can subsitute with other generation params.
|
45 |
|
46 |
## Intended uses & limitations
|
|
|
16 |
<a href="https://colab.research.google.com/gist/pszemraj/a0c0a8cc24abfbf609f75f9d5c56c348/bart-base-instruct-example.ipynb">
|
17 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
18 |
</a>
|
19 |
+
|
20 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the pszemraj/dolly_hhrlhf-text2text dataset.
|
21 |
|
22 |
## Model description
|
|
|
42 |
result = assistant(prompt, generation_config=cfg)[0]["generated_text"]
|
43 |
print(result)
|
44 |
```
|
45 |
+
|
46 |
> using the generation config is optional, can subsitute with other generation params.
|
47 |
|
48 |
## Intended uses & limitations
|