amazoncat-13k / README.md
pietrolesci's picture
Upload README.md with huggingface_hub
3ccad43
|
raw
history blame
1.33 kB
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- config_name: embedding_all-mpnet-base-v2
data_files:
- split: train
path: embedding_all-mpnet-base-v2/train-*
- split: test
path: embedding_all-mpnet-base-v2/test-*
dataset_info:
- config_name: default
features:
- name: uid_original
dtype: string
- name: title
dtype: string
- name: content
dtype: string
- name: target_ind
sequence: int64
- name: target_rel
sequence: float64
- name: text
dtype: string
- name: uid
dtype: int64
splits:
- name: train
num_bytes: 3262662835
num_examples: 1186239
- name: test
num_bytes: 842174854
num_examples: 306782
download_size: 2560646204
dataset_size: 4104837689
- config_name: embedding_all-mpnet-base-v2
features:
- name: uid
dtype: int64
- name: embedding_all-mpnet-base-v2
sequence: float32
splits:
- name: train
num_bytes: 3658361076
num_examples: 1186239
- name: test
num_bytes: 946115688
num_examples: 306782
download_size: 5524926640
dataset_size: 4604476764
---
# Dataset Card for "amazoncat-13k"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)