joeddav commited on
Commit
efc1264
·
verified ·
1 Parent(s): d836606

add license to readme

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
  language: en
 
3
  tags:
4
  - text-classification
5
  - pytorch
6
  datasets:
7
  - yahoo-answers
8
  pipeline_tag: zero-shot-classification
 
 
9
  ---
10
 
11
  # bart-lage-mnli-yahoo-answers
@@ -68,4 +71,4 @@ Since this method studies the ability to classify unseen labels after being trai
68
 
69
  ## Evaluation Results
70
 
71
- This model was evaluated with the label-weighted F1 of the _seen_ and _unseen_ labels. That is, for each example the model must predict from one of the 10 corpus labels. The F1 is reported for the labels seen during training as well as the labels unseen during training. We found an F1 score of `.68` and `.72` for the unseen and seen labels, respectively. In order to adjust for the in-vs-out of distribution labels, we subtract a fixed amount of 30% from the normalized probabilities of the _seen_ labels, as described in [Yin et al. 2019](https://arxiv.org/abs/1909.00161) and [our blog post](https://joeddav.github.io/blog/2020/05/29/ZSL.html).
 
1
  ---
2
  language: en
3
+ license: apache-2.0
4
  tags:
5
  - text-classification
6
  - pytorch
7
  datasets:
8
  - yahoo-answers
9
  pipeline_tag: zero-shot-classification
10
+ base_model:
11
+ - facebook/bart-large-mnli
12
  ---
13
 
14
  # bart-lage-mnli-yahoo-answers
 
71
 
72
  ## Evaluation Results
73
 
74
+ This model was evaluated with the label-weighted F1 of the _seen_ and _unseen_ labels. That is, for each example the model must predict from one of the 10 corpus labels. The F1 is reported for the labels seen during training as well as the labels unseen during training. We found an F1 score of `.68` and `.72` for the unseen and seen labels, respectively. In order to adjust for the in-vs-out of distribution labels, we subtract a fixed amount of 30% from the normalized probabilities of the _seen_ labels, as described in [Yin et al. 2019](https://arxiv.org/abs/1909.00161) and [our blog post](https://joeddav.github.io/blog/2020/05/29/ZSL.html).