mindlogic commited on
Commit
33858b3
1 Parent(s): c0ce239
Files changed (2) hide show
  1. config.json +5 -9
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/workspace/recommend_for_huggingface/recommend_for_huggingface/model_ckpt_hugging/use_amp/Focal_0.8_AdamW_scheduler_500_lr_5e-05/14",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
@@ -10,18 +10,14 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "ALL_OK",
14
- "1": "NAME_OK",
15
- "2": "INTRODUCTION_OK",
16
- "3": "ALL_NOT_OK"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "ALL_NOT_OK": 3,
22
- "ALL_OK": 0,
23
- "INTRODUCTION_OK": 2,
24
- "NAME_OK": 1
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "/workspace/recommend_for_huggingface/recommend_for_huggingface/model_save_binary_ver3/use_all/Focal_0.8_AdamW_scheduler_500_lr_3e-05_data_Ver2/14",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "all_ok",
14
+ "1": "not_ok"
 
 
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "all_ok": 0,
20
+ "not_ok": 1
 
 
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dcad41d4d2091d89c54ba246eb5a0daefb770a04ecec0d43d02c056c97ea06e
3
- size 498274925
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad8aa19105f692b7572caeee538d7f8f0c0650cf056d5ed0f6b0ce3e42a64c9
3
+ size 498268781