Askinkaty commited on
Commit
f59bef5
·
verified ·
1 Parent(s): 32fbe74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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:** [/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
 
 
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