tomaarsen HF staff commited on
Commit
c84841f
1 Parent(s): 29ffeac

Apply latest README fixes

Browse files
Files changed (1) hide show
  1. README.md +2 -16
README.md CHANGED
@@ -3,15 +3,6 @@ library_name: setfit
3
  tags:
4
  - setfit
5
  - absa
6
- - absa
7
- - absa
8
- - absa
9
- - absa
10
- - absa
11
- - absa
12
- - absa
13
- - absa
14
- - absa
15
  - sentence-transformers
16
  - text-classification
17
  - generated_from_setfit_trainer
@@ -39,23 +30,18 @@ co2_eq_emissions:
39
  hardware_used: 1 x NVIDIA GeForce RTX 3090
40
  base_model: BAAI/bge-small-en-v1.5
41
  model-index:
42
- - name: SetFit Aspect Model Aspect Model Aspect Model Aspect Model Aspect Model Aspect
43
- Model Aspect Model Aspect Model Aspect Model Aspect Model with BAAI/bge-small-en-v1.5
44
  results:
45
  - task:
46
  type: text-classification
47
  name: Text Classification
48
- dataset:
49
- name: Unknown
50
- type: unknown
51
- split: test
52
  metrics:
53
  - type: accuracy
54
  value: 0.7871243108660857
55
  name: Accuracy
56
  ---
57
 
58
- # SetFit Aspect Model Aspect Model Aspect Model Aspect Model Aspect Model Aspect Model Aspect Model Aspect Model Aspect Model Aspect Model with BAAI/bge-small-en-v1.5
59
 
60
  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 filtering aspect span candidates.
61
 
 
3
  tags:
4
  - setfit
5
  - absa
 
 
 
 
 
 
 
 
 
6
  - sentence-transformers
7
  - text-classification
8
  - generated_from_setfit_trainer
 
30
  hardware_used: 1 x NVIDIA GeForce RTX 3090
31
  base_model: BAAI/bge-small-en-v1.5
32
  model-index:
33
+ - name: SetFit Aspect Model with BAAI/bge-small-en-v1.5
 
34
  results:
35
  - task:
36
  type: text-classification
37
  name: Text Classification
 
 
 
 
38
  metrics:
39
  - type: accuracy
40
  value: 0.7871243108660857
41
  name: Accuracy
42
  ---
43
 
44
+ # SetFit Aspect Model with BAAI/bge-small-en-v1.5
45
 
46
  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 filtering aspect span candidates.
47