Clemylia commited on
Commit
b413795
·
verified ·
1 Parent(s): 34cca30

Training in progress, step 500

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": 2,
11
+ "hidden_act": "gelu_pytorch_tanh",
12
+ "hidden_size": 12,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 24,
15
+ "max_position_embeddings": 430,
16
+ "model_type": "gemma",
17
+ "num_attention_heads": 6,
18
+ "num_hidden_layers": 6,
19
+ "num_key_value_heads": 2,
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": 9500
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:4ac0619afa9c01168683eaca311fb4997f57d05eae3b62a10bcb4431bd888844
3
+ size 492328
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db62a57b9d259483eb24965269b300d1953890cd2474f199211b036a51ada51b
3
+ size 5201