Update README.md
Browse files
README.md
CHANGED
@@ -23,8 +23,7 @@ The code for training and evaluating this model can be found [here](https://gith
|
|
23 |
## Model description
|
24 |
|
25 |
This model is intended for zero-shot text classification.
|
26 |
-
It was trained
|
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 |
|
|
|
23 |
## Model description
|
24 |
|
25 |
This model is intended for zero-shot text classification.
|
26 |
+
It was trained under the binary classification framework via implicit training with the aspect-normalized [UTCD](https://huggingface.co/datasets/claritylab/UTCD) dataset.
|
|
|
27 |
|
28 |
- **Finetuned from model:** [`bert-base-uncased`](https://huggingface.co/bert-base-uncased)
|
29 |
|