Update README.md
Browse files
README.md
CHANGED
@@ -7,43 +7,10 @@ tags:
|
|
7 |
pipeline_tag: text-classification
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
|
12 |
-
This is
|
13 |
|
14 |
-
|
15 |
-
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
To use this model for inference, first install the SetFit library:
|
20 |
-
|
21 |
-
```bash
|
22 |
-
python -m pip install setfit
|
23 |
-
```
|
24 |
-
|
25 |
-
You can then run inference as follows:
|
26 |
-
|
27 |
-
```python
|
28 |
-
from setfit import SetFitModel
|
29 |
-
|
30 |
-
# Download from Hub and run inference
|
31 |
-
model = SetFitModel.from_pretrained("/var/folders/qg/vmj6zq4s7hb2pbkp3b8kstvh0000gn/T/tmpfl3xqb7y/fhamborg/newsframes-aff-bin")
|
32 |
-
# Run inference
|
33 |
-
preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
|
34 |
-
```
|
35 |
-
|
36 |
-
## BibTeX entry and citation info
|
37 |
-
|
38 |
-
```bibtex
|
39 |
-
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
40 |
-
doi = {10.48550/ARXIV.2209.11055},
|
41 |
-
url = {https://arxiv.org/abs/2209.11055},
|
42 |
-
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
43 |
-
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
44 |
-
title = {Efficient Few-Shot Learning Without Prompts},
|
45 |
-
publisher = {arXiv},
|
46 |
-
year = {2022},
|
47 |
-
copyright = {Creative Commons Attribution 4.0 International}
|
48 |
-
}
|
49 |
-
```
|
|
|
7 |
pipeline_tag: text-classification
|
8 |
---
|
9 |
|
10 |
+
# NewsFrames classifier
|
11 |
|
12 |
+
This is one of a series of classifiers devised for automatically identifying universal framing dimensions. A paper on the underlying training dataset and the framing dimensions in particular is currently being written. This page will be updated once the paper is finished.
|
13 |
|
14 |
+
## Acknowledgements
|
|
|
15 |
|
16 |
+
This work would not have been possible without the contributions by [Tilman Hornung](t1h0), Kim Heinser, and our team of student research assistants.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|