martimfasantos
commited on
Commit
•
2aca654
1
Parent(s):
59c880c
End of training
Browse files- README.md +6 -2
- config.json +1 -1
README.md
CHANGED
@@ -2,11 +2,15 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
10 |
model-index:
|
11 |
- name: tinyllama-1.1b-mt-sft-full_sardine_2gpus
|
12 |
results: []
|
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# tinyllama-1.1b-mt-sft-full_sardine_2gpus
|
19 |
|
20 |
-
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
12 |
datasets:
|
13 |
+
- sardinelab/MT-pref
|
14 |
model-index:
|
15 |
- name: tinyllama-1.1b-mt-sft-full_sardine_2gpus
|
16 |
results: []
|
|
|
21 |
|
22 |
# tinyllama-1.1b-mt-sft-full_sardine_2gpus
|
23 |
|
24 |
+
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the sardinelab/MT-pref dataset.
|
25 |
|
26 |
## Model description
|
27 |
|
config.json
CHANGED
@@ -24,6 +24,6 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.43.3",
|
27 |
-
"use_cache":
|
28 |
"vocab_size": 32000
|
29 |
}
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.43.3",
|
27 |
+
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|