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

pradeepiisc
/
xlm-roberta-base-finetuned-panx-it

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

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

  • Libraries
  • Transformers

    How to use pradeepiisc/xlm-roberta-base-finetuned-panx-it with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="pradeepiisc/xlm-roberta-base-finetuned-panx-it")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pradeepiisc/xlm-roberta-base-finetuned-panx-it")
    model = AutoModelForTokenClassification.from_pretrained("pradeepiisc/xlm-roberta-base-finetuned-panx-it", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-finetuned-panx-it
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pradeepiisc's picture
pradeepiisc
update model card README.md
606f911 about 3 years ago
  • .gitattributes
    1.57 kB
    Training completed! about 3 years ago
  • .gitignore
    13 Bytes
    Training completed! about 3 years ago
  • README.md
    1.74 kB
    update model card README.md about 3 years ago
  • config.json
    988 Bytes
    Training completed! about 3 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    Training completed! about 3 years ago
  • special_tokens_map.json
    280 Bytes
    Training completed! about 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Training completed! about 3 years ago
  • tokenizer_config.json
    418 Bytes
    Training completed! about 3 years ago
  • training_args.bin
    3.64 kB
    xet
    Training completed! about 3 years ago