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

cfilt
/
HiNER-original-xlm-roberta-large

Token Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use cfilt/HiNER-original-xlm-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cfilt/HiNER-original-xlm-roberta-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cfilt/HiNER-original-xlm-roberta-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cfilt/HiNER-original-xlm-roberta-large")
    model = AutoModelForTokenClassification.from_pretrained("cfilt/HiNER-original-xlm-roberta-large", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
HiNER-original-xlm-roberta-large
2.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
murthyrudra's picture
murthyrudra
Tokenizer config
94dac1d over 4 years ago
  • runs
    End of training over 4 years ago
  • .gitattributes
    1.17 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    End of training over 4 years ago
  • README.md
    1.39 kB
    Update README.md over 4 years ago
  • config.json
    1.8 kB
    End of training over 4 years ago
  • dev_predictions.txt
    4.45 MB
    End of training over 4 years ago
  • dev_results.txt
    216 Bytes
    End of training over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.24 GB
    xet
    End of training over 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    SentencePiece over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Special Tokens over 4 years ago
  • test_predictions.txt
    8.92 MB
    End of training over 4 years ago
  • test_results.txt
    217 Bytes
    End of training over 4 years ago
  • tokenizer.json
    9.08 MB
    Tokenizer over 4 years ago
  • tokenizer_config.json
    399 Bytes
    Tokenizer config over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    3.06 kB
    xet
    End of training over 4 years ago