tgieruc commited on
Commit
064d642
1 Parent(s): 6866581

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:bbd7e573f5d53ddee1f94a4bb40327737115b18c0e213312e41d763bef3ca22f
3
  size 267880109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956ab0aaed275d77ffde209046fe90ad6fa1cfadd11d0a0904113cdc58806b9c
3
  size 267880109
runs/Dec28_12-02-31_85aef22e1325/1672228969.1862953/events.out.tfevents.1672228969.85aef22e1325.239.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e674ff4ad58ace7978074083d05277f1217591231619b13013b99e911d63e70
3
+ size 5654
runs/Dec28_12-02-31_85aef22e1325/events.out.tfevents.1672228969.85aef22e1325.239.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a09fc6e2b2fccc8c828bf5f9bd89dad3d7557d38f584a7d1cd6a7d1be8219f5
3
+ size 4442
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad2ef774c7f02d0fe40069212d461032155f01ad3aea614baac656e1b5b5ec50
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c56e35d7e5f01022065a5ac1c8c6f7c83a5af756e7f3bfcc01357c7b979678f
3
  size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff