vwxyzjn commited on
Commit
5918d84
1 Parent(s): 75584dd

End of training

Browse files
Files changed (2) hide show
  1. README.md +5 -2
  2. config.json +1 -1
README.md CHANGED
@@ -2,11 +2,14 @@
2
  license: apache-2.0
3
  base_model: mistralai/Mistral-7B-v0.1
4
  tags:
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - generator
 
10
  model-index:
11
  - name: zephyr-7b-sft-cai
12
  results: []
@@ -17,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # zephyr-7b-sft-cai
19
 
20
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.9344
23
 
 
2
  license: apache-2.0
3
  base_model: mistralai/Mistral-7B-v0.1
4
  tags:
5
+ - alignment-handbook
6
+ - generated_from_trainer
7
  - trl
8
  - sft
9
  - generated_from_trainer
10
  datasets:
11
+ - HuggingFaceH4/cai-conversation-harmless
12
+ - HuggingFaceH4/ultrachat_200k
13
  model-index:
14
  - name: zephyr-7b-sft-cai
15
  results: []
 
20
 
21
  # zephyr-7b-sft-cai
22
 
23
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the HuggingFaceH4/cai-conversation-harmless and the HuggingFaceH4/ultrachat_200k datasets.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.9344
26
 
config.json CHANGED
@@ -21,6 +21,6 @@
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.36.2",
24
- "use_cache": false,
25
  "vocab_size": 32000
26
  }
 
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.36.2",
24
+ "use_cache": true,
25
  "vocab_size": 32000
26
  }