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

  • Log In
  • Sign Up

baekchaeeun
/
model_2

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

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

  • Libraries
  • Transformers

    How to use baekchaeeun/model_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="baekchaeeun/model_2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("baekchaeeun/model_2")
    model = AutoModelForSequenceClassification.from_pretrained("baekchaeeun/model_2")
  • Notebooks
  • Google Colab
  • Kaggle
model_2 / runs
133 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
baekchaeeun's picture
baekchaeeun
Training in progress, epoch 5
534c6ca verified almost 2 years ago
  • May13_06-27-42_36880b4c0c63
    Training in progress, epoch 1 almost 2 years ago
  • May13_06-35-57_36880b4c0c63
    Training in progress, epoch 5 almost 2 years ago