Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Tiny-LLM
|
| 2 |
|
| 3 |
A Tiny LLM model with just 10 Million parameters, this is probably one of the small LLM arounds, and it is functional.
|
|
@@ -46,4 +52,4 @@ def main():
|
|
| 46 |
|
| 47 |
if __name__ == "__main__":
|
| 48 |
main()
|
| 49 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceFW/fineweb
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
---
|
| 7 |
# Tiny-LLM
|
| 8 |
|
| 9 |
A Tiny LLM model with just 10 Million parameters, this is probably one of the small LLM arounds, and it is functional.
|
|
|
|
| 52 |
|
| 53 |
if __name__ == "__main__":
|
| 54 |
main()
|
| 55 |
+
```
|