sachin19566 commited on
Commit
5e4530b
1 Parent(s): 1153672

Training in progress, epoch 1

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b80baa1f649fae596091b9aaed66f247870dab236f75338143d11f310a9c28b
3
  size 267861677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fddb408dc6dbf1d6637c67d737a57f6a79593066454b5b0713f800b21ce34b27
3
  size 267861677
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2feb87c52f98c9efc4a9b772fc603ff355e60b682594f6eca6dce97f31c6dbab
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55315e966bf8b1af672ecc3e0e99735451b190de90f1e1419758efb08e9ca4dd
3
  size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff