jiuhai commited on
Commit
97ef21c
1 Parent(s): e33e677

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -2,7 +2,10 @@
2
  license: mit
3
  base_model: HuggingFaceH4/mistral-7b-sft-beta
4
  tags:
 
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: zephyr-7b-dpo-lora
8
  results: []
@@ -13,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # zephyr-7b-dpo-lora
15
 
16
- This model is a fine-tuned version of [HuggingFaceH4/mistral-7b-sft-beta](https://huggingface.co/HuggingFaceH4/mistral-7b-sft-beta) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.7922
19
  - Rewards/chosen: -6.3032
 
2
  license: mit
3
  base_model: HuggingFaceH4/mistral-7b-sft-beta
4
  tags:
5
+ - alignment-handbook
6
  - generated_from_trainer
7
+ datasets:
8
+ - Anthropic/hh-rlhf
9
  model-index:
10
  - name: zephyr-7b-dpo-lora
11
  results: []
 
16
 
17
  # zephyr-7b-dpo-lora
18
 
19
+ This model is a fine-tuned version of [HuggingFaceH4/mistral-7b-sft-beta](https://huggingface.co/HuggingFaceH4/mistral-7b-sft-beta) on the Anthropic/hh-rlhf dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.7922
22
  - Rewards/chosen: -6.3032
adapter_config.json CHANGED
@@ -16,10 +16,10 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "k_proj",
20
- "o_proj",
21
  "v_proj",
22
- "q_proj"
 
 
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
 
19
  "v_proj",
20
+ "o_proj",
21
+ "q_proj",
22
+ "k_proj"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:213b0f6f8e85b2818b033e447a504cd4547cace514f1e7d4088fb8b661b1e852
3
  size 109086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:198041c9f2f3cfff0260eeb97df84c0b7c987704bbc445b9717adff9cb2a5743
3
  size 109086672
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "HuggingFaceH4/mistral-7b-sft-beta",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 14336,
12
+ "max_position_embeddings": 32768,
13
+ "model_type": "mistral",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "num_key_value_heads": 8,
17
+ "rms_norm_eps": 1e-05,
18
+ "rope_theta": 10000.0,
19
+ "sliding_window": 4096,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.35.0",
23
+ "use_cache": true,
24
+ "vocab_size": 32000
25
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8ee00fede12c044e84a0c3b8f7f79fb304de3238d63211269f7479f86d71ae7
3
  size 5688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a567abdf9183c4e61e9d3def199b460676cfa0d856a80e25f3c953319fc8e5d3
3
  size 5688