Alexandre-Numind
commited on
Commit
•
0149d84
1
Parent(s):
a6cf5eb
Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,17 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
Usage:
|
8 |
|
9 |
## Model
|
10 |
|
11 |
-
Base version of e5-v2 finetunned on an annotated
|
12 |
|
13 |
## Usage
|
14 |
|
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-classification
|
6 |
+
tags:
|
7 |
+
- sentiment-analysis
|
8 |
+
- text-classification
|
9 |
+
- generic
|
10 |
+
- sentiment-classification
|
11 |
---
|
12 |
Usage:
|
13 |
|
14 |
## Model
|
15 |
|
16 |
+
Base version of e5-v2 finetunned on an annotated subset of C4 (Numind/C4_sentiment-analysis). This model provide generic embedding for sentiment analysis.
|
17 |
|
18 |
## Usage
|
19 |
|