sengi commited on
Commit
94338ae
·
verified ·
1 Parent(s): 8e75e74

Training in progress, step 100

Browse files
README.md CHANGED
@@ -2,11 +2,12 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - generator
10
  base_model: mistralai/Mistral-7B-v0.1
11
  model-index:
12
  - name: zephyr-7b-sft-qlora
@@ -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
 
23
  ## Model description
24
 
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
+ - HuggingFaceH4/ultrachat_200k
11
  base_model: mistralai/Mistral-7B-v0.1
12
  model-index:
13
  - name: zephyr-7b-sft-qlora
 
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
 
24
  ## Model description
25
 
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
- "up_proj",
25
- "q_proj",
26
  "down_proj",
27
- "gate_proj",
28
  "k_proj",
 
 
 
 
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "down_proj",
 
24
  "k_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "o_proj",
28
+ "up_proj",
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 10000.0,
20
+ "sliding_window": 4096,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.37.2",
24
+ "use_cache": true,
25
+ "vocab_size": 32000
26
+ }
runs/Apr14_00-46-18_g3023/events.out.tfevents.1713080903.g3023.43510.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda7c25ba7b78ec2b9eaa6e6f3b364ff822b8eb0f84f6f6d8b3f87c0a1e1e48f
3
+ size 7686
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:142a14809e285e427e561c3b563130821d0cd6c4f7c809c3cdfa0bbd0db3409d
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9072246606f256490c0ed9a8396d3efa810970ac671473c4e0dcfb4e74a474d
3
  size 4792