lhoestq HF Staff commited on
Commit
bc0754d
·
verified ·
1 Parent(s): 0eb65a4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -8
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 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:**
 
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:**