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

ukr-models
/
uk-punctcase

Token Classification
Transformers
PyTorch
Safetensors
Ukrainian
xlm-roberta
ukrainian
Model card Files Files and versions
xet
Community
2

Instructions to use ukr-models/uk-punctcase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ukr-models/uk-punctcase with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ukr-models/uk-punctcase")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ukr-models/uk-punctcase")
    model = AutoModelForTokenClassification.from_pretrained("ukr-models/uk-punctcase")
  • Notebooks
  • Google Colab
  • Kaggle
uk-punctcase
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
ukr-models's picture
ukr-models
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
35d11b4 over 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    1.91 kB
    Create README.md almost 4 years ago
  • config.json
    1.52 kB
    add model almost 4 years ago
  • get_predictions.py
    3.03 kB
    Upload get_predictions.py almost 4 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    add model almost 4 years ago
  • sentencepiece.bpe.model
    854 kB
    xet
    add tokenizer almost 4 years ago
  • special_tokens_map.json
    279 Bytes
    add tokenizer almost 4 years ago
  • tokenizer.json
    2.37 MB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    508 Bytes
    add tokenizer almost 4 years ago