ckandemir commited on
Commit
e0073c8
1 Parent(s): a54bdb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -8,6 +8,8 @@ configs:
8
  path: data/test-*
9
  - split: eval
10
  path: data/eval-*
 
 
11
  dataset_info:
12
  features:
13
  - name: Product Name
@@ -42,13 +44,14 @@ language:
42
  - en
43
  size_categories:
44
  - 10K<n<100K
 
45
  ---
46
  ## Dataset Creation and Processing Overview
47
 
48
  This dataset underwent a comprehensive process of loading, cleaning, processing, and preparing, incorporating a range of data manipulation and NLP techniques to optimize its utility for machine learning models, particularly in natural language processing.
49
 
50
  ### Data Loading and Initial Cleaning
51
- - **Source**: Loaded from the Hugging Face dataset repository (`bprateek/amazon_product_description`).
52
  - **Conversion to Pandas DataFrame**: For ease of data manipulation.
53
  - **Null Value Removal**: Rows with null values in the 'About Product' column were discarded.
54
 
 
8
  path: data/test-*
9
  - split: eval
10
  path: data/eval-*
11
+ datasets:
12
+ - bprateek/amazon_product_description
13
  dataset_info:
14
  features:
15
  - name: Product Name
 
44
  - en
45
  size_categories:
46
  - 10K<n<100K
47
+
48
  ---
49
  ## Dataset Creation and Processing Overview
50
 
51
  This dataset underwent a comprehensive process of loading, cleaning, processing, and preparing, incorporating a range of data manipulation and NLP techniques to optimize its utility for machine learning models, particularly in natural language processing.
52
 
53
  ### Data Loading and Initial Cleaning
54
+ - **Source**: Loaded from the Hugging Face dataset repository [bprateek/amazon_product_description](https://huggingface.co/datasets/bprateek/amazon_product_description).
55
  - **Conversion to Pandas DataFrame**: For ease of data manipulation.
56
  - **Null Value Removal**: Rows with null values in the 'About Product' column were discarded.
57