philgrey commited on
Commit
884a175
·
verified ·
1 Parent(s): 7e910f2

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +6 -4
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,13 +9,15 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "NEGATIVE",
13
- "1": "POSITIVE"
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "NEGATIVE": 0,
18
- "POSITIVE": 1
 
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:420c2e3fc1d01a57cf70a57b9eb134dedf4fbf14ef6a64c14ab1f317659eb992
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b51963810d8285454075c233f9b8d5a24ea133ba875e73acb4f03e7b9694eb9
3
+ size 267835644
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6ed2108e00624b3c6e4779ecc20dfe2299edca23eb448a9d70938d3b5fcc492
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28636e3ee66ad4077afa5ddeda9b74c806a6e93afc6e72e150ce5ac0d5a03eab
3
  size 4984