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

  • Log In
  • Sign Up

sonchuate
/
project-2

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use sonchuate/project-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sonchuate/project-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sonchuate/project-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sonchuate/project-2")
    model = AutoModelForSequenceClassification.from_pretrained("sonchuate/project-2")
  • Notebooks
  • Google Colab
  • Kaggle
project-2
543 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
sonchuate's picture
sonchuate
End of training
b6ca51d verified almost 2 years ago
  • runs
    End of training almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.5 kB
    End of training almost 2 years ago
  • added_tokens.json
    22 Bytes
    Training in progress, epoch 2 about 2 years ago
  • bpe.codes
    1.14 MB
    Training in progress, epoch 2 about 2 years ago
  • config.json
    996 Bytes
    Training in progress, epoch 2 about 2 years ago
  • model.safetensors
    540 MB
    xet
    Training in progress, epoch 2 almost 2 years ago
  • special_tokens_map.json
    167 Bytes
    Training in progress, epoch 2 about 2 years ago
  • tokenizer_config.json
    1.14 kB
    Training in progress, epoch 2 about 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • vocab.txt
    895 kB
    Training in progress, epoch 2 about 2 years ago