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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Damith
/
mwe-xlm-roberta-base

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

Instructions to use Damith/mwe-xlm-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Damith/mwe-xlm-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Damith/mwe-xlm-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Damith/mwe-xlm-roberta-base")
    model = AutoModelForTokenClassification.from_pretrained("Damith/mwe-xlm-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
mwe-xlm-roberta-base
1.11 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Damith's picture
Damith
initial commit
113bea9 about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    28 Bytes
    initial commit about 4 years ago
  • config.json
    872 Bytes
    initial commit about 4 years ago
  • model_args.json
    2.39 kB
    initial commit about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    1.11 GB
    xet
    initial commit about 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    initial commit about 4 years ago
  • special_tokens_map.json
    238 Bytes
    initial commit about 4 years ago
  • tokenizer_config.json
    445 Bytes
    initial commit about 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "mwe.transformers.config.model_args.NERArgs"

    How to fix it?

    2.93 kB
    xet
    initial commit about 4 years ago