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

arodriguezf
/
xlmr-binary-borrowings-conloan

Token Classification
Transformers
Safetensors
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use arodriguezf/xlmr-binary-borrowings-conloan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arodriguezf/xlmr-binary-borrowings-conloan with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="arodriguezf/xlmr-binary-borrowings-conloan")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arodriguezf/xlmr-binary-borrowings-conloan")
    model = AutoModelForTokenClassification.from_pretrained("arodriguezf/xlmr-binary-borrowings-conloan", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlmr-binary-borrowings-conloan
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
arodriguezf's picture
arodriguezf
Upload XLMRobertaForTokenClassification
592a085 verified 3 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 3 months ago
  • README.md
    5.17 kB
    Upload tokenizer 3 months ago
  • config.json
    877 Bytes
    Upload XLMRobertaForTokenClassification 3 months ago
  • model.safetensors
    1.11 GB
    xet
    Upload XLMRobertaForTokenClassification 3 months ago
  • tokenizer.json
    16.8 MB
    xet
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    313 Bytes
    Upload tokenizer 3 months ago