ShinDC commited on
Commit
42b68bb
1 Parent(s): 8c1ee53

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +26 -0
  4. training_args.bin +2 -2
config.json CHANGED
@@ -56,7 +56,7 @@
56
  "share_encoder_decoder_embeddings": true,
57
  "static_position_embeddings": true,
58
  "torch_dtype": "float32",
59
- "transformers_version": "4.33.3",
60
  "use_cache": true,
61
  "vocab_size": 59514
62
  }
 
56
  "share_encoder_decoder_embeddings": true,
57
  "static_position_embeddings": true,
58
  "torch_dtype": "float32",
59
+ "transformers_version": "4.34.1",
60
  "use_cache": true,
61
  "vocab_size": 59514
62
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed2b2984ebaf2e427978a13c20b34056c7fcb3c2e52b4be747650706ffa786e0
3
- size 298763205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2949370b786a3bfcdb87980c39160e2227ee0e0ce148cfbddbc909a1b6f72c
3
+ size 298763650
tokenizer_config.json CHANGED
@@ -1,4 +1,30 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "eos_token": "</s>",
4
  "model_max_length": 512,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "</s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "59513": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
  "clean_up_tokenization_spaces": true,
29
  "eos_token": "</s>",
30
  "model_max_length": 512,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4da1ca9ce8b55982b6f30c83ec9f668bc038c66c8795ff42eeff4730228dad88
3
- size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7a2544a711502d34479ab33f042567c6a367f8c0d3d3d1cc6ff23a23c908ead
3
+ size 4728