How to use from the
Use from the
fastText library
from huggingface_hub import hf_hub_download
import fasttext

model = fasttext.load_model(hf_hub_download("versae/fasttext-edu-scorer-binary-norwegian", "model.bin"))

Test results

Accuracy: 0.7909090909090909 Precision: 0.8199052132701422 Recall: 0.692 F1: 0.7505422993492408

Confusion Matrix:

 [[262  38]
 [ 77 173]]
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support