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
/
EstBERT_XPOS_128

Token Classification
Transformers
PyTorch
Safetensors
Estonian
bert
Model card Files Files and versions
xet
Community
1

Instructions to use tartuNLP/EstBERT_XPOS_128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tartuNLP/EstBERT_XPOS_128 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tartuNLP/EstBERT_XPOS_128")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tartuNLP/EstBERT_XPOS_128")
    model = AutoModelForTokenClassification.from_pretrained("tartuNLP/EstBERT_XPOS_128")
  • Notebooks
  • Google Colab
  • Kaggle
EstBERT_XPOS_128
996 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 5 commits
adorkin's picture
adorkin
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
afe70d0 verified 12 months ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) 12 months ago
  • README.md
    105 Bytes
    Update metadata over 1 year ago
  • config.json
    1.03 kB
    EstBERT_XPOS_128 commit by Hasan almost 5 years ago
  • model.safetensors
    498 MB
    xet
    Adding `safetensors` variant of this model (#1) 12 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    498 MB
    xet
    EstBERT_XPOS_128 commit by Hasan almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    EstBERT_XPOS_128 commit by Hasan almost 5 years ago
  • tokenizer_config.json
    24 Bytes
    EstBERT_XPOS_128 commit by Hasan almost 5 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "argparse.Namespace",
    • "torch.device"

    How to fix it?

    1.25 kB
    xet
    EstBERT_XPOS_128 commit by Hasan almost 5 years ago
  • vocab.txt
    410 kB
    EstBERT_XPOS_128 commit by Hasan almost 5 years ago