YYYYYYibo commited on
Commit
b37d91e
1 Parent(s): 135bd56

DPO-7b-beta0.01

Browse files
Files changed (2) hide show
  1. README.md +6 -2
  2. config.json +26 -0
README.md CHANGED
@@ -1,11 +1,15 @@
1
  ---
2
  base_model: alignment-handbook/zephyr-7b-sft-full
 
 
 
3
  library_name: peft
4
  license: apache-2.0
5
  tags:
 
 
6
  - trl
7
  - dpo
8
- - generated_from_trainer
9
  model-index:
10
  - name: gshf_lora_iter_2
11
  results: []
@@ -16,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # gshf_lora_iter_2
18
 
19
- This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.6731
22
  - Rewards/chosen: -0.6240
 
1
  ---
2
  base_model: alignment-handbook/zephyr-7b-sft-full
3
+ datasets:
4
+ - updated
5
+ - original
6
  library_name: peft
7
  license: apache-2.0
8
  tags:
9
+ - alignment-handbook
10
+ - generated_from_trainer
11
  - trl
12
  - dpo
 
13
  model-index:
14
  - name: gshf_lora_iter_2
15
  results: []
 
20
 
21
  # gshf_lora_iter_2
22
 
23
+ This model is a fine-tuned version of [YYYYYYibo/gshf_lora_iter_1](https://huggingface.co/YYYYYYibo/gshf_lora_iter_1) on the updated and the original datasets.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.6731
26
  - Rewards/chosen: -0.6240
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "alignment-handbook/zephyr-7b-sft-full",
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
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 10000.0,
20
+ "sliding_window": 4096,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.36.2",
24
+ "use_cache": true,
25
+ "vocab_size": 32000
26
+ }