mnnobi commited on
Commit
6408a85
·
verified ·
1 Parent(s): 2174179

Training in progress, step 100

Browse files
Files changed (4) hide show
  1. config.json +49 -0
  2. generation_config.json +9 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": null,
7
+ "dtype": "float16",
8
+ "eos_token_id": 0,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 5632,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention"
30
+ ],
31
+ "max_position_embeddings": 4096,
32
+ "max_window_layers": 28,
33
+ "model_type": "qwen2",
34
+ "num_attention_heads": 16,
35
+ "num_hidden_layers": 16,
36
+ "num_key_value_heads": 2,
37
+ "pad_token_id": 8,
38
+ "rms_norm_eps": 1e-06,
39
+ "rope_parameters": {
40
+ "rope_theta": 1000000.0,
41
+ "rope_type": "default"
42
+ },
43
+ "sliding_window": null,
44
+ "tie_word_embeddings": false,
45
+ "transformers_version": "5.2.0",
46
+ "use_cache": false,
47
+ "use_sliding_window": false,
48
+ "vocab_size": 151936
49
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 0,
4
+ "output_attentions": false,
5
+ "output_hidden_states": false,
6
+ "pad_token_id": 8,
7
+ "transformers_version": "5.2.0",
8
+ "use_cache": true
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30e0c6a82d8f8558398df4811768db4b445d52ff8526114ddef5c992bc6119a
3
+ size 2654184984
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8712e22224e4bc24fab6624eabc929328586fff4347ef32001f783309eb29c9d
3
+ size 6481