Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

oneryalcin
/
text-register-fasttext-classifier

Text Classification
fastText
English
register-classification
text-type
content-filtering
data-curation
Model card Files Files and versions
xet
Community

Instructions to use oneryalcin/text-register-fasttext-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • fastText

    How to use oneryalcin/text-register-fasttext-classifier with fastText:

    from huggingface_hub import hf_hub_download
    import fasttext
    
    model = fasttext.load_model(hf_hub_download("oneryalcin/text-register-fasttext-classifier", "model.bin"))
  • Notebooks
  • Google Colab
  • Kaggle
text-register-fasttext-classifier / scripts
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
oneryalcin's picture
oneryalcin
Add text register FastText classifier with training scripts
3dea709 verified 2 months ago
  • predict.py
    3.61 kB
    Add text register FastText classifier with training scripts 2 months ago
  • prepare_data.py
    5.51 kB
    Add text register FastText classifier with training scripts 2 months ago
  • train.py
    3.11 kB
    Add text register FastText classifier with training scripts 2 months ago