Training in progress, epoch 1
Browse files- config.json +4 -4
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -9,14 +9,14 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 3072,
|
17 |
"label2id": {
|
18 |
-
"No misinformation":
|
19 |
-
"Potential misinformation":
|
20 |
},
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "No misinformation",
|
13 |
+
"1": "Potential misinformation"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 3072,
|
17 |
"label2id": {
|
18 |
+
"No misinformation": 0,
|
19 |
+
"Potential misinformation": 1
|
20 |
},
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439785710
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76dfc545eed8549d3904230e7238ae15f9eccb6ddcb5c7ac2dee9b3ea9e945f0
|
3 |
size 439785710
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f659607044a39cb17f53a0c0a9066fc936fc27e8cc53e9f30523498b4b3b766
|
3 |
size 4536
|