Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -13,17 +13,25 @@ _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
|
|
|
17 |
|
18 |
**CSV Content Preview:**
|
19 |
|
20 |
-
```
|
21 |
-
|
22 |
-
"
|
23 |
-
|
24 |
-
"Das
|
25 |
-
|
26 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
```
|
28 |
|
29 |
**Source of the data:**
|
|
|
13 |
|
14 |
**Dataset Description:**
|
15 |
|
16 |
+
The 'GermanSentimentBank' dataset is a collection of German text excerpts from various sources such as online reviews, social media posts, and forum discussions. The purpose of this dataset is to provide a diverse set of samples for training and evaluating sentiment analysis models tailored for the German language. The dataset includes metadata for each text, such as the source, the publication date, and a sentiment label indicating whether the sentiment is positive, negative, or neutral.
|
17 |
+
|
18 |
|
19 |
**CSV Content Preview:**
|
20 |
|
21 |
+
```
|
22 |
+
|
23 |
+
"source","publication_date","text","label"
|
24 |
+
|
25 |
+
"Online Review","2023-01-15","Das Gerät war sehr einfach zu bedienen und die Akkulaufzeit war ausgezeichnet.","positive"
|
26 |
+
|
27 |
+
"Social Media Post","2023-01-20","Ich bin wirklich enttäuscht von der Lösung, das Modul hat nicht funktioniert.","negative"
|
28 |
+
|
29 |
+
"Forum Discussion","2023-02-10","Der Service war schnell und das Support-Team war sehr hilfsbereit.","positive"
|
30 |
+
|
31 |
+
"News Article","2023-02-22","Die neuesten Updates des Produkts bringen nichts Gutes, sie sind vollständig unbefriedigend.","negative"
|
32 |
+
|
33 |
+
"Online Review","2023-03-05","Ich habe große Hoffnungen auf das neue Produkt, aber die Vorstellung war eher enttäuschend.","neutral"
|
34 |
+
|
35 |
```
|
36 |
|
37 |
**Source of the data:**
|