Tanabodee Limpaitoon commited on
Commit
48d8ed4
1 Parent(s): c30b3b1

Update README.md

Browse files

# Neverland Products Dataset

This dataset contains product descriptions from Neverland, including a variety of products like vapes, magic mushroom chocolates, and other unique items. The dataset is tailored for text-generation and text-classification tasks, allowing models to learn from both short and detailed product descriptions.

## Dataset Structure
- **Name**: Product name
- **Short Description**: A brief description of the product
- **Description**: A detailed, longer description of the product, including features and variations
- **Sale Price**: The discounted price of the product
- **Currency**: All prices are listed in Thai Baht (฿)
- **Variations**: Product variations, such as flavor or strain, are listed for each product
- **In-stock**: Availability of the product

## Tasks
- **Text Classification**: Classify products based on their descriptions and variations.
- **Text Generation**: Generate new product descriptions or summaries based on the existing data.

## License
The dataset is licensed under the MIT License.

Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -3,7 +3,17 @@ license: mit
3
  task_categories:
4
  - text-classification
5
  - text-generation
 
6
  language:
7
  - en
8
  pretty_name: Neverland Products
 
 
 
 
 
 
 
 
 
9
  ---
 
3
  task_categories:
4
  - text-classification
5
  - text-generation
6
+ - token-classification
7
  language:
8
  - en
9
  pretty_name: Neverland Products
10
+ tags:
11
+ - ecommerce
12
+ - text-generation
13
+ - product-descriptions
14
+ - text-classification
15
+ - LLM
16
+ - huggingface
17
+ size_categories:
18
+ - 10K<n<100K
19
  ---