Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# GermanSentimentBank
|
9 |
+
|
10 |
+
tags: Sentiment Analysis, Language Modeling, Natural Language Processing
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'GermanSentimentBank' dataset is a collection of German sentences labeled with sentiment categories to facilitate the development and evaluation of machine learning models for sentiment analysis in the German language. Each sentence is classified as positive, negative, or neutral based on its emotional tone.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
"sentence","label"
|
22 |
+
"Das Wetter heute ist großartig!","positive"
|
23 |
+
"Ich bin sehr enttäuscht von der Leistung.", "negative"
|
24 |
+
"Das ist ein normaler Tag, alles ist in Ordnung.", "neutral"
|
25 |
+
"Die Musik hier war ein echter Genuss!", "positive"
|
26 |
+
"Es ist wirklich bedauerlich, diesen Fehler zu erleben.", "negative"
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'german sentence sentimental analysis':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=german+sentence+sentimental+analysis&dataset=GermanSentimentBank&tags=Sentiment+Analysis,+Language+Modeling,+Natural+Language+Processing
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|