tomaarsen HF staff commited on
Commit
13a8302
1 Parent(s): 75a2859

Apply latest README fixes

Browse files
Files changed (1) hide show
  1. README.md +2 -12
README.md CHANGED
@@ -3,11 +3,6 @@ library_name: setfit
3
  tags:
4
  - setfit
5
  - absa
6
- - absa
7
- - absa
8
- - absa
9
- - absa
10
- - absa
11
  - sentence-transformers
12
  - text-classification
13
  - generated_from_setfit_trainer
@@ -37,23 +32,18 @@ co2_eq_emissions:
37
  hardware_used: 1 x NVIDIA GeForce RTX 3090
38
  base_model: BAAI/bge-small-en-v1.5
39
  model-index:
40
- - name: SetFit Polarity Model Polarity Model Polarity Model Polarity Model Polarity
41
- Model Polarity Model with BAAI/bge-small-en-v1.5
42
  results:
43
  - task:
44
  type: text-classification
45
  name: Text Classification
46
- dataset:
47
- name: Unknown
48
- type: unknown
49
- split: test
50
  metrics:
51
  - type: accuracy
52
  value: 0.7260223048327138
53
  name: Accuracy
54
  ---
55
 
56
- # SetFit Polarity Model Polarity Model Polarity Model Polarity Model Polarity Model Polarity Model with BAAI/bge-small-en-v1.5
57
 
58
  This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Aspect Based Sentiment Analysis (ABSA). This SetFit model uses [BAAI/bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification. In particular, this model is in charge of classifying aspect polarities.
59
 
 
3
  tags:
4
  - setfit
5
  - absa
 
 
 
 
 
6
  - sentence-transformers
7
  - text-classification
8
  - generated_from_setfit_trainer
 
32
  hardware_used: 1 x NVIDIA GeForce RTX 3090
33
  base_model: BAAI/bge-small-en-v1.5
34
  model-index:
35
+ - name: SetFit Polarity Model with BAAI/bge-small-en-v1.5
 
36
  results:
37
  - task:
38
  type: text-classification
39
  name: Text Classification
 
 
 
 
40
  metrics:
41
  - type: accuracy
42
  value: 0.7260223048327138
43
  name: Accuracy
44
  ---
45
 
46
+ # SetFit Polarity Model with BAAI/bge-small-en-v1.5
47
 
48
  This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Aspect Based Sentiment Analysis (ABSA). This SetFit model uses [BAAI/bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification. In particular, this model is in charge of classifying aspect polarities.
49