sanjeevisaac commited on
Commit
64d76c4
1 Parent(s): a567c61

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -2
  2. all_results.json +5 -0
  3. config.json +41 -0
  4. eval_results.json +8 -0
README.md CHANGED
@@ -2,12 +2,13 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  base_model: mistralai/Mistral-7B-v0.1
9
  datasets:
10
- - generator
11
  model-index:
12
  - name: zephyr-7b-sft-qlora
13
  results: []
@@ -18,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # zephyr-7b-sft-qlora
20
 
21
- 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.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.9525
24
 
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  base_model: mistralai/Mistral-7B-v0.1
10
  datasets:
11
+ - HuggingFaceH4/ultrachat_200k
12
  model-index:
13
  - name: zephyr-7b-sft-qlora
14
  results: []
 
19
 
20
  # zephyr-7b-sft-qlora
21
 
22
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the HuggingFaceH4/ultrachat_200k dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.9525
25
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 0.9999713113578335,
 
 
 
 
 
3
  "total_flos": 1.2254141370633028e+19,
4
  "train_loss": 0.9593030543455379,
5
  "train_runtime": 137087.8983,
 
1
  {
2
  "epoch": 0.9999713113578335,
3
+ "eval_loss": 0.9524931311607361,
4
+ "eval_runtime": 4185.6682,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 3.687,
7
+ "eval_steps_per_second": 0.461,
8
  "total_flos": 1.2254141370633028e+19,
9
  "train_loss": 0.9593030543455379,
10
  "train_runtime": 137087.8983,
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mistralai/Mistral-7B-v0.1",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "_load_in_4bit": true,
20
+ "_load_in_8bit": false,
21
+ "bnb_4bit_compute_dtype": "bfloat16",
22
+ "bnb_4bit_quant_storage": "uint8",
23
+ "bnb_4bit_quant_type": "nf4",
24
+ "bnb_4bit_use_double_quant": false,
25
+ "llm_int8_enable_fp32_cpu_offload": false,
26
+ "llm_int8_has_fp16_weight": false,
27
+ "llm_int8_skip_modules": null,
28
+ "llm_int8_threshold": 6.0,
29
+ "load_in_4bit": true,
30
+ "load_in_8bit": false,
31
+ "quant_method": "bitsandbytes"
32
+ },
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_theta": 10000.0,
35
+ "sliding_window": 4096,
36
+ "tie_word_embeddings": false,
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.40.2",
39
+ "use_cache": true,
40
+ "vocab_size": 32000
41
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9999713113578335,
3
+ "eval_loss": 0.9524931311607361,
4
+ "eval_runtime": 4185.6682,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 3.687,
7
+ "eval_steps_per_second": 0.461
8
+ }