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

AiLab-IMCS-UL
/
lv-ner-v1

Token Classification
Transformers
Safetensors
Latvian
deberta-v2
ner
latvian
deberta
Model card Files Files and versions
xet
Community

Instructions to use AiLab-IMCS-UL/lv-ner-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AiLab-IMCS-UL/lv-ner-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="AiLab-IMCS-UL/lv-ner-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AiLab-IMCS-UL/lv-ner-v1")
    model = AutoModelForTokenClassification.from_pretrained("AiLab-IMCS-UL/lv-ner-v1")
  • Notebooks
  • Google Colab
  • Kaggle
lv-ner-v1
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
artursz's picture
artursz
Update README.md
a0ff4f5 verified 29 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.92 kB
    Update README.md 29 days ago
  • config.json
    1.78 kB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    443 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    971 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    970 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    18.8 kB
    Upload folder using huggingface_hub about 1 month ago