KitsuVp commited on
Commit
433336a
·
verified ·
1 Parent(s): d026a08

Model save

Browse files
Files changed (5) hide show
  1. README.md +14 -8
  2. config.json +9 -6
  3. generation_config.json +1 -1
  4. model.safetensors +2 -2
  5. training_args.bin +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.1389
18
 
19
  ## Model description
20
 
@@ -44,16 +44,22 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:-----:|:---------------:|
49
- | 3.8136 | 0.32 | 5000 | 3.7511 |
50
- | 3.4787 | 0.64 | 10000 | 3.3824 |
51
- | 3.2781 | 0.96 | 15000 | 3.1389 |
 
 
 
 
 
 
52
 
53
 
54
  ### Framework versions
55
 
56
- - Transformers 5.0.0
57
  - Pytorch 2.10.0+cu130
58
- - Datasets 4.5.0
59
  - Tokenizers 0.22.2
 
14
 
15
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.3061
18
 
19
  ## Model description
20
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:------:|:-----:|:---------------:|
49
+ | 3.8671 | 0.1067 | 5000 | 3.7862 |
50
+ | 3.6710 | 0.2133 | 10000 | 3.5860 |
51
+ | 3.5866 | 0.32 | 15000 | 3.5085 |
52
+ | 3.5398 | 0.4267 | 20000 | 3.4550 |
53
+ | 3.5042 | 0.5333 | 25000 | 3.4161 |
54
+ | 3.4765 | 0.64 | 30000 | 3.3908 |
55
+ | 3.4618 | 0.7467 | 35000 | 3.3693 |
56
+ | 3.4085 | 0.8533 | 40000 | 3.3357 |
57
+ | 3.3873 | 0.96 | 45000 | 3.3061 |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 5.3.0
63
  - Pytorch 2.10.0+cu130
64
+ - Datasets 4.7.0
65
  - Tokenizers 0.22.2
config.json CHANGED
@@ -19,12 +19,15 @@
19
  "hidden_size": 512,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 1536,
 
22
  "max_position_embeddings": 512,
 
 
23
  "model_type": "neollm",
 
24
  "num_attention_heads": 8,
25
  "num_hidden_layers": 12,
26
- "num_key_value_heads": 2,
27
- "num_stack_heads": 4,
28
  "pad_token_id": 151643,
29
  "partial_rotary_factor": 0.25,
30
  "rms_norm_eps": 1e-06,
@@ -34,11 +37,11 @@
34
  "rope_type": "default"
35
  },
36
  "rope_theta": 10000.0,
37
- "stack_d_model": 16,
38
- "stack_slots": 24,
39
  "tie_word_embeddings": true,
40
- "transformers_version": "5.0.0",
41
  "use_cache": false,
42
- "use_stack": true,
 
 
43
  "vocab_size": 151665
44
  }
 
19
  "hidden_size": 512,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 1536,
22
+ "lucid_attention_eps": 1e-06,
23
  "max_position_embeddings": 512,
24
+ "mea_component_key_value_heads": 4,
25
+ "mea_groupnorm_eps": 1e-06,
26
  "model_type": "neollm",
27
+ "momentum_gamma": 0.1,
28
  "num_attention_heads": 8,
29
  "num_hidden_layers": 12,
30
+ "num_key_value_heads": 4,
 
31
  "pad_token_id": 151643,
32
  "partial_rotary_factor": 0.25,
33
  "rms_norm_eps": 1e-06,
 
37
  "rope_type": "default"
38
  },
39
  "rope_theta": 10000.0,
 
 
40
  "tie_word_embeddings": true,
41
+ "transformers_version": "5.3.0",
42
  "use_cache": false,
43
+ "use_lucid_attention": true,
44
+ "use_mea_attention": true,
45
+ "use_momentum_attention": true,
46
  "vocab_size": 151665
47
  }
generation_config.json CHANGED
@@ -6,5 +6,5 @@
6
  "output_attentions": false,
7
  "output_hidden_states": false,
8
  "pad_token_id": 151643,
9
- "transformers_version": "5.0.0"
10
  }
 
6
  "output_attentions": false,
7
  "output_hidden_states": false,
8
  "pad_token_id": 151643,
9
+ "transformers_version": "5.3.0"
10
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:025217f145a5f79a84857573d027db999d04cae8d6b671a3ef43dfe535c156c9
3
- size 252829736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b86e70464eac60bf2e31c9bb80ecf49143001756ffde78208af382ee926c3960
3
+ size 254583392
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2ada6d4b4e8969f240c8d8be2b4784e3b53bf2cf9829ec94786bd9ae5595b09
3
  size 5329
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21b9bd176ce940ed56dc325927aefec7471cb0899dffccbbcfcc9774a5ea9a2
3
  size 5329