Jeffrey P commited on
Commit ·
a074a21
1
Parent(s): 949b7f3
Training in progress, step 500
Browse files- .gitignore +1 -0
- pytorch_model.bin +3 -0
- runs/Jul27_15-56-07_71a2f077c115/1690473378.341902/events.out.tfevents.1690473378.71a2f077c115.688.1 +3 -0
- runs/Jul27_15-56-07_71a2f077c115/events.out.tfevents.1690473378.71a2f077c115.688.0 +3 -0
- runs/Jul27_16-07-10_71a2f077c115/1690474032.6600564/events.out.tfevents.1690474032.71a2f077c115.688.3 +3 -0
- runs/Jul27_16-07-10_71a2f077c115/events.out.tfevents.1690474032.71a2f077c115.688.2 +3 -0
- runs/Jul27_16-12-12_71a2f077c115/1690474334.9356408/events.out.tfevents.1690474334.71a2f077c115.688.5 +3 -0
- runs/Jul27_16-12-12_71a2f077c115/events.out.tfevents.1690474334.71a2f077c115.688.4 +3 -0
- special_tokens_map.json +7 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf70baf413c8e2fdbaa69a775d2a5b4fb30275abf27626fa0d3f2b3929eccb29
|
| 3 |
+
size 669555573
|
runs/Jul27_15-56-07_71a2f077c115/1690473378.341902/events.out.tfevents.1690473378.71a2f077c115.688.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30135e99f72307270e8a492f7fce7c4d8d1b9419e5d42f5fa31f2bbfe4b4615e
|
| 3 |
+
size 5909
|
runs/Jul27_15-56-07_71a2f077c115/events.out.tfevents.1690473378.71a2f077c115.688.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91e70ca6ef8a2bb8a139fe25020c1bc41b053ef2cc4a93167c82432a09f32bb4
|
| 3 |
+
size 3970
|
runs/Jul27_16-07-10_71a2f077c115/1690474032.6600564/events.out.tfevents.1690474032.71a2f077c115.688.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a700821bc85e9de9e85619e7743341cc7d0d0e0978a0ec3ff033416e734ac490
|
| 3 |
+
size 5909
|
runs/Jul27_16-07-10_71a2f077c115/events.out.tfevents.1690474032.71a2f077c115.688.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d91629161189106d021042024e1a4dc45a053ad2396f40f2609baa742f8190fe
|
| 3 |
+
size 4624
|
runs/Jul27_16-12-12_71a2f077c115/1690474334.9356408/events.out.tfevents.1690474334.71a2f077c115.688.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11eab6871380f0af6f9ba17dd8665a5b92f9956099fb6f45883a0bae1cb8fb79
|
| 3 |
+
size 5909
|
runs/Jul27_16-12-12_71a2f077c115/events.out.tfevents.1690474334.71a2f077c115.688.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8ebb04e59b51745bb7757f428a12ee4a7f895395c7bff07c85f0abed2703d88
|
| 3 |
+
size 3461
|
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_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_basic_tokenize": true,
|
| 5 |
+
"do_lower_case": true,
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 512,
|
| 8 |
+
"never_split": null,
|
| 9 |
+
"pad_token": "[PAD]",
|
| 10 |
+
"sep_token": "[SEP]",
|
| 11 |
+
"strip_accents": null,
|
| 12 |
+
"tokenize_chinese_chars": true,
|
| 13 |
+
"tokenizer_class": "BertTokenizer",
|
| 14 |
+
"unk_token": "[UNK]"
|
| 15 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0aec55be75059c671a278186510c45605e3fd3bc0207c45e1769fb92d7615e9
|
| 3 |
+
size 3643
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|