xsestech commited on
Commit
d1397e4
1 Parent(s): 82ec0de

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +7 -6
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
- "_name_or_path": "ai-forever/ruT5-large",
 
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 4096,
8
  "d_kv": 64,
9
- "d_model": 1024,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
@@ -18,9 +19,9 @@
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
- "num_decoder_layers": 24,
22
- "num_heads": 16,
23
- "num_layers": 24,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
 
1
  {
2
+ "_name_or_path": "ai-forever/ruT5-base",
3
+ "_num_labels": 2,
4
  "architectures": [
5
  "T5ForConditionalGeneration"
6
  ],
7
  "classifier_dropout": 0.0,
8
+ "d_ff": 3072,
9
  "d_kv": 64,
10
+ "d_model": 768,
11
  "decoder_start_token_id": 0,
12
  "dense_act_fn": "relu",
13
  "dropout_rate": 0.1,
 
19
  "layer_norm_epsilon": 1e-06,
20
  "model_type": "t5",
21
  "n_positions": 512,
22
+ "num_decoder_layers": 12,
23
+ "num_heads": 12,
24
+ "num_layers": 12,
25
  "output_past": true,
26
  "pad_token_id": 0,
27
  "relative_attention_max_distance": 128,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a3d5e7834d7996de758c558eaadf3fe2819a1922995c909eb87341e69c45eff
3
- size 2950734544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:446164606c39fc09af24f82a109631490155370250200b1c9098d7cfa39ab505
3
+ size 891644712
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f48706df486799b49bf77f49791c17aa5ee995d67fdbd3fae26c49c26d68671f
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f8749500f16414b2d00bcab037c4a6c0ffe0f40865ee1d2b241aa8ae8a0918
3
  size 5112