Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,14 @@ We release an open-source Python library, so researchers can use a model trained
|
|
19 |
| `feel-it-italian-emotion` | Soon |
|
20 |
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Usage
|
23 |
|
24 |
```python
|
|
|
19 |
| `feel-it-italian-emotion` | Soon |
|
20 |
|
21 |
|
22 |
+
## Model
|
23 |
+
|
24 |
+
The feel-it-italian-sentiment model performs sentiment analysis. We fine-tuned the [UmBERTo model](https://huggingface.co/Musixmatch/umberto-commoncrawl-cased-v1) on our new dataset (i.e., FEEL-IT) obtaining state-of-the-art performances on different data sets.
|
25 |
+
|
26 |
+
## Data
|
27 |
+
|
28 |
+
Soon
|
29 |
+
|
30 |
## Usage
|
31 |
|
32 |
```python
|