etiennebcp
commited on
Commit
•
2bc6280
1
Parent(s):
2581207
Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,13 @@ tags:
|
|
8 |
- text-classification
|
9 |
- generic
|
10 |
- sentiment-classification
|
|
|
|
|
11 |
---
|
12 |
|
13 |
## Model
|
14 |
|
15 |
-
Base version of e5-v2 finetunned on an annotated subset of C4
|
16 |
|
17 |
|
18 |
## Usage
|
|
|
8 |
- text-classification
|
9 |
- generic
|
10 |
- sentiment-classification
|
11 |
+
datasets:
|
12 |
+
- Numind/C4_sentiment-analysis
|
13 |
---
|
14 |
|
15 |
## Model
|
16 |
|
17 |
+
Base version of [e5-v2](https://huggingface.co/intfloat/e5-base-v2) finetunned on an annotated subset of [C4](https://huggingface.co/datasets/Numind/C4_sentiment-analysis). This model provide generic embedding for sentiment analysis. Embeddings can be used out of the box or fine tune on specific datasets.
|
18 |
|
19 |
|
20 |
## Usage
|