add model metadata
Browse files
README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
1-epoch checkpoint
|
|
@@ -20,4 +28,4 @@ La de da de daaaaaaah!
|
|
| 20 |
|
| 21 |
is this long enough yet?
|
| 22 |
|
| 23 |
-
Yep that did it!
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- chatml
|
| 9 |
+
base_model:
|
| 10 |
+
- yam-peleg/Experiment26-7B
|
| 11 |
---
|
| 12 |
|
| 13 |
1-epoch checkpoint
|
|
|
|
| 28 |
|
| 29 |
is this long enough yet?
|
| 30 |
|
| 31 |
+
Yep that did it!
|