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

tartuNLP
/
est-roberta-vm-morph-tagging

Token Classification
Transformers
Safetensors
Estonian
camembert
Model card Files Files and versions
xet
Community

Instructions to use tartuNLP/est-roberta-vm-morph-tagging with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tartuNLP/est-roberta-vm-morph-tagging with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tartuNLP/est-roberta-vm-morph-tagging")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tartuNLP/est-roberta-vm-morph-tagging")
    model = AutoModelForTokenClassification.from_pretrained("tartuNLP/est-roberta-vm-morph-tagging")
  • Notebooks
  • Google Colab
  • Kaggle
est-roberta-vm-morph-tagging
473 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
sorasmaa's picture
sorasmaa
Fixed tokenizer configuration to get it working in transformers V5
13a8f0b verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    989 Bytes
    Updated README.md (model v2) over 1 year ago
  • added_tokens.json
    25 Bytes
    Upload 9 files over 1 year ago
  • config.json
    64 kB
    Upload model v2 over 1 year ago
  • eval_results.txt
    124 Bytes
    Upload model v2 over 1 year ago
  • model.safetensors
    470 MB
    xet
    Upload model v2 over 1 year ago
  • model_args.json
    17 kB
    Upload model v2 over 1 year ago
  • sentencepiece.bpe.model
    936 kB
    xet
    Upload 9 files over 1 year ago
  • special_tokens_map.json
    1.09 kB
    Upload 9 files over 1 year ago
  • tokenizer.json
    2.25 MB
    Fixed tokenizer configuration to get it working in transformers V5 about 2 months ago
  • tokenizer_config.json
    1.87 kB
    Fixed tokenizer configuration to get it working in transformers V5 about 2 months ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.NERArgs"

    How to fix it?

    27 kB
    xet
    Upload model v2 over 1 year ago