Update README.md
Browse files
README.md
CHANGED
@@ -147,3 +147,7 @@ pipeline = transformers.pipeline(
|
|
147 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
148 |
print(outputs[0]["generated_text"])
|
149 |
```
|
|
|
|
|
|
|
|
|
|
147 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
148 |
print(outputs[0]["generated_text"])
|
149 |
```
|
150 |
+
|
151 |
+
Output:
|
152 |
+
|
153 |
+
> A large language model is a type of artificial intelligence (AI) system that has been trained on vast amounts of text data. It's designed to understand and generate human-like language, making predictions on what words or phrases might come next in a sentence or document. These models use complex algorithms and neural network architectures to learn from the data and improve their performance over time. Some well-known large language models include GPT-3 from OpenAI and BERT from Google.
|