hushell commited on
Commit
bbbc1ab
1 Parent(s): d9da186

End of training

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