Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,11 @@ language:
|
|
4 |
tags:
|
5 |
- deepset/gbert-large
|
6 |
---
|
7 |
-
#German Sentiment Analysis
|
8 |
|
9 |
This model predicts sentiment for German text.
|
10 |
|
11 |
-
#Usage
|
12 |
First set up the model:
|
13 |
|
14 |
```python
|
@@ -30,5 +30,5 @@ print(result)
|
|
30 |
```
|
31 |
|
32 |
|
33 |
-
#Credits / Special Thanks:
|
34 |
This model was fine-tuned by Aaron Chibb. It is trained on [twitter dataset by tygiangz](https://huggingface.co/datasets/tyqiangz/multilingual-sentiments) and based on gBERT-large by [deepset](https://huggingface.co/deepset/gbert-large).
|
|
|
4 |
tags:
|
5 |
- deepset/gbert-large
|
6 |
---
|
7 |
+
# German Sentiment Analysis
|
8 |
|
9 |
This model predicts sentiment for German text.
|
10 |
|
11 |
+
# Usage
|
12 |
First set up the model:
|
13 |
|
14 |
```python
|
|
|
30 |
```
|
31 |
|
32 |
|
33 |
+
# Credits / Special Thanks:
|
34 |
This model was fine-tuned by Aaron Chibb. It is trained on [twitter dataset by tygiangz](https://huggingface.co/datasets/tyqiangz/multilingual-sentiments) and based on gBERT-large by [deepset](https://huggingface.co/deepset/gbert-large).
|