Commit
•
9ed2884
1
Parent(s):
b7d9407
add model metadata (#1)
Browse files- add model metadata (08733de31be1ab78b628a9a0e80c89c898a0482a)
Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>
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!
|