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

szymonpindur
/
herbert-onom-interjection-recognition

Token Classification
Transformers
PyTorch
Polish
bert
Model card Files Files and versions
xet
Community
2

Instructions to use szymonpindur/herbert-onom-interjection-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use szymonpindur/herbert-onom-interjection-recognition with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="szymonpindur/herbert-onom-interjection-recognition")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("szymonpindur/herbert-onom-interjection-recognition")
    model = AutoModelForTokenClassification.from_pretrained("szymonpindur/herbert-onom-interjection-recognition")
  • Notebooks
  • Google Colab
  • Kaggle
herbert-onom-interjection-recognition
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
7aa6f24 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Upload 10 files over 3 years ago
  • README.md
    868 Bytes
    Update README.md almost 3 years ago
  • config.json
    1.11 kB
    Upload 10 files over 3 years ago
  • merges.txt
    556 kB
    Upload 10 files over 3 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    Upload 10 files over 3 years ago
  • special_tokens_map.json
    144 Bytes
    Upload 10 files over 3 years ago
  • tokenizer.json
    2.3 MB
    Upload 10 files over 3 years ago
  • tokenizer_config.json
    622 Bytes
    Upload 10 files over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    3.52 kB
    xet
    Upload 10 files over 3 years ago
  • vocab.json
    907 kB
    Upload 10 files over 3 years ago