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

CoBaLD
/
xlm-roberta-base-cobald-parser-ru

Token Classification
Transformers
TensorBoard
Safetensors
PyTorch
Russian
cobald_parser
feature-extraction
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use CoBaLD/xlm-roberta-base-cobald-parser-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CoBaLD/xlm-roberta-base-cobald-parser-ru with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="CoBaLD/xlm-roberta-base-cobald-parser-ru", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("CoBaLD/xlm-roberta-base-cobald-parser-ru", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-cobald-parser-ru / log
7.35 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
fortvivlan's picture
fortvivlan
update model
4215f94 about 2 years ago
  • train
    update model about 2 years ago
  • validation
    update model about 2 years ago