chinahbcq commited on
Commit
e6439aa
1 Parent(s): 0762cae

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:70bf4b675c5a6b1e70b37dd167ca38b2bb41cecbbde1083b8962b64d42528b97
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ea0cbf44a56124e61c11bfd3a5404d96f8097f4361af9e582657bf3012b8e8
3
  size 267832560
runs/May27_11-59-37_VM-173-250-centos/events.out.tfevents.1716782388.VM-173-250-centos.3301889.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c018d862af5706d342819447722ee8833e93fb9058b0a331f71f1b8222237431
3
- size 4802
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4723bd03a7dc41d585701434df6225eeb6a437a4cc68c368ba83d9c1271bd3b9
3
+ size 5741
runs/May27_14-34-51_VM-173-250-centos/events.out.tfevents.1716791703.VM-173-250-centos.3413393.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9db3540e29f05eee3ae63f04e6fbdee7db9151526cc9bd665e73457ce34d5032
3
+ size 4922
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26c7fb5e6ec3d3fa7563c28d67ac6644ec409fbad7d39be07676891057f6fcc2
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c764e67d60ee6ef26dc98c8ca5f0f917bcf8d4a9dc0ffdcb87b8c8426d9e7e0b
3
  size 4664