Commit ·
3a3c417
1
Parent(s): 6c93a88
End of training
Browse files- config.json +2 -22
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -8,29 +8,9 @@
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
-
"id2label": {
|
| 12 |
-
"Beverages": 5,
|
| 13 |
-
"Bread, Grains & Legumes": 3,
|
| 14 |
-
"Condiments & Snacks": 0,
|
| 15 |
-
"Meals": 6,
|
| 16 |
-
"Meat": 4,
|
| 17 |
-
"Milk & Dairy": 2,
|
| 18 |
-
"Non-Food": 7,
|
| 19 |
-
"Produce": 1,
|
| 20 |
-
"Seafood": 8
|
| 21 |
-
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
-
"label2id": {
|
| 24 |
-
"0": "Condiments & Snacks",
|
| 25 |
-
"1": "Produce",
|
| 26 |
-
"2": "Milk & Dairy",
|
| 27 |
-
"3": "Bread, Grains & Legumes",
|
| 28 |
-
"4": "Meat",
|
| 29 |
-
"5": "Beverages",
|
| 30 |
-
"6": "Meals",
|
| 31 |
-
"7": "Non-Food",
|
| 32 |
-
"8": "Seafood"
|
| 33 |
-
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
| 36 |
"n_heads": 12,
|
|
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
+
"id2label": "\"{0: 'Condiments & Snacks', 1: 'Produce', 2: 'Milk & Dairy', 3: 'Bread, Grains & Legumes', 4: 'Meat', 5: 'Beverages', 6: 'Meals', 7: 'Non-Food', 8: 'Seafood'}\"",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
+
"label2id": "\"{'Condiments & Snacks': 0, 'Produce': 1, 'Milk & Dairy': 2, 'Bread, Grains & Legumes': 3, 'Meat': 4, 'Beverages': 5, 'Meals': 6, 'Non-Food': 7, 'Seafood': 8}\"",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"max_position_embeddings": 512,
|
| 15 |
"model_type": "distilbert",
|
| 16 |
"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:7e4a0dd2a42c2c064aacfc98f37d729830d4f83fa47141b9a05dfee4a5f332c4
|
| 3 |
+
size 268338477
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cc5b1bb14c4abd844e096ee0518763b66ca88ddfc177b4099eaf063de77b1dc
|
| 3 |
size 3643
|