Update README.md
Browse files
README.md
CHANGED
@@ -42,8 +42,8 @@ This model was trained within the context of a larger system for ABSA, which loo
|
|
42 |
- **Sentence Transformer body:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
|
43 |
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
44 |
- **spaCy Model:** en_core_web_sm
|
45 |
-
- **SetFitABSA Aspect Model:** [
|
46 |
-
- **SetFitABSA Polarity Model:** [
|
47 |
- **Maximum Sequence Length:** 256 tokens
|
48 |
- **Number of Classes:** 2 classes
|
49 |
|
|
|
42 |
- **Sentence Transformer body:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
|
43 |
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
44 |
- **spaCy Model:** en_core_web_sm
|
45 |
+
- **SetFitABSA Aspect Model:** [Askinkaty/setfit-finance-aspect](https://huggingface.co/Askinkaty/setfit-finance-aspect)
|
46 |
+
- **SetFitABSA Polarity Model:** [Askinkaty/setfit-finance-polarity](https://huggingface.co/Askinkaty/setfit-finance-polarity)
|
47 |
- **Maximum Sequence Length:** 256 tokens
|
48 |
- **Number of Classes:** 2 classes
|
49 |
|