100K-TR-News / README.md
denizzhansahin's picture
Update 1-2
2ee3b39 verified
---
task_categories:
- text-classification
- text-generation
language:
- tr
size_categories:
- 10K<n<100K
---
100K TR News Dataset :
Bu veri seti içinde yer alan bilgiler Türkiye'de internet üzerinde yayın yapakta olan internet sitelerinden alınmıştır. Her bir internet sitesinin rastegele olarak seçilmiş olan haber kategorileri içindeki içerikler alınmıştır. Veri seti içinde haber başlığı, haber özeti, haber linki ve haber içeriği mevcuttur. Veri kazıma işlemi için Google Colab ve Selenium kullanılmıştır.
Kullanılan haber siteleri :
https://www.trthaber.com/
https://shiftdelete.net/
https://www.webtekno.com/
https://www.ensonhaber.com/
https://www.sondakika.com/
https://www.tgrthaber.com.tr/
https://webrazzi.com/
https://www.cnnturk.com/
https://gonullu.pardus.org.tr/
The information in this data set was taken from websites broadcasting on the internet in Turkey. Contents within randomly selected news categories of each website were taken. The data set includes news title, news summary, news link and news content. Google Colab and Selenium were used for data scraping.
News sites used:
https://www.trthaber.com/
https://shiftdelete.net/
https://www.webtekno.com/
https://www.ensonhaber.com/
https://www.sondakika.com/
https://www.tgrthaber.com.tr/
https://webrazzi.com/
https://www.cnnturk.com/
https://gonullu.pardus.org.tr/
---
dataset_info:
features:
- name: 'Unnamed: 0'
dtype: int64
- name: Baslik
dtype: string
- name: Ozet
dtype: string
- name: Kategori
dtype: string
- name: Link
dtype: string
- name: Icerik
dtype: string
splits:
- name: train
num_bytes: 183330207.98111832
num_examples: 79669
- name: validation
num_bytes: 78572719.01888168
num_examples: 34145
download_size: 156141339
dataset_size: 261902927.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---