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
53.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Amani123's picture
Amani123
Upload config.json
52e3a0d about 3 years ago
  • variables
    Push Keras model using huggingface_hub. about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    840 Bytes
    Push Keras model using huggingface_hub. about 3 years ago
  • config.json
    3.45 kB
    Upload config.json about 3 years ago
  • fingerprint.pb
    54 Bytes
    xet
    Push Keras model using huggingface_hub. about 3 years ago
  • keras_metadata.pb
    3.5 kB
    xet
    Push Keras model using huggingface_hub. about 3 years ago
  • model.png
    4.59 kB
    Push Keras model using huggingface_hub. about 3 years ago
  • saved_model.pb
    37.6 kB
    xet
    Push Keras model using huggingface_hub. about 3 years ago