Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -9,13 +9,19 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
|
|
|
|
|
|
|
|
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
-
"
|
| 18 |
-
"
|
|
|
|
|
|
|
|
|
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "none",
|
| 13 |
+
"1": "question",
|
| 14 |
+
"2": "claim",
|
| 15 |
+
"3": "claim per experience",
|
| 16 |
+
"4": "per experience"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"label2id": {
|
| 20 |
+
"claim": 2,
|
| 21 |
+
"claim per experience": 3,
|
| 22 |
+
"none": 0,
|
| 23 |
+
"per experience": 4,
|
| 24 |
+
"question": 1
|
| 25 |
},
|
| 26 |
"max_position_embeddings": 512,
|
| 27 |
"model_type": "distilbert",
|
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:032fe0618959bc452d2d502b6d1e872985a62d01cad75b2b51a158fd2ce56836
|
| 3 |
+
size 267864749
|
runs/Mar31_01-27-46_d33648e93a23/1680226145.9010785/events.out.tfevents.1680226145.d33648e93a23.1328.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eacb01a9ed9972e1aa1625820db3f4197906969ef9ca92d239ee27e4286058a4
|
| 3 |
+
size 5817
|
runs/Mar31_01-27-46_d33648e93a23/events.out.tfevents.1680226145.d33648e93a23.1328.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7811563ab13320e391a40cc1b6c2eacf071f0ebcda76c812b6e2e5a48e2b3d8
|
| 3 |
+
size 4429
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c798b4c5b9395d1f819c04c3d1933240944fbabc3c11bd06f92bcdeb47492033
|
| 3 |
size 3579
|