Update README.md
Browse files
README.md
CHANGED
@@ -104,6 +104,15 @@ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7,
|
|
104 |
print(outputs[0]["generated_text"])
|
105 |
```
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
## 🏆 Evaluation Scores
|
108 |
|
109 |
### Nous
|
|
|
104 |
print(outputs[0]["generated_text"])
|
105 |
```
|
106 |
|
107 |
+
> A large language model is a type of artificial intelligence (AI) model designed to understand and generate human language. It is trained on a massive corpus of text data, which it uses to learn patterns and relationships between words and concepts.
|
108 |
+
> Large language models are typically based on a deep learning approach called transformer architecture, which was introduced by the Google research paper "Attention Is All You Need" (2017). These models are designed to handle the complexity of natural language by capturing long-range dependencies and contextual relationships between words.
|
109 |
+
> Large language models can perform a variety of tasks, including:
|
110 |
+
> - Natural language processing (NLP): large language models can understand and generate text, and can be used for tasks such as text classification, sentiment analysis, and named entity recognition.
|
111 |
+
> - Text generation: large language models can generate human-like text, such as chatbots, language translation, and text summarization.
|
112 |
+
> - Question answering: large language models can answer questions based on the text they have been trained on.
|
113 |
+
> - Conversational AI: large language models can be used to create conversational agents that can understand and respond to user input.
|
114 |
+
|
115 |
+
|
116 |
## 🏆 Evaluation Scores
|
117 |
|
118 |
### Nous
|