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

  • Log In
  • Sign Up

procit007
/
Classification_Model_v0.1.0

Text Classification
Transformers
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use procit007/Classification_Model_v0.1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use procit007/Classification_Model_v0.1.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="procit007/Classification_Model_v0.1.0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("procit007/Classification_Model_v0.1.0")
    model = AutoModelForSequenceClassification.from_pretrained("procit007/Classification_Model_v0.1.0")
  • Notebooks
  • Google Colab
  • Kaggle
Classification_Model_v0.1.0
472 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
procit007's picture
procit007
Upload tokenizer
38db483 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload RobertaForSequenceClassification about 1 year ago
  • config.json
    10.4 kB
    Upload RobertaForSequenceClassification about 1 year ago
  • merges.txt
    383 kB
    Upload tokenizer about 1 year ago
  • model.safetensors
    468 MB
    xet
    Upload RobertaForSequenceClassification about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    2.87 MB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer about 1 year ago
  • vocab.json
    653 kB
    Upload tokenizer about 1 year ago