Update README.md
Browse files
README.md
CHANGED
@@ -65,5 +65,12 @@ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7,
|
|
65 |
print(outputs[0]["generated_text"])
|
66 |
```
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
## Thanks
|
69 |
Thanks to Google Colab for the compute.
|
|
|
65 |
print(outputs[0]["generated_text"])
|
66 |
```
|
67 |
|
68 |
+
Output:
|
69 |
+
```text
|
70 |
+
A large language model is a type of artificial intelligence system that has been trained on a massive amount of data, often millions or even billions of words, to learn the patterns and relationships between words and phrases.
|
71 |
+
These models can then be used to generate new text, understand and translate languages, and perform various natural language processing tasks.
|
72 |
+
They have become increasingly popular in recent years due to advances in machine learning technology and their ability to achieve high levels of accuracy and performance on natural language processing tasks.
|
73 |
+
Examples of large language models include GPT-2, BERT, and T5.
|
74 |
+
```
|
75 |
## Thanks
|
76 |
Thanks to Google Colab for the compute.
|