Instructions to use perplexity-correlations/fasttext-lambada-de-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use perplexity-correlations/fasttext-lambada-de-target with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("perplexity-correlations/fasttext-lambada-de-target", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Improve model card with metadata and code link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
| 5 |
-
the LAMBADA DE task, discussed in the main text of the Perplexity
|
| 6 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: fasttext
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
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
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/TristanThrush/perplexity-correlations
|