Kunal Kotkar commited on
Commit
d4d53ca
1 Parent(s): 261e86a

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:d148f73de6e26c91e3c6fb748378c3d544fd6e745e1d2a5d4580e7a83bb6faf5
3
  size 433330541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75c87e78cb327fc9c3711eced2f6a15e5844766f0e7eeca73724a0f66613d793
3
  size 433330541
runs/Oct03_23-58-10_4fbcd386dd32/1664841497.631268/events.out.tfevents.1664841497.4fbcd386dd32.69.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce1203b1b1abb803542affcd48f7f61cbce82f334650f083c734308999d947e
3
+ size 5483
runs/Oct03_23-58-10_4fbcd386dd32/events.out.tfevents.1664841497.4fbcd386dd32.69.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f7d0cc05db07994f5e8c7c06eb0b7e0c69a6ef1c21d222a55a0b6fd07c32b3
3
+ size 4263
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": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-cased",
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": "BertTokenizer",
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:7c129c3e0da44628d892182e4df1d8d26027c0145759831fcb24fe354cc9fd93
3
  size 3375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02bcaa087a9fd16834f1157771c067cd0d6c9911c810430a51242a00f688f559
3
  size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff