xsestech commited on
Commit
5dda1a1
·
verified ·
1 Parent(s): 6fcbc81

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:846c13944b3ca8804955e34706f20067e32fba15bdcaeae333c9932f42e78d2e
3
- size 2950734544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04536b7a37f8043cca74c857e5f2956b46f900f7d3817f643a7f2ced0782d320
3
+ size 891644712
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95603de3daf3429a189c1720e1e046137d7c27374fa07b84b62f1032968a1c98
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1ab609f787ba49086a0e1bacd0e1ac25da5e06f0dab52c33ea03e777ed9d56
3
  size 5112