StefanH commited on
Commit
f26d091
·
1 Parent(s): 44f1a90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -16,14 +16,15 @@ metrics:
16
 
17
  # Zero-shot Implicit Binary BERT
18
 
19
- This model 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 was trained via the binary classification framework. It is intended for zero-shot text classification.
26
- It was trained 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
 
 
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