saheedniyi commited on
Commit
2b1821e
1 Parent(s): cf1761e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -53,14 +53,10 @@ tags:
53
 
54
  | Features | Data Types |
55
  |----------------|-------------|
56
- | Unnamed: 0 | int64 |
57
  | text | string |
58
- | id | string |
59
  | link | string |
60
  | token_count | int64 |
61
  | section | string |
62
- | domain | string |
63
- | score | float64 |
64
  | int_score | int64 |
65
  | language | string |
66
  | language_probability | float64 |
@@ -81,15 +77,11 @@ The cleaning process was conducted using **[Datatrove](https://github.com/huggin
81
  ## Example Entry
82
 
83
  Each data point contains the following fields:
84
- - `Unnamed: 0`: an index column
85
  - `text`: the main body of the post or web page
86
- - `id`: unique identifier for each document
87
  - `link`: the original URL of the source content
88
  - `token_count`: the number of tokens in the `text` field
89
  - `section`: the Nairaland section where the post was found
90
- - `domain`: the domain of the outbound link
91
- - `score`: a float representing the content's relevance or quality
92
- - `int_score`: an integer representation of `score`
93
  - `language`: detected language of the text (e.g., `en`, `yo`, `ha`, `ig`)
94
  - `language_probability`: the confidence score of the language detection algorithm
95
 
 
53
 
54
  | Features | Data Types |
55
  |----------------|-------------|
 
56
  | text | string |
 
57
  | link | string |
58
  | token_count | int64 |
59
  | section | string |
 
 
60
  | int_score | int64 |
61
  | language | string |
62
  | language_probability | float64 |
 
77
  ## Example Entry
78
 
79
  Each data point contains the following fields:
 
80
  - `text`: the main body of the post or web page
 
81
  - `link`: the original URL of the source content
82
  - `token_count`: the number of tokens in the `text` field
83
  - `section`: the Nairaland section where the post was found
84
+ - `int_score`: an integer representation of the 'educational quality' of the data based on [fineweb's webpage educational classifier](https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier)
 
 
85
  - `language`: detected language of the text (e.g., `en`, `yo`, `ha`, `ig`)
86
  - `language_probability`: the confidence score of the language detection algorithm
87