Update README.md
Browse files
README.md
CHANGED
@@ -16,14 +16,15 @@ metrics:
|
|
16 |
|
17 |
# Zero-shot Implicit Binary BERT
|
18 |
|
19 |
-
This
|
20 |
It was introduced in the Findings of ACL'23 Paper **Label Agnostic Pre-training for Zero-shot Text Classification** by ***Christopher Clarke, Yuzhao Heng, Yiping Kang, Krisztian Flautner, Lingjia Tang and Jason Mars***.
|
21 |
The code for training and evaluating this model can be found [here](https://github.com/ChrisIsKing/zero-shot-text-classification/tree/master).
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
This model
|
26 |
-
It was trained via
|
|
|
27 |
|
28 |
- **Finetuned from model:** [`bert-base-uncased`](https://huggingface.co/bert-base-uncased)
|
29 |
|
|
|
16 |
|
17 |
# Zero-shot Implicit Binary BERT
|
18 |
|
19 |
+
This is a BERT model.
|
20 |
It was introduced in the Findings of ACL'23 Paper **Label Agnostic Pre-training for Zero-shot Text Classification** by ***Christopher Clarke, Yuzhao Heng, Yiping Kang, Krisztian Flautner, Lingjia Tang and Jason Mars***.
|
21 |
The code for training and evaluating this model can be found [here](https://github.com/ChrisIsKing/zero-shot-text-classification/tree/master).
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
This model is intended for zero-shot text classification.
|
26 |
+
It was trained via the binary classification framework,
|
27 |
+
via implicit training with the aspect-normalized [UTCD](https://huggingface.co/datasets/claritylab/UTCD) dataset.
|
28 |
|
29 |
- **Finetuned from model:** [`bert-base-uncased`](https://huggingface.co/bert-base-uncased)
|
30 |
|