Commit ·
f857af3
1
Parent(s): f719922
End of training
Browse files
config.json
CHANGED
|
@@ -8,9 +8,29 @@
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
-
"id2label":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
-
"label2id":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"max_position_embeddings": 512,
|
| 15 |
"model_type": "distilbert",
|
| 16 |
"n_heads": 12,
|
|
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "Condiments & Snacks",
|
| 13 |
+
"1": "Produce",
|
| 14 |
+
"2": "Milk & Dairy",
|
| 15 |
+
"3": "Bread, Grains & Legumes",
|
| 16 |
+
"4": "Meat",
|
| 17 |
+
"5": "Beverages",
|
| 18 |
+
"6": "Meals",
|
| 19 |
+
"7": "Non-Food",
|
| 20 |
+
"8": "Seafood"
|
| 21 |
+
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
+
"label2id": {
|
| 24 |
+
"Beverages": 5,
|
| 25 |
+
"Bread, Grains & Legumes": 3,
|
| 26 |
+
"Condiments & Snacks": 0,
|
| 27 |
+
"Meals": 6,
|
| 28 |
+
"Meat": 4,
|
| 29 |
+
"Milk & Dairy": 2,
|
| 30 |
+
"Non-Food": 7,
|
| 31 |
+
"Produce": 1,
|
| 32 |
+
"Seafood": 8
|
| 33 |
+
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
| 36 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fc9ab9a8e141cf933ee7a93479004468bfd477aad05a55de88524c8c0a23081
|
| 3 |
+
size 267877037
|
runs/Jul24_23-20-50_d850bb67658f/1690240850.5651057/events.out.tfevents.1690240850.d850bb67658f.685.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8d849a396539c8a72e4d9fab2dd1eef88db19509d6c6fd983ce8f1d102fd7e9
|
| 3 |
+
size 5873
|
runs/Jul24_23-20-50_d850bb67658f/events.out.tfevents.1690240850.d850bb67658f.685.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b064b678cf91b4b87f8723890c4c9adca4f0ae8fe3c0db9afe42814dc779736
|
| 3 |
+
size 6097
|
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:88b32cb0933868b540e388618c50b93abda29871e42f44de8407813ea6341dec
|
| 3 |
size 3579
|