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

ania3000
/
glot500-base-oss-morph

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

Instructions to use ania3000/glot500-base-oss-morph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ania3000/glot500-base-oss-morph with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ania3000/glot500-base-oss-morph")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ania3000/glot500-base-oss-morph")
    model = AutoModelForTokenClassification.from_pretrained("ania3000/glot500-base-oss-morph", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
glot500-base-oss-morph
1.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ania3000's picture
ania3000
End of training
d53add2 verified 10 days ago
  • .gitattributes
    1.57 kB
    End of training 10 days ago
  • README.md
    3.06 kB
    End of training 10 days ago
  • config.json
    61.2 kB
    End of training 10 days ago
  • model.safetensors
    1.58 GB
    xet
    End of training 10 days ago
  • sentencepiece.bpe.model
    7.66 MB
    xet
    End of training 10 days ago
  • special_tokens_map.json
    279 Bytes
    End of training 10 days ago
  • tokenizer.json
    26.9 MB
    xet
    End of training 10 days ago
  • tokenizer_config.json
    1.25 kB
    End of training 10 days ago
  • training_args.bin
    5.84 kB
    xet
    End of training 10 days ago