Zawad commited on
Commit
450a900
1 Parent(s): 5f84bed

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +9 -9
  2. model.safetensors +1 -1
config.json CHANGED
@@ -1,24 +1,24 @@
1
  {
2
- "_name_or_path": "eventdata-utd/conflibert-binary-classification",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
- "id2label": {
7
- "0": "Non-Conflict",
8
- "1": "Conflict"
9
- },
10
- "label2id": {
11
- "Non-Conflict": 0,
12
- "Conflict": 1
13
- },
14
  "attention_probs_dropout_prob": 0.1,
15
  "classifier_dropout": null,
16
  "gradient_checkpointing": false,
17
  "hidden_act": "gelu",
18
  "hidden_dropout_prob": 0.1,
19
  "hidden_size": 768,
 
 
 
 
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
 
 
 
 
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
24
  "model_type": "bert",
 
1
  {
2
+ "_name_or_path": "For_Huggingface_20newsBC_model",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
 
 
 
 
 
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Non-Conflict",
14
+ "1": "Conflict"
15
+ },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Conflict": 1,
20
+ "Non-Conflict": 0
21
+ },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
24
  "model_type": "bert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d499ae12c22b0d089ecf52f82e6ce527cd5daa672195f27eaef2f90e525a4376
3
  size 436355056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d896fb08bb7f314698bf5c784f8b0a4751ab1e48c585d0679ec35f3ed909d8
3
  size 436355056