Commit ·
de664c6
1
Parent(s): 9f89e12
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:2107043676bbf19e1aa8ac31bc7deafb36237ed6a97bd2a717985bba633b6a6a
|
| 3 |
+
size 267877037
|
runs/Jul24_22-01-22_d850bb67658f/1690236082.456487/events.out.tfevents.1690236082.d850bb67658f.685.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6b633c2e7e6d34727a4a147e7c01849fe322ea4a7b5ba25647a76d47fc53115
|
| 3 |
+
size 5873
|
runs/Jul24_22-01-22_d850bb67658f/events.out.tfevents.1690236082.d850bb67658f.685.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a6a69a8255f65e1856a0f05562c4b4e1f54ec3876ab0be8e6f8eb5449c7383e
|
| 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:ebbe991fc36082c101e5d07b3d2b9da0fadfa11ab22a9521e72c1fc98b56248a
|
| 3 |
size 3579
|