Lurunchik commited on
Commit
d038a56
1 Parent(s): 85756d9

fix config and readme

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +4 -1
README.md CHANGED
@@ -23,7 +23,7 @@ Uses `NOT-A-QUESTION`, `FACTOID`, `DEBATE`, `EVIDENCE-BASED`, `INSTRUCTION`, `RE
23
 
24
  ## Citation
25
 
26
- If you use `NDQA-cats` in your work, please cite [this paper](https://dl.acm.org/doi/10.1145/3477495.3531926)
27
 
28
  ```
29
  @misc{bolotova2022nfcats,
 
23
 
24
  ## Citation
25
 
26
+ If you use `NFQA-cats` in your work, please cite [this paper](https://dl.acm.org/doi/10.1145/3477495.3531926)
27
 
28
  ```
29
  @misc{bolotova2022nfcats,
config.json CHANGED
@@ -4,7 +4,10 @@
4
  ],
5
  "auto_map": {
6
  "AutoConfig": "RobertaConfig",
7
- "AutoModelForImageClassification": "nfqa_model.RobertaNFQAClassification"
 
 
 
8
  },
9
  "attention_probs_dropout_prob": 0.1,
10
  "bos_token_id": 0,
 
4
  ],
5
  "auto_map": {
6
  "AutoConfig": "RobertaConfig",
7
+ "AutoModelForSequenceClassification": {
8
+ "pretrained_model_name_or_path": "nfqa_model.RobertaNFQAClassification",
9
+ "trust_remote_code": true
10
+ }
11
  },
12
  "attention_probs_dropout_prob": 0.1,
13
  "bos_token_id": 0,