Update README.md
Browse files
README.md
CHANGED
@@ -41,10 +41,9 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
41 |
|
42 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
43 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
|
|
44 |
|
45 |
-
|
46 |
-
|
47 |
-
## Usage
|
48 |
|
49 |
To use this model for inference, first install the SetFit library:
|
50 |
|
@@ -56,17 +55,15 @@ pip install -U sentence_transformers
|
|
56 |
|
57 |
For a global overview of the pipeline used for inference please refer to this [colab notebook](https://colab.research.google.com/drive/1GgEGrhQZfA1pbcB9Zl0VtV7L5wXdh6vj?usp=sharing)
|
58 |
|
|
|
59 |
## BibTeX entry and citation info
|
60 |
|
61 |
```bibtex
|
62 |
-
|
63 |
-
doi = {10.48550/ARXIV.2209.11055},
|
64 |
-
url = {https://arxiv.org/abs/2209.11055},
|
65 |
-
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
66 |
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
67 |
-
title = {
|
68 |
publisher = {arXiv},
|
69 |
-
year = {
|
70 |
copyright = {Creative Commons Attribution 4.0 International}
|
71 |
}
|
72 |
```
|
|
|
41 |
|
42 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
43 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
44 |
+
3. The Training data can be downloaded from [here](https://docs.google.com/spreadsheets/d/1BVDardwVs04ZWmc5_Eg62Lyr_w_OuXysQwhne8ErkoA/edit?usp=sharing)
|
45 |
|
46 |
+
## Usage and Inference
|
|
|
|
|
47 |
|
48 |
To use this model for inference, first install the SetFit library:
|
49 |
|
|
|
55 |
|
56 |
For a global overview of the pipeline used for inference please refer to this [colab notebook](https://colab.research.google.com/drive/1GgEGrhQZfA1pbcB9Zl0VtV7L5wXdh6vj?usp=sharing)
|
57 |
|
58 |
+
|
59 |
## BibTeX entry and citation info
|
60 |
|
61 |
```bibtex
|
62 |
+
author = {HasiMichael, Solofo},
|
|
|
|
|
|
|
63 |
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
64 |
+
title = {Sentiment Classification toward Entity and Topics},
|
65 |
publisher = {arXiv},
|
66 |
+
year = {2023},
|
67 |
copyright = {Creative Commons Attribution 4.0 International}
|
68 |
}
|
69 |
```
|