Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -9,13 +9,13 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
-
"NEGATIVE":
|
18 |
-
"POSITIVE":
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "POSITIVE",
|
13 |
+
"1": "NEGATIVE"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
+
"NEGATIVE": 1,
|
18 |
+
"POSITIVE": 0
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daeb92a2861493d30f5d11d63c3c503f7428ba4eebb76ec8973cdad645a96cd7
|
3 |
size 267832560
|
runs/Mar26_13-47-27_423a215ba150/events.out.tfevents.1711460848.423a215ba150.413.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd4fa6768fe010bbe4a00339d23288793e09a887aa3e09bafd586364a27daa89
|
3 |
+
size 4899
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a6899bb84b54c057ccd8e0194e2d56c4f4defafb1105308ed4d1c97a59ad1fc
|
3 |
size 4920
|