Ashley37sky commited on
Commit
8920658
·
verified ·
1 Parent(s): e6909ce

Training in progress, step 200

Browse files
Files changed (3) hide show
  1. config.json +54 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": "LABEL_1",
20
+ "2": "LABEL_2",
21
+ "3": "LABEL_3"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 8192,
25
+ "label2id": {
26
+ "LABEL_0": 0,
27
+ "LABEL_1": 1,
28
+ "LABEL_2": 2,
29
+ "LABEL_3": 3
30
+ },
31
+ "max_position_embeddings": 131072,
32
+ "mlp_bias": false,
33
+ "model_type": "llama",
34
+ "num_attention_heads": 32,
35
+ "num_hidden_layers": 16,
36
+ "num_key_value_heads": 8,
37
+ "pad_token_id": 128009,
38
+ "pretraining_tp": 1,
39
+ "problem_type": "single_label_classification",
40
+ "rms_norm_eps": 1e-05,
41
+ "rope_scaling": {
42
+ "factor": 32.0,
43
+ "high_freq_factor": 4.0,
44
+ "low_freq_factor": 1.0,
45
+ "original_max_position_embeddings": 8192,
46
+ "rope_type": "llama3"
47
+ },
48
+ "rope_theta": 500000.0,
49
+ "tie_word_embeddings": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.45.2",
52
+ "use_cache": true,
53
+ "vocab_size": 128256
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e1fbbd06d8aaca8f445e5d3b407e00a5e98c93d33184ede3f37f1826325d66
3
+ size 4943307184
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898eb1003dd5492a56fa0f35ad3a81f8f3700793cc47898ede3ff0974c444129
3
+ size 5176