lamaabdulaziz commited on
Commit
6477b5a
1 Parent(s): 6ad9e46

add config

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "UBC-NLP/ARBERT",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -17,8 +17,8 @@
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "Fake": 0,
21
- "Real": 1
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "lamaabdulaziz/ArBERT-finetuned-fnd",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "0": "fake",
21
+ "1": "real"
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,