jbeno commited on
Commit
b383877
·
verified ·
1 Parent(s): 3e21aa8

Updated to better model from random seed 123 and epoch 10 checkpoint (83.16 vs 82.36 macro F1 on Merged data)

Browse files
Files changed (3) hide show
  1. config.json +7 -7
  2. model.safetensors +1 -1
  3. pytorch_model.bin +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "ElectraClassifier"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
@@ -12,16 +12,16 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
14
  "id2label": {
15
- "0": "negative",
16
- "1": "neutral",
17
- "2": "positive"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,
21
  "label2id": {
22
- "negative": 0,
23
- "neutral": 1,
24
- "positive": 2
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
 
1
  {
2
  "architectures": [
3
+ "CustomElectraClassifier"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
14
  "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,
21
  "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:becf9a8ff41dc560d132c6430079e745cffd96e9cfe23c6100022c1bf68ba0b0
3
  size 1353223676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05bdd1edd670c930c9d09794febfe75e4c0c0560d5e1114ffce8bdc130248225
3
  size 1353223676
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f138e3d706d1972f0859d0f0385a19c98ac2713c9a9ff8f13f28494986d402c
3
  size 1353307070
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f5b5b2f4ae7408b948f753f02eff0f4659c6dc9ca0e43c494b226813e0863f
3
  size 1353307070