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

  • Log In
  • Sign Up

2todeux
/
1008model

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

Instructions to use 2todeux/1008model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 2todeux/1008model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="2todeux/1008model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("2todeux/1008model")
    model = AutoModelForSequenceClassification.from_pretrained("2todeux/1008model")
  • Notebooks
  • Google Colab
  • Kaggle
1008model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
2todeux's picture
2todeux
audgns
c09511a verified over 1 year ago
  • Oct08_02-07-41_36230cbcafa5
    audgns over 1 year ago