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

MaksudSharipov
/
UzbekPosTagger_BERTbek

Token Classification
Transformers
Safetensors
Uzbek
bert
pos-tagging
uzbek
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use MaksudSharipov/UzbekPosTagger_BERTbek with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="MaksudSharipov/UzbekPosTagger_BERTbek")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MaksudSharipov/UzbekPosTagger_BERTbek")
    model = AutoModelForTokenClassification.from_pretrained("MaksudSharipov/UzbekPosTagger_BERTbek", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
UzbekPosTagger_BERTbek
435 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
MaksudSharipov's picture
MaksudSharipov
Update README meta data
bcc0206 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    2.73 kB
    Update README meta data 9 months ago
  • config.json
    1.37 kB
    Uploading the initial version of the fine-tuned model 9 months ago
  • labels.json
    722 Bytes
    Uploading the initial version of the fine-tuned model 9 months ago
  • model.safetensors
    434 MB
    xet
    Uploading the initial version of the fine-tuned model 9 months ago
  • special_tokens_map.json
    125 Bytes
    Uploading the initial version of the fine-tuned model 9 months ago
  • tokenizer.json
    705 kB
    Uploading the initial version of the fine-tuned model 9 months ago
  • tokenizer_config.json
    1.29 kB
    Uploading the initial version of the fine-tuned model 9 months ago
  • vocab.txt
    233 kB
    Uploading the initial version of the fine-tuned model 9 months ago