winegarj commited on
Commit
e11092a
1 Parent(s): 669769b

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -28,6 +28,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.23.1",
32
  "vocab_size": 30522
33
  }
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.29.1",
32
  "vocab_size": 30522
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c14f2380a7e17263aab813c4d1afba0f08018b8142a492075f079cfcceba2d0
3
- size 267854321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb759ee81218b272a67d3660dc4987b6f52d01c759c1eb00315886e6db082938
3
+ size 267855533
tokenizer_config.json CHANGED
@@ -1,12 +1,11 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "distilbert-base-uncased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
- "special_tokens_map_file": null,
10
  "strip_accents": null,
11
  "tokenize_chinese_chars": true,
12
  "tokenizer_class": "DistilBertTokenizer",
 
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
 
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d1cfb95896b42a91330a6765ad83740998d87f2e8b2a2c50dd306c17c75a41c
3
- size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be81305601b6abd37904d281e47bb741c220b32c22f777d6c9e2587a07eada8a
3
+ size 3963