File size: 1,230 Bytes
d2dea16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cd14ee4
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
dataset_info:
  features:
  - name: text
    dtype: large_string
  - name: id
    dtype: large_string
  - name: dump
    dtype: large_string
  - name: url
    dtype: large_string
  - name: file_path
    dtype: large_string
  - name: language
    dtype: large_string
  - name: language_score
    dtype: float64
  - name: token_count
    dtype: int64
  - name: score
    dtype: float64
  - name: int_score
    dtype: int64
  - name: raw_reasoning_score
    dtype: float64
  - name: reasoning_level
    dtype: int64
  - name: interpretation
    dtype: string
  - name: topic
    dtype: string
  splits:
  - name: train
    num_bytes: 71924326
    num_examples: 10000
  download_size: 41962043
  dataset_size: 71924326
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

A sample of 10k rows from [HuggingFaceFW/fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu) annotated with topics and "reasoning scores". 

The topics come from [WebOrganizer/TopicClassifier](https://huggingface.co/WebOrganizer/TopicClassifier)

The reasoning scores come from [davanstrien/ModernBERT-based-Reasoning-Required](https://huggingface.co/davanstrien/ModernBERT-based-Reasoning-Required)