philgrey commited on
Commit
da7dc1c
1 Parent(s): 7b75bee

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:27a42abb60ac67e0c323bb107af1b652621b44b40a44a1f68d56cbdf7df609e6
3
- size 267832560
 
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:94f887f5ae924d1ac113e9849382eb0e27a950a24bb7133621cb290b025bc7d5
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e33ae93404a69c4f97cc5cfbb1d9445ee047c6baa0fd99a3968f871383a5cf1c
3
  size 4984