shirwu commited on
Commit
c64639f
·
verified ·
1 Parent(s): 56f50b8

Training in progress, step 1

Browse files
adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "v_proj",
27
- "o_proj",
28
  "gate_proj",
 
29
  "down_proj",
30
  "q_proj",
31
- "k_proj",
32
- "up_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "up_proj",
 
27
  "gate_proj",
28
+ "k_proj",
29
  "down_proj",
30
  "q_proj",
31
+ "o_proj",
32
+ "v_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5399169408e0472fec79734ce74469216db17bc47fec9ded630bcd2bf4736b5d
3
  size 90207248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b45683316a2125ac85ee9ed7e75acbec145f39d178440639361092659e1dc1
3
  size 90207248
full_step=1/config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
3
+ "architectures": [
4
+ "LlamaForSequenceClassification"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
+ "head_dim": 64,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 2048,
17
+ "id2label": {
18
+ "0": "LABEL_0"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 8192,
22
+ "label2id": {
23
+ "LABEL_0": 0
24
+ },
25
+ "max_position_embeddings": 131072,
26
+ "mlp_bias": false,
27
+ "model_type": "llama",
28
+ "num_attention_heads": 32,
29
+ "num_hidden_layers": 16,
30
+ "num_key_value_heads": 8,
31
+ "pad_token_id": 128009,
32
+ "pretraining_tp": 1,
33
+ "quantization_config": {
34
+ "_load_in_4bit": true,
35
+ "_load_in_8bit": false,
36
+ "bnb_4bit_compute_dtype": "bfloat16",
37
+ "bnb_4bit_quant_storage": "uint8",
38
+ "bnb_4bit_quant_type": "nf4",
39
+ "bnb_4bit_use_double_quant": false,
40
+ "llm_int8_enable_fp32_cpu_offload": false,
41
+ "llm_int8_has_fp16_weight": false,
42
+ "llm_int8_skip_modules": null,
43
+ "llm_int8_threshold": 6.0,
44
+ "load_in_4bit": true,
45
+ "load_in_8bit": false,
46
+ "quant_method": "bitsandbytes"
47
+ },
48
+ "rms_norm_eps": 1e-05,
49
+ "rope_scaling": {
50
+ "factor": 32.0,
51
+ "high_freq_factor": 4.0,
52
+ "low_freq_factor": 1.0,
53
+ "original_max_position_embeddings": 8192,
54
+ "rope_type": "llama3"
55
+ },
56
+ "rope_theta": 500000.0,
57
+ "tie_word_embeddings": true,
58
+ "torch_dtype": "float16",
59
+ "transformers_version": "4.48.2",
60
+ "use_cache": false,
61
+ "vocab_size": 128256
62
+ }
full_step=1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af1df53c6cd88dbd35bcf6d25d15e728352b3c997025a6def5e1663b2473643c
3
+ size 1072905784
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3237f3e057123fbc65a25db0eb3f0af442caca834014a73886eb170a736b05a
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21a87551c7fda5496aee98ce3e636103b6bb719e7935e827b2020aa3338fa38d
3
  size 5496