aari1995 commited on
Commit
f8a8153
1 Parent(s): 0a08cfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,11 +4,12 @@ language:
4
  tags:
5
  - deepset/gbert-large
6
  ---
7
- **German Sentiment Analysis**
8
 
9
  This model predicts sentiment for German text.
10
 
11
- To use this model, first set it up:
 
12
 
13
  ```python
14
  # if necessary:
@@ -29,6 +30,5 @@ print(result)
29
  ```
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
15
  # if necessary:
 
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).