Clemylia commited on
Commit
f893fef
·
verified ·
1 Parent(s): fb219bb

Training in progress, step 76

Browse files
Files changed (4) hide show
  1. config.json +31 -0
  2. generation_config.json +10 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GemmaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 2,
8
+ "dtype": "float32",
9
+ "eos_token_id": 1,
10
+ "head_dim": 64,
11
+ "hidden_act": "gelu_pytorch_tanh",
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "gemma",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "num_key_value_heads": 1,
20
+ "pad_token_id": 0,
21
+ "rms_norm_eps": 1e-06,
22
+ "rope_parameters": {
23
+ "rope_theta": 10000.0,
24
+ "rope_type": "default"
25
+ },
26
+ "tie_word_embeddings": true,
27
+ "transformers_version": "5.0.0",
28
+ "use_bidirectional_attention": null,
29
+ "use_cache": false,
30
+ "vocab_size": 8000
31
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 1,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 0,
8
+ "transformers_version": "5.0.0",
9
+ "use_cache": true
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e4277f464f6a535b48f5a8fa02ebca2821f6233ef55c302e6c3a9283085ed82
3
+ size 425745288
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8adda40545b6c69d42ae28a8800b0c5f44a1c4e9ccb1473f912fa894f4d1b8d
3
+ size 5201