mteague commited on
Commit
e842187
1 Parent(s): 27c7f8f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,7 +8,17 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
  "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b31000f8e332526e2d5babfc6a948ed4436e034c73783c1e8a4c7bac00e408f3
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b491520942d50938c8caa641be5415bb9b195e4de31074fc744f98e583a6426
3
+ size 267835644
runs/Jul19_14-39-55_15c0109eec8c/events.out.tfevents.1721400000.15c0109eec8c.186.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0478797c98f80d6f0ef87465e94697befd4ae5e0d2addba2f20217d61e6d66fe
3
+ size 4184
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54acf4e7d0c814b9b5b9a09c17acee73ba35c342c5e6a9fdca0f09fff9c7c57a
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5481dae1f47bfbe0700e8d4304d37987e2fb477b5c2a9458dbc9a3160144eec8
3
  size 5176