Arigadam commited on
Commit
1407419
·
verified ·
1 Parent(s): 8be4356

Create dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +19 -0
dataset_info.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "panorama_news",
3
+ "description": "Сатирические новости с сайта panorama.pub. Формат: JSONL с полями 'title' и 'text'.",
4
+ "features": {
5
+ "title": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "https://panorama.pub",
15
+ "license": "research",
16
+ "language": ["ru"],
17
+ "dataset_size": "≈ XX MB",
18
+ "citation": "@misc{panorama_news,\n title={Panorama News Dataset},\n author={Arigadam},\n year={2025},\n howpublished={\\url{https://panorama.pub}}\n}"
19
+ }