Training in progress, epoch 1
Browse files- config.json +6 -4
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -9,13 +9,15 @@
|
|
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": "itemtype",
|
13 |
+
"1": "orderline",
|
14 |
+
"2": "maoorder"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
+
"itemtype": 0,
|
19 |
+
"maoorder": 2,
|
20 |
+
"orderline": 1
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
23 |
"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:d824890a8f3d2a4e564e663c14268d72d46188830efd8a709ec5550e81c3b48d
|
3 |
+
size 267835644
|
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:e33ae93404a69c4f97cc5cfbb1d9445ee047c6baa0fd99a3968f871383a5cf1c
|
3 |
size 4984
|