Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Amani123
/
classifier

Text Classification
Transformers
PyTorch
layoutlmv2
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use Amani123/classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Amani123/classifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSequenceClassification
    
    processor = AutoProcessor.from_pretrained("Amani123/classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Amani123/classifier")
  • Notebooks
  • Google Colab
  • Kaggle
classifier / variables
2.23 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Amani123's picture
Amani123
Push Keras model using huggingface_hub.
e28d841 about 3 years ago
  • variables.data-00000-of-00001
    1.84 kB
    Push Keras model using huggingface_hub. about 3 years ago
  • variables.index
    391 Bytes
    Push Keras model using huggingface_hub. about 3 years ago