Update model metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MultiModel Small 229M
|
| 2 |
|
| 3 |
Small multimodal-ready transformer checkpoint trained on the project's educational text dataset.
|
|
@@ -6,7 +12,7 @@ Small multimodal-ready transformer checkpoint trained on the project's education
|
|
| 6 |
|
| 7 |
- Parameters: approximately 229M
|
| 8 |
- Text decoder: 12 layers, 768 hidden size, 12 attention heads
|
| 9 |
-
- Vocabulary: 50,257 BPE tokens
|
| 10 |
- Training samples: 1,000
|
| 11 |
- Checkpoint: global step 350
|
| 12 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
tags:
|
| 4 |
+
- multimodel-small
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
# MultiModel Small 229M
|
| 8 |
|
| 9 |
Small multimodal-ready transformer checkpoint trained on the project's educational text dataset.
|
|
|
|
| 12 |
|
| 13 |
- Parameters: approximately 229M
|
| 14 |
- Text decoder: 12 layers, 768 hidden size, 12 attention heads
|
| 15 |
+
- Vocabulary: 50,257 GPT-2 BPE tokens
|
| 16 |
- Training samples: 1,000
|
| 17 |
- Checkpoint: global step 350
|
| 18 |
|