hushell commited on
Commit
07515bf
1 Parent(s): 935514f

End of training

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. config.json +1 -1
README.md CHANGED
@@ -2,11 +2,13 @@
2
  license: apache-2.0
3
  base_model: ondevicellm/tinyllama_moe
4
  tags:
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - generator
10
  model-index:
11
  - name: tinyllama_moe_sft_ultrachat200k_v2_epochs3
12
  results: []
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # tinyllama_moe_sft_ultrachat200k_v2_epochs3
19
 
20
- This model is a fine-tuned version of [ondevicellm/tinyllama_moe](https://huggingface.co/ondevicellm/tinyllama_moe) on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.1178
23
 
 
2
  license: apache-2.0
3
  base_model: ondevicellm/tinyllama_moe
4
  tags:
5
+ - alignment-handbook
6
+ - generated_from_trainer
7
  - trl
8
  - sft
9
  - generated_from_trainer
10
  datasets:
11
+ - HuggingFaceH4/ultrachat_200k
12
  model-index:
13
  - name: tinyllama_moe_sft_ultrachat200k_v2_epochs3
14
  results: []
 
19
 
20
  # tinyllama_moe_sft_ultrachat200k_v2_epochs3
21
 
22
+ This model is a fine-tuned version of [ondevicellm/tinyllama_moe](https://huggingface.co/ondevicellm/tinyllama_moe) on the HuggingFaceH4/ultrachat_200k dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 1.1178
25
 
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
  }