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": "informational",
|
13 |
+
"1": "transactional",
|
14 |
+
"2": "navigational_informational",
|
15 |
+
"3": "navigational_transactional",
|
16 |
+
"4": "transactional_download"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
+
"informational": 0,
|
21 |
+
"navigational_informational": 2,
|
22 |
+
"navigational_transactional": 3,
|
23 |
+
"transactional": 1,
|
24 |
+
"transactional_download": 4
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
27 |
"model_type": "distilbert",
|
model.safetensors
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:e1c9ecc8643886e664e2ef9dbcbe703e6af6cfe23cc41632c76f20dd2342c222
|
3 |
+
size 541326604
|
runs/Apr25_09-47-17_accb2807d5d4/events.out.tfevents.1714038446.accb2807d5d4.1249.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6ad082b17a1538910192d0085b277d8d541f7fe19e4a6b31ca15804b3bdc17a
|
3 |
+
size 12463
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:caead7085f87d94264bc3f6df6c1aad587ffe75f50559097d7047e1b451a68db
|
3 |
size 4984
|