indiejoseph
commited on
Commit
•
9940d44
1
Parent(s):
8ddabd8
End of training
Browse files- README.md +6 -2
- config.json +1 -1
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
base_model: hon9kon9ize/yi-1.5-6b-yub-vocab-expanded
|
3 |
tags:
|
|
|
|
|
|
|
|
|
4 |
- trl
|
5 |
- sft
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
-
-
|
9 |
model-index:
|
10 |
- name: cantonesellm-cpt-202405
|
11 |
results: []
|
@@ -16,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# cantonesellm-cpt-202405
|
18 |
|
19 |
-
This model is a fine-tuned version of [hon9kon9ize/yi-1.5-6b-yub-vocab-expanded](https://huggingface.co/hon9kon9ize/yi-1.5-6b-yub-vocab-expanded) on the
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
1 |
---
|
2 |
base_model: hon9kon9ize/yi-1.5-6b-yub-vocab-expanded
|
3 |
tags:
|
4 |
+
- alignment-handbook
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
+
- generated_from_trainer
|
8 |
- trl
|
9 |
- sft
|
10 |
- generated_from_trainer
|
11 |
datasets:
|
12 |
+
- hon9kon9ize/cantonesellm-pt-20240514
|
13 |
model-index:
|
14 |
- name: cantonesellm-cpt-202405
|
15 |
results: []
|
|
|
20 |
|
21 |
# cantonesellm-cpt-202405
|
22 |
|
23 |
+
This model is a fine-tuned version of [hon9kon9ize/yi-1.5-6b-yub-vocab-expanded](https://huggingface.co/hon9kon9ize/yi-1.5-6b-yub-vocab-expanded) on the hon9kon9ize/cantonesellm-pt-20240514 dataset.
|
24 |
|
25 |
## Model description
|
26 |
|
config.json
CHANGED
@@ -24,6 +24,6 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.40.2",
|
27 |
-
"use_cache":
|
28 |
"vocab_size": 67456
|
29 |
}
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.40.2",
|
27 |
+
"use_cache": true,
|
28 |
"vocab_size": 67456
|
29 |
}
|