CyrexPro commited on
Commit
84ccae8
1 Parent(s): 4ad555e

Training in progress, step 500

Browse files
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "</s>": 1,
3
+ "<pad>": 0,
4
+ "<unk>": 2
5
+ }
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
 
6
  "d_ff": 1024,
7
  "d_kv": 64,
8
  "d_model": 512,
@@ -25,7 +26,7 @@
25
  "tie_word_embeddings": false,
26
  "tokenizer_class": "T5Tokenizer",
27
  "torch_dtype": "float32",
28
- "transformers_version": "4.31.0",
29
  "use_cache": true,
30
  "vocab_size": 250112
31
  }
 
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
+ "classifier_dropout": 0.0,
7
  "d_ff": 1024,
8
  "d_kv": 64,
9
  "d_model": 512,
 
26
  "tie_word_embeddings": false,
27
  "tokenizer_class": "T5Tokenizer",
28
  "torch_dtype": "float32",
29
+ "transformers_version": "4.34.0",
30
  "use_cache": true,
31
  "vocab_size": 250112
32
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aebad60bee66493a9c583ac5015d70cff97e11c001d78606034ba2bafef19deb
3
  size 1200772613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3647a7f234a89f1efe1325d7b41e777f76b234d0535853876e7aafdcde30c4c4
3
  size 1200772613
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9034f15bf41b2e6783860b0b601c88d5a6ca854ad8a6e296ee12d11e8aac6d38
3
- size 16330622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea455f31b8dff04189882df7440a42b1f3e1262f203837292dbac9eb4ef5a61
3
+ size 16330641
tokenizer_config.json CHANGED
@@ -1,5 +1,31 @@
1
  {
2
- "additional_special_tokens": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "clean_up_tokenization_spaces": true,
4
  "eos_token": "</s>",
5
  "extra_ids": 0,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": true,
6
+ "normalized": true,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "</s>",
13
+ "lstrip": true,
14
+ "normalized": true,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<unk>",
21
+ "lstrip": true,
22
+ "normalized": true,
23
+ "rstrip": true,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "additional_special_tokens": [],
29
  "clean_up_tokenization_spaces": true,
30
  "eos_token": "</s>",
31
  "extra_ids": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32b98a5e431226b58f55f064359f4a2c7a0ad2c30f5a9e655b75e9becf29d7b1
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778586369518ac0d6c750577444e6f8ebbe20354a75059e44d39e70899ffb826
3
+ size 4219