shirwu commited on
Commit
0e625d6
·
verified ·
1 Parent(s): 10eee11

Training in progress, step 1

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb97c3a61ea2e0ebae72b7e7f2f445004f45458d33153fa974996be1fed3b6e4
3
  size 90207248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94293596966495a2e63593a3a4118cf3dce4996b81444b5a239ac8c512b3cc22
3
  size 90207248
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0022222222222222222,
3
+ "eval_accuracy": 0.4262295081967213,
4
+ "eval_loss": 0.6943359375,
5
+ "eval_runtime": 4.7053,
6
+ "eval_samples_per_second": 42.505,
7
+ "eval_steps_per_second": 10.626
8
+ }
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
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0022222222222222222,
3
+ "eval_accuracy": 0.4262295081967213,
4
+ "eval_loss": 0.6943359375,
5
+ "eval_runtime": 4.7053,
6
+ "eval_samples_per_second": 42.505,
7
+ "eval_steps_per_second": 10.626
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e465b1ece3e193a5835d5662374bf9763ad997732ba19378c360f8321b5f7e
3
+ size 1072905784