freeman commited on
Commit
b1a6970
·
1 Parent(s): 8e8cf79

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,7 +8,15 @@
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": "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",
22
  "n_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d46ce3a63473a8945343a0d603b7b0aee7ea9273dbeb834b0f87e9e8d1bb791
3
  size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b71e2f49a2ec5e50c3bd11a583d122e815ee065e42171ae4cf2bb8cb3951c7a
3
  size 267855533
runs/Aug18_08-54-09_d20b988b06ae/events.out.tfevents.1692348859.d20b988b06ae.1650.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a918dfaa86b2aff3d4d52b6740c92cb44164e8f4b4eac2dfb797b14521a751
3
+ size 4113
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af6c643d6cdfbabbe74c2959b1e96f583fa1de0915f7a54b34aa590887c81adf
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd43409540f25bd12481b5b5e85f25801aa71f192ef0d905955cbcd411861d81
3
  size 4027