Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Our model is based
|
|
40 |
- **Limitations**: The model is only train and tested on the German language, but can handle the other 8 languages with lower accuracy.
|
41 |
|
42 |
## How to Use
|
43 |
-
|
44 |
To use this model, you need to install the Hugging Face Transformers library and PyTorch. You can do this using pip:
|
45 |
|
46 |
```bash
|
@@ -67,7 +67,7 @@ print(predictions) # for each class probability
|
|
67 |
This model was developed by Sary Nasser at HTW-Berlin under supervision of Martin Steinicke.
|
68 |
|
69 |
## References
|
70 |
-
|
71 |
- Oliver Guhr Dataset paper: [Training a Broad-Coverage German Sentiment Classification Model for Dialog
|
72 |
Systems](http://www.lrec-conf.org/proceedings/lrec2020/pdf/2020.lrec-1.202.pdf)
|
73 |
- Model architecture: [XLM-T: Multilingual Language Models in Twitter for Sentiment Analysis and Beyond
|
|
|
40 |
- **Limitations**: The model is only train and tested on the German language, but can handle the other 8 languages with lower accuracy.
|
41 |
|
42 |
## How to Use
|
43 |
+
I have developed Python desktop application for the inference at my [repository](https://github.com/ssary/German-Sentiment-Analysis).
|
44 |
To use this model, you need to install the Hugging Face Transformers library and PyTorch. You can do this using pip:
|
45 |
|
46 |
```bash
|
|
|
67 |
This model was developed by Sary Nasser at HTW-Berlin under supervision of Martin Steinicke.
|
68 |
|
69 |
## References
|
70 |
+
- Model's GitHub repository: [https://github.com/ssary/German-Sentiment-Analysis](https://github.com/ssary/German-Sentiment-Analysis)
|
71 |
- Oliver Guhr Dataset paper: [Training a Broad-Coverage German Sentiment Classification Model for Dialog
|
72 |
Systems](http://www.lrec-conf.org/proceedings/lrec2020/pdf/2020.lrec-1.202.pdf)
|
73 |
- Model architecture: [XLM-T: Multilingual Language Models in Twitter for Sentiment Analysis and Beyond
|