mdonigian commited on
Commit
5bcbc50
·
verified ·
1 Parent(s): 0e14f17

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,4 +1,21 @@
1
- # fineweb-edu-classifier
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  A fine-tuned [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) model for **multi-label subject classification** of educational web text. Given a passage of text, it predicts which of 17 academic/professional subject categories apply.
4
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: answerdotai/ModernBERT-base
4
+ datasets:
5
+ - HuggingFaceFW/fineweb-edu
6
+ - HuggingFaceFW/fineweb
7
+ language:
8
+ - en
9
+ tags:
10
+ - text-classification
11
+ - multi-label-classification
12
+ - modernbert
13
+ - fineweb
14
+ - education
15
+ pipeline_tag: text-classification
16
+ ---
17
+
18
+ ## Summary
19
 
20
  A fine-tuned [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) model for **multi-label subject classification** of educational web text. Given a passage of text, it predicts which of 17 academic/professional subject categories apply.
21