Shekswess commited on
Commit
f3c0fa5
·
verified ·
1 Parent(s): 96694db

Add README

Browse files
Files changed (1) hide show
  1. README.md +46 -17
README.md CHANGED
@@ -1,27 +1,56 @@
1
  ---
 
 
 
 
 
2
  dataset_info:
 
 
3
  features:
4
- - name: keyword
5
- dtype: string
6
- - name: topic
7
- dtype: string
8
- - name: language
9
- dtype: string
10
  - name: generated_sentiment_analysis
11
  struct:
12
- - name: sentiment
13
- dtype: string
14
- - name: text
15
- dtype: string
16
  splits:
17
  - name: train
18
  num_bytes: 161729
19
  num_examples: 500
20
- download_size: 62396
21
- dataset_size: 161729
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
 
 
 
 
 
 
 
 
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