MohamedGalal commited on
Commit
7d5bcf2
·
1 Parent(s): 26eb3f2

Upload config

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/drive/MyDrive/Colab Notebooks/Sarcasm/exp/bertmodels/Fine_Tune/100_06_FineTune_BERT_AraSarcasT_LABEL _UBCNLPMARBERTv2_FINE_COLLDS",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -10,8 +10,16 @@
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
 
 
 
 
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
 
 
 
 
15
  "layer_norm_eps": 1e-12,
16
  "max_position_embeddings": 512,
17
  "model_type": "bert",
 
1
  {
2
+ "_name_or_path": "MohamedGalal/marbert-sarcasm-detection",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "not sarcastic",
15
+ "1": "sarcastic"
16
+ },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
+ "label2id": {
20
+ "not sarcastic": 0,
21
+ "sarcastic": 1
22
+ },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
25
  "model_type": "bert",