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

reevan
/
model

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

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

  • Libraries
  • Transformers

    How to use reevan/model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="reevan/model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("reevan/model")
    model = AutoModelForSequenceClassification.from_pretrained("reevan/model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
model / runs
39.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
reevan's picture
reevan
reevan/roberta_rom
b1ce790 verified over 2 years ago
  • Apr05_05-08-24_4e2bc2a4c3b8
    reevan/updated_bert over 2 years ago
  • Apr05_05-16-34_4e2bc2a4c3b8
    reevan/updated_bert over 2 years ago
  • Apr18_17-51-33_2406a229272e
    reevan/bert_base_kan_rom over 2 years ago
  • Apr19_19-08-02_feeaba884b46
    reevan/bert_base_kan_rom over 2 years ago
  • Apr23_07-26-18_74091af1fdb5
    reevan/roberta_rom over 2 years ago