Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,31 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
- vi
|
| 5 |
- en
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# HOS-OSS-270M
|
| 11 |
|
| 12 |
Custom 270M parameter LLaMA-style model.
|
| 13 |
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
-
|
| 17 |
-
-
|
| 18 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
|
|
|
| 3 |
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- llama
|
| 9 |
+
- causal-lm
|
| 10 |
+
- 270m
|
| 11 |
+
- research
|
| 12 |
---
|
| 13 |
|
| 14 |
# HOS-OSS-270M
|
| 15 |
|
| 16 |
Custom 270M parameter LLaMA-style model.
|
| 17 |
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
- Architecture: LLaMA-style Transformer
|
| 21 |
+
- Parameters: 270M
|
| 22 |
+
- Vocabulary: 32k
|
| 23 |
+
- Context length: 1024
|
| 24 |
+
|
| 25 |
+
## Hosted / Supported by
|
| 26 |
+
|
| 27 |
+
This model is hosted on Hugging Face Hub and maintained by **hydffgg**.
|
| 28 |
+
|
| 29 |
+
## Disclaimer
|
| 30 |
|
| 31 |
+
This model is randomly initialized and intended for research purposes only.
|