hushell commited on
Commit
7182620
1 Parent(s): c0ca04f

End of training

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. config.json +1 -1
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
  base_model: ondevicellm/tinyllama_moe_v2
3
  tags:
 
 
4
  - trl
5
  - sft
6
  - generated_from_trainer
7
  datasets:
8
- - generator
9
  model-index:
10
  - name: tinyllama_moe_sft_ultrachat_v2_ep3
11
  results: []
@@ -16,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # tinyllama_moe_sft_ultrachat_v2_ep3
18
 
19
- This model is a fine-tuned version of [ondevicellm/tinyllama_moe_v2](https://huggingface.co/ondevicellm/tinyllama_moe_v2) on the generator dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.1289
22
 
 
1
  ---
2
  base_model: ondevicellm/tinyllama_moe_v2
3
  tags:
4
+ - alignment-handbook
5
+ - generated_from_trainer
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
+ - HuggingFaceH4/ultrachat_200k
11
  model-index:
12
  - name: tinyllama_moe_sft_ultrachat_v2_ep3
13
  results: []
 
18
 
19
  # tinyllama_moe_sft_ultrachat_v2_ep3
20
 
21
+ This model is a fine-tuned version of [ondevicellm/tinyllama_moe_v2](https://huggingface.co/ondevicellm/tinyllama_moe_v2) on the HuggingFaceH4/ultrachat_200k dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.1289
24
 
config.json CHANGED
@@ -28,6 +28,6 @@
28
  "tie_word_embeddings": false,
29
  "torch_dtype": "bfloat16",
30
  "transformers_version": "4.36.2",
31
- "use_cache": false,
32
  "vocab_size": 32000
33
  }
 
28
  "tie_word_embeddings": false,
29
  "torch_dtype": "bfloat16",
30
  "transformers_version": "4.36.2",
31
+ "use_cache": true,
32
  "vocab_size": 32000
33
  }