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

DimasikKurd
/
MedRuRobertaLarge_pos

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

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

  • Libraries
  • Transformers

    How to use DimasikKurd/MedRuRobertaLarge_pos with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="DimasikKurd/MedRuRobertaLarge_pos")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("DimasikKurd/MedRuRobertaLarge_pos")
    model = AutoModelForTokenClassification.from_pretrained("DimasikKurd/MedRuRobertaLarge_pos", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MedRuRobertaLarge_pos / runs
48.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
DimasikKurd's picture
DimasikKurd
Training complete
a625d0a verified over 2 years ago
  • May06_21-18-12_634985d315af
    Training complete over 2 years ago
  • May06_21-21-30_634985d315af
    Training complete over 2 years ago
  • May07_00-22-37_4537e44771aa
    Training complete over 2 years ago