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

yeshpanovrustem
/
xlm-roberta-large-kaznerd

Token Classification
Transformers
PyTorch
Safetensors
Kazakh
xlm-roberta
Named Entity Recognition
NER
Model card Files Files and versions
xet
Community
1

Instructions to use yeshpanovrustem/xlm-roberta-large-kaznerd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yeshpanovrustem/xlm-roberta-large-kaznerd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="yeshpanovrustem/xlm-roberta-large-kaznerd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yeshpanovrustem/xlm-roberta-large-kaznerd")
    model = AutoModelForTokenClassification.from_pretrained("yeshpanovrustem/xlm-roberta-large-kaznerd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-large-kaznerd
4.49 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 60 commits
yeshpanovrustem's picture
yeshpanovrustem
Update README.md
11a9cc8 verified about 1 year ago
  • .gitattributes
    159 Bytes
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • README.md
    7.82 kB
    Update README.md about 1 year ago
  • config.json
    2.94 kB
    Update config.json over 3 years ago
  • model.safetensors
    2.24 GB
    xet
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.24 GB
    xet
    Upload pytorch_model.bin over 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload 4 files over 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 4 files over 3 years ago
  • tokenizer_config.json
    418 Bytes
    Upload 4 files over 3 years ago