songys commited on
Commit
e14d39d
1 Parent(s): 7f26f83

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -36,6 +36,6 @@
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.26.1",
40
  "vocab_size": 30522
41
  }
 
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.29.2",
40
  "vocab_size": 30522
41
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aabddc023d4298d16fa6cbd07a2d88739ea20ff23abb7953fb3c0603f4c2bbc1
3
  size 267867821
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8153f808e786f4ee2e477652aeebf7cddbb2afe216220d8cc59a72fb8422d1
3
  size 267867821
runs/May26_14-51-16_51a673f5c63c/1685112751.325292/events.out.tfevents.1685112751.51a673f5c63c.1247.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d446375c369643ee066b07dcf09d04f0edd930768afcf7ce0c7ffce8f8878187
3
+ size 5983
runs/May26_14-51-16_51a673f5c63c/events.out.tfevents.1685112751.51a673f5c63c.1247.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d5ab916b3baa39bf37711bc7daf12bead8bc92ce606f8a5198c090efc0bea5
3
+ size 4762
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:728f77750ea466531efb6b7293e21949b6fc4aa7cabfd97e14574ac3bf0cd3da
3
- size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76794384e124639ad2e7ee09a3a3d68f43308f4154b96456e6393d4330aee1f
3
+ size 3963