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

  • Log In
  • Sign Up

Anwaarma
/
BP-server02andinteger03

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

Instructions to use Anwaarma/BP-server02andinteger03 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Anwaarma/BP-server02andinteger03 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Anwaarma/BP-server02andinteger03")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Anwaarma/BP-server02andinteger03")
    model = AutoModelForSequenceClassification.from_pretrained("Anwaarma/BP-server02andinteger03")
  • Notebooks
  • Google Colab
  • Kaggle
BP-server02andinteger03 / runs
99.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Anwaarma's picture
Anwaarma
Training in progress, step 2500
d7687aa over 2 years ago
  • Dec03_08-12-32_a9021e1e0873
    Training in progress, step 1000 over 2 years ago
  • Dec03_08-18-28_a9021e1e0873
    Training in progress, step 2500 over 2 years ago