Lurunchik commited on
Commit
4ecf744
1 Parent(s): 3a811ce

add license

Browse files
Files changed (2) hide show
  1. README.md +1 -4
  2. config.json +1 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  language:
3
  - en
 
4
 
5
  tags:
6
  - text-classification
@@ -19,10 +20,6 @@ Model trained with NFQA dataset. Base model is [roberta-base-squad2](https://hug
19
 
20
  Uses `NOT-A-QUESTION`, `FACTOID`, `DEBATE`, `EVIDENCE-BASED`, `INSTRUCTION`, `REASON`, `EXPERIENCE`, `COMPARISON` labels.
21
 
22
- ## License
23
-
24
- `nf-cats` is an open-source library for non-commercial use and scientific research purposes only.
25
-
26
 
27
  ## Citation
28
 
 
1
  ---
2
  language:
3
  - en
4
+ license: mit
5
 
6
  tags:
7
  - text-classification
 
20
 
21
  Uses `NOT-A-QUESTION`, `FACTOID`, `DEBATE`, `EVIDENCE-BASED`, `INSTRUCTION`, `REASON`, `EXPERIENCE`, `COMPARISON` labels.
22
 
 
 
 
 
23
 
24
  ## Citation
25
 
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "auto_map": {
6
  "AutoConfig": "RobertaConfig",
7
  "AutoModelForSequenceClassification": {
8
- "pretrained_model_name_or_path": "nfqa_model.RobertaNFQAClassification",
9
  "trust_remote_code": true
10
  }
11
  },
 
5
  "auto_map": {
6
  "AutoConfig": "RobertaConfig",
7
  "AutoModelForSequenceClassification": {
8
+ "pretrained_model_name_or_path": "RobertaNFQAClassification",
9
  "trust_remote_code": true
10
  }
11
  },