Ashegh-Sad-Warrior commited on
Commit
839e7d3
1 Parent(s): a48421a

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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d1476a94a82d72d05d05b9050cb84a996dde4e678bc5238d143cbe614b5132b
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b31eca059720797ba4219e6ee0eb682932a2e41a1eff8e3ad4012c05db43561a
3
  size 267832560
runs/Aug03_11-48-54_4743e045d8f5/events.out.tfevents.1722685735.4743e045d8f5.1086.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda7d364b44bbba60b81472eba7fb10f40d72e5f6395f8e6d24ba88a9a136487
3
+ size 6362
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:caf91a656ebd324e4fbaf6caef6f597fc4fb8904cd6628ced335085b8004fe72
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed0c9715f81c7547f7efc6aa36942749fefc406dac2bf711f95a89a6ef77525
3
  size 5112