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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gustavolucius
/
FNClassifier

Text Classification
Transformers
google-tensorflow TensorFlow
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use gustavolucius/FNClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gustavolucius/FNClassifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gustavolucius/FNClassifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gustavolucius/FNClassifier")
    model = AutoModelForSequenceClassification.from_pretrained("gustavolucius/FNClassifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FNClassifier
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
gustavolucius's picture
gustavolucius
Upload tokenizer.json
9038e71 over 4 years ago
  • .gitattributes
    1.22 kB
    initial commit over 4 years ago
  • README.md
    28 Bytes
    Update README.md over 4 years ago
  • config.json
    538 Bytes
    Upload config.json over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tf_model.h5
    268 MB
    xet
    Upload tf_model.h5 with git-lfs over 4 years ago
  • tokenizer.json
    712 kB
    Upload tokenizer.json over 4 years ago
  • tokenizer_config.json
    333 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt over 4 years ago