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

transformersbook
/
xlm-roberta-base-finetuned-panx-all

Token Classification
Transformers
PyTorch
xlm-roberta
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
5

Instructions to use transformersbook/xlm-roberta-base-finetuned-panx-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use transformersbook/xlm-roberta-base-finetuned-panx-all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="transformersbook/xlm-roberta-base-finetuned-panx-all")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("transformersbook/xlm-roberta-base-finetuned-panx-all")
    model = AutoModelForTokenClassification.from_pretrained("transformersbook/xlm-roberta-base-finetuned-panx-all")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-finetuned-panx-all
1.12 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
lewtun's picture
lewtun HF Staff
autoevaluator's picture
autoevaluator HF Staff
Add evaluation results on wikiann dataset (#1)
39aaafd almost 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training completed! over 4 years ago
  • README.md
    2.46 kB
    Add evaluation results on wikiann dataset (#1) almost 4 years ago
  • config.json
    993 Bytes
    Training completed! over 4 years ago
  • emissions.csv
    314 Bytes
    Training completed! over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.11 GB
    xet
    Training completed! over 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training completed! over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Training completed! over 4 years ago
  • tokenizer.json
    9.08 MB
    Training completed! over 4 years ago
  • tokenizer_config.json
    398 Bytes
    Training completed! over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

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

    How to fix it?

    2.93 kB
    xet
    Training completed! over 4 years ago