Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AgGPT-6 Mini
|
| 2 |
|
| 3 |
AgGPT-6 Mini is a very lightweight language model designed to generate human-like text by combining multiple machine learning techniques, including attention mechanisms, token embeddings, and n-gram models. It can predict the next word or generate entire sentences based on a given input, leveraging attention to improve the contextual relevance of its predictions.
|
|
@@ -11,4 +16,4 @@ AgGPT-6 Mini is a very lightweight language model designed to generate human-lik
|
|
| 11 |
|
| 12 |
---
|
| 13 |
license: apache-2.0
|
| 14 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
# AgGPT-6 Mini
|
| 7 |
|
| 8 |
AgGPT-6 Mini is a very lightweight language model designed to generate human-like text by combining multiple machine learning techniques, including attention mechanisms, token embeddings, and n-gram models. It can predict the next word or generate entire sentences based on a given input, leveraging attention to improve the contextual relevance of its predictions.
|
|
|
|
| 16 |
|
| 17 |
---
|
| 18 |
license: apache-2.0
|
| 19 |
+
---
|