Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -8,7 +8,15 @@
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
12 |
"max_position_embeddings": 512,
|
13 |
"model_type": "distilbert",
|
14 |
"n_heads": 12,
|
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "NEGATIVE",
|
13 |
+
"1": "POSITIVE"
|
14 |
+
},
|
15 |
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"NEGATIVE": 0,
|
18 |
+
"POSITIVE": 1
|
19 |
+
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
22 |
"n_heads": 12,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267855533
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73df1fd6561541e14748abfa50bab51bec63ca13c083414df9b158b9f94a62de
|
3 |
size 267855533
|
runs/Apr13_21-32-51_LAPTOP-JUVGM3UQ/1681435982.2816453/events.out.tfevents.1681435982.LAPTOP-JUVGM3UQ.20411.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc706eb73c825ff7d0ca5859de019b6ecd227b0e4017432aa779d49e84709b9c
|
3 |
+
size 5811
|
runs/Apr13_21-32-51_LAPTOP-JUVGM3UQ/events.out.tfevents.1681435982.LAPTOP-JUVGM3UQ.20411.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49164ba57976e17c1de6613d5ca00dea2add8d4473a7ad33faa7f46d8d37f1da
|
3 |
+
size 4484
|
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:e39079397feae8a7a36c4cea931eff842e55be220c6144dea3b71d791182dcf9
|
3 |
size 3579
|