dfanswerrocket
commited on
Commit
•
f0876c1
1
Parent(s):
8dbd98f
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +0 -0
- pytorch_model.bin +3 -0
- runs/Mar01_18-48-39_883df2aa55a0/1677696528.9956203/events.out.tfevents.1677696528.883df2aa55a0.1060.1 +3 -0
- runs/Mar01_18-48-39_883df2aa55a0/events.out.tfevents.1677696528.883df2aa55a0.1060.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c0c86ad694d81eab1f4299183e6b6c97f6678166c4ad9d298190d09cc338a75
|
3 |
+
size 453199597
|
runs/Mar01_18-48-39_883df2aa55a0/1677696528.9956203/events.out.tfevents.1677696528.883df2aa55a0.1060.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b6cc9a4b681eaaddc7a9d00f253e8ab354eabe08096b9a9bf786a44f1f362fd
|
3 |
+
size 5667
|
runs/Mar01_18-48-39_883df2aa55a0/events.out.tfevents.1677696528.883df2aa55a0.1060.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4282e9920ee8956c6845c08a616550345b89606e7f02bb1d54af2ea6bff1a595
|
3 |
+
size 920651
|
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
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c15f35e0867609dff711af6e9bda1df2d2b269cb7198b7b6d63570d01bb9e04
|
3 |
+
size 3515
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|