Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

chizhikchi
/
cares-roberta-bne

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

Instructions to use chizhikchi/cares-roberta-bne with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chizhikchi/cares-roberta-bne with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="chizhikchi/cares-roberta-bne")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chizhikchi/cares-roberta-bne")
    model = AutoModelForSequenceClassification.from_pretrained("chizhikchi/cares-roberta-bne", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cares-roberta-bne
1.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
chizhikchi's picture
chizhikchi
Update README.md
652bd48 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    53 Bytes
    Update README.md over 3 years ago
  • config.json
    1.45 kB
    initial commit over 3 years ago
  • merges.txt
    509 kB
    initial commit over 3 years ago
  • optimizer.pt
    997 MB
    xet
    re-trained model after eliminating annotation errors over 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    re-trained model after eliminating annotation errors over 3 years ago
  • rng_state.pth
    14.6 kB
    xet
    re-trained model after eliminating annotation errors over 3 years ago
  • scheduler.pt
    623 Bytes
    xet
    re-trained model after eliminating annotation errors over 3 years ago
  • special_tokens_map.json
    957 Bytes
    initial commit over 3 years ago
  • tokenizer.json
    2.21 MB
    initial commit over 3 years ago
  • tokenizer_config.json
    1.37 kB
    initial commit over 3 years ago
  • trainer_state.json
    13.6 kB
    re-trained model after eliminating annotation errors over 3 years ago
  • training_args.bin
    3.44 kB
    xet
    re-trained model after eliminating annotation errors over 3 years ago
  • vocab.json
    851 kB
    initial commit over 3 years ago