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

Andrija
/
SRoBERTa-NER

Token Classification
Transformers
PyTorch
Croatian
Serbian
multilingual
roberta
Model card Files Files and versions
xet
Community
2

Instructions to use Andrija/SRoBERTa-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Andrija/SRoBERTa-NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Andrija/SRoBERTa-NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Andrija/SRoBERTa-NER")
    model = AutoModelForTokenClassification.from_pretrained("Andrija/SRoBERTa-NER")
  • Notebooks
  • Google Colab
  • Kaggle
SRoBERTa-NER
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Andrija's picture
Andrija
lbourdois's picture
lbourdois
Add "multilingual" to the language tag (#1)
792c629 over 3 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    764 Bytes
    Add "multilingual" to the language tag (#1) over 3 years ago
  • config.json
    1.16 kB
    Updated labels almost 5 years ago
  • merges.txt
    1.07 MB
    Initial commit almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    479 MB
    xet
    Initial commit almost 5 years ago
  • special_tokens_map.json
    772 Bytes
    Initial commit almost 5 years ago
  • tokenizer.json
    3.02 MB
    Initial commit almost 5 years ago
  • tokenizer_config.json
    1.12 kB
    Initial commit almost 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.61 kB
    xet
    Initial commit almost 5 years ago
  • vocab.json
    1.76 MB
    Initial commit almost 5 years ago