Training in progress, epoch 1
Browse files- config.json +1 -1
- logs/1683802028.5373938/events.out.tfevents.1683802028.53a754a13782 +3 -0
- logs/1683802088.1339364/events.out.tfevents.1683802088.53a754a13782 +3 -0
- logs/events.out.tfevents.1683794096.53a754a13782 +2 -2
- logs/events.out.tfevents.1683798245.53a754a13782 +3 -0
- logs/events.out.tfevents.1683802027.53a754a13782 +3 -0
- logs/events.out.tfevents.1683802087.53a754a13782 +3 -0
- pytorch_model.bin +2 -2
- tokenizer.json +2 -16
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"max_position_embeddings": 512,
|
| 13 |
"model_type": "distilbert",
|
| 14 |
"n_heads": 12,
|
| 15 |
-
"n_layers":
|
| 16 |
"pad_token_id": 0,
|
| 17 |
"problem_type": "single_label_classification",
|
| 18 |
"qa_dropout": 0.1,
|
|
|
|
| 12 |
"max_position_embeddings": 512,
|
| 13 |
"model_type": "distilbert",
|
| 14 |
"n_heads": 12,
|
| 15 |
+
"n_layers": 4,
|
| 16 |
"pad_token_id": 0,
|
| 17 |
"problem_type": "single_label_classification",
|
| 18 |
"qa_dropout": 0.1,
|
logs/1683802028.5373938/events.out.tfevents.1683802028.53a754a13782
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60cf541ec719017f01b6effc40431077b92550a3943ac39ea215496d9c495b76
|
| 3 |
+
size 5606
|
logs/1683802088.1339364/events.out.tfevents.1683802088.53a754a13782
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd71602494af6c7d4060eb5b36a769e1b4a811679284863767e42d994d0ec14e
|
| 3 |
+
size 5606
|
logs/events.out.tfevents.1683794096.53a754a13782
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca088d82143470c0a0a4a4f942270fd93defc37cf2c7beaa9e10c0f9ddafe249
|
| 3 |
+
size 9324
|
logs/events.out.tfevents.1683798245.53a754a13782
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5e453cb62ce1db9943991136caa6707585be9784821e12b89457aa12d798f96
|
| 3 |
+
size 363
|
logs/events.out.tfevents.1683802027.53a754a13782
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b696ecf35a0f6d557834b0cff988e7ef278de29cbf702a8d59c892f5cc16b2b
|
| 3 |
+
size 4170
|
logs/events.out.tfevents.1683802087.53a754a13782
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9966459612478851c2e9f2446267102fa08cf108f7e3a4ee9a961aae586b35ba
|
| 3 |
+
size 4326
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e74494887c1756437d50c3eb08a610f40aab6a1870296e0022c9f05d0b46ac02
|
| 3 |
+
size 211141513
|
tokenizer.json
CHANGED
|
@@ -1,21 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
-
"padding": {
|
| 10 |
-
"strategy": {
|
| 11 |
-
"Fixed": 512
|
| 12 |
-
},
|
| 13 |
-
"direction": "Right",
|
| 14 |
-
"pad_to_multiple_of": null,
|
| 15 |
-
"pad_id": 0,
|
| 16 |
-
"pad_type_id": 0,
|
| 17 |
-
"pad_token": "[PAD]"
|
| 18 |
-
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
| 4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3707
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e15f985284bc2fb57a8fea105c28fc1cbedb9ee5feef496224b8a126fce19ca
|
| 3 |
size 3707
|