Add README
Browse files
README.md
CHANGED
@@ -1,27 +1,56 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
|
|
|
|
3 |
features:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
- name: generated_sentiment_analysis
|
11 |
struct:
|
12 |
-
-
|
13 |
-
|
14 |
-
-
|
15 |
-
|
16 |
splits:
|
17 |
- name: train
|
18 |
num_bytes: 161729
|
19 |
num_examples: 500
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- path: data/train-*
|
6 |
+
split: train
|
7 |
dataset_info:
|
8 |
+
dataset_size: 161729
|
9 |
+
download_size: 62396
|
10 |
features:
|
11 |
+
- dtype: string
|
12 |
+
name: keyword
|
13 |
+
- dtype: string
|
14 |
+
name: topic
|
15 |
+
- dtype: string
|
16 |
+
name: language
|
17 |
- name: generated_sentiment_analysis
|
18 |
struct:
|
19 |
+
- dtype: string
|
20 |
+
name: sentiment
|
21 |
+
- dtype: string
|
22 |
+
name: text
|
23 |
splits:
|
24 |
- name: train
|
25 |
num_bytes: 161729
|
26 |
num_examples: 500
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
license:
|
30 |
+
- apache-2.0
|
31 |
+
size_category:
|
32 |
+
- 1K-10K
|
33 |
+
tags:
|
34 |
+
- food
|
35 |
+
- reviews
|
36 |
+
- sentiment-analysis
|
37 |
+
- synthetic
|
38 |
+
- text
|
39 |
+
- synthgenai
|
40 |
+
task_categories:
|
41 |
+
- text-generation
|
42 |
---
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
## Description
|
47 |
+
|
48 |
+
- Topic: Food Reviews
|
49 |
+
- Domains: Fast Food, Fine Dining, Home Cooking
|
50 |
+
- Focus: This dataset contains food reviews for different styles of cooking.
|
51 |
+
- Number of Entries: 500
|
52 |
+
- Dataset Type: Sentiment Analysis Dataset
|
53 |
+
- Model Used: bedrock/us.amazon.nova-pro-v1:0
|
54 |
+
- Language: English
|
55 |
+
- Additional Information: The dataset is designed to help analyze the sentiment of reviews across various food styles.
|
56 |
+
- Generated by: SynthGenAI Package
|