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

  • Log In
  • Sign Up

sguarnaccio
/
document_type_identification

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use sguarnaccio/document_type_identification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sguarnaccio/document_type_identification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sguarnaccio/document_type_identification")
    model = AutoModelForSequenceClassification.from_pretrained("sguarnaccio/document_type_identification")
  • Notebooks
  • Google Colab
  • Kaggle
document_type_identification / runs
12.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
sguarnaccio's picture
sguarnaccio
End of training
b280b4b verified about 2 years ago
  • Mar06_15-02-10_9d12edd851f9
    End of training about 2 years ago
  • Mar12_18-15-25_0ad133400eba
    End of training about 2 years ago