upvoteweb-posts / README.md
pszemraj's picture
Upload dataset
997207c verified
|
raw
history blame
No virus
2.77 kB
---
language:
- en
- pt
- de
- fr
- es
license: odc-by
size_categories:
- 10M<n<100M
source_datasets: OpenCo7/UpVoteWeb
task_categories:
- text-generation
- feature-extraction
dataset_info:
- config_name: default
features:
- name: post_id
dtype: string
- name: text
dtype: string
- name: url
dtype: string
- name: date
dtype: string
- name: author
dtype: string
- name: subreddit
dtype: string
- name: score
dtype: int64
- name: token_count
dtype: int64
- name: language
dtype: string
- name: language_score
dtype: float64
- name: media_urls
dtype: string
splits:
- name: train
num_bytes: 9259550876
num_examples: 16056485
download_size: 5885641617
dataset_size: 9259550876
- config_name: en-clean
features:
- name: post_id
dtype: string
- name: text
dtype: string
- name: url
dtype: string
- name: date
dtype: string
- name: author
dtype: string
- name: subreddit
dtype: string
- name: score
dtype: int64
- name: token_count
dtype: int64
- name: language
dtype: string
- name: language_score
dtype: float64
- name: media_urls
dtype: string
splits:
- name: train
num_bytes: 7830835057
num_examples: 13019754
download_size: 4956674820
dataset_size: 7830835057
- config_name: image-dataset-sample
features:
- name: id
dtype: string
- name: parent_id
dtype: 'null'
- name: post_id
dtype: string
- name: text
dtype: string
- name: url
dtype: string
- name: date
dtype: string
- name: author
dtype: string
- name: subreddit
dtype: string
- name: score
dtype: int64
- name: token_count
dtype: int64
- name: kind
dtype: string
- name: language
dtype: string
- name: language_score
dtype: float64
- name: media_urls
dtype: string
- name: media_url1
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 95882530439.49341
num_examples: 122087
download_size: 96970586893
dataset_size: 95882530439.49341
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: en-clean
data_files:
- split: train
path: en-clean/train-*
- config_name: image-dataset-sample
data_files:
- split: train
path: image-dataset-sample/train-*
tags:
- reddit
- upvoteweb
---
# upvoteweb: posts
Posts in [upvoteweb](https://huggingface.co/datasets/OpenCo7/UpVoteWeb).
## lang details
Some simple counts:
```
language
en 14745361
de 271905
es 176108
pt 138175
fr 126898
...
kv 2
tyv 1
myv 1
hif 1
lez 1
Name: count, Length: 171, dtype: int64
```