SergeyTW commited on
Commit
d9f51c4
1 Parent(s): ea27aef

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.31.0",
32
  "vocab_size": 30522
33
  }
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.26.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:8bcb2af4144c9920bfa1db63c03bf8416fe7cc87d9f379709e8a4c94642d4130
3
  size 267854125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8450a6d5d3607ba9187376b819b2720c2cff45b80180969cca6b05535c2e813b
3
  size 267854125
tokenizer_config.json CHANGED
@@ -1,11 +1,12 @@
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",
 
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",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74231e6e133a8f7a6f2eb0c65f8dba612d239496f607fbb57d73f247562a1782
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9559f6b1cd7be9210c7d4a2639acde4ea7a656c05d71d60d7ee8b4aaf8efbda3
3
+ size 3515