pszemraj commited on
Commit
bc3b705
1 Parent(s): f93ead8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -43,4 +43,26 @@ configs:
43
  path: data/train-*
44
  - split: test
45
  path: data/test-*
 
 
 
 
46
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  path: data/train-*
44
  - split: test
45
  path: data/test-*
46
+ license: apache-2.0
47
+ task_categories:
48
+ - text-classification
49
+ source_datasets: yahoo_answers_topics
50
  ---
51
+
52
+ # BEE-spoke-data/yahoo_answers_topics-long-text
53
+
54
+
55
+ 1024 or more tokens in 'text'
56
+
57
+ ```py
58
+ DatasetDict({
59
+ train: Dataset({
60
+ features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'],
61
+ num_rows: 3352
62
+ })
63
+ test: Dataset({
64
+ features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'],
65
+ num_rows: 133
66
+ })
67
+ }
68
+ ```