hun-sum-chatml-5k / README.md
ariel-ml's picture
Upload dataset
0fae14d verified
|
raw
history blame
No virus
782 Bytes
---
dataset_info:
features:
- name: uuid
dtype: string
- name: title
dtype: string
- name: lead
dtype: string
- name: article
dtype: string
- name: domain
dtype: string
- name: url
dtype: string
- name: date_of_creation
dtype: timestamp[ns]
- name: tags
sequence: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 32496003
num_examples: 5000
- name: validation
num_bytes: 1359484
num_examples: 200
- name: test
num_bytes: 1326525
num_examples: 200
download_size: 22702475
dataset_size: 35182012
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---