Text Classification
fastText
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("perplexity-correlations/fasttext-lambada-de-target", "model.bin"))

This is the fastText pretraining data filter targeting the LAMBADA DE task, discussed in the main text of the Perplexity Correlations paper: https://arxiv.org/abs/2409.05816

Code: https://github.com/TristanThrush/perplexity-correlations

Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for perplexity-correlations/fasttext-lambada-de-target