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

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +4 -6
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,15 +9,13 @@
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",
 
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bb2cd4c1ece2faf95c3ef75fecd8c560dedfe75781e6937e732411350f646a1
3
- size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:420c2e3fc1d01a57cf70a57b9eb134dedf4fbf14ef6a64c14ab1f317659eb992
3
+ size 267832560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3c690e29ccd8857bb8e9c0637c367c5a477bb0d5ee460baf0bd52e0ac197763
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6ed2108e00624b3c6e4779ecc20dfe2299edca23eb448a9d70938d3b5fcc492
3
  size 4984