Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Marijke
/
UGARIT_hypopt_NER

Token Classification
Transformers
Safetensors
xlm-roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Marijke/UGARIT_hypopt_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Marijke/UGARIT_hypopt_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Marijke/UGARIT_hypopt_NER")
    model = AutoModelForTokenClassification.from_pretrained("Marijke/UGARIT_hypopt_NER")
  • Notebooks
  • Google Colab
  • Kaggle
UGARIT_hypopt_NER
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Marijke's picture
Marijke
upload custom README
db7503d verified 11 months ago
  • .gitattributes
    1.57 kB
    upload models 11 months ago
  • README.md
    5.74 kB
    upload custom README 11 months ago
  • config.json
    1.06 kB
    upload models 11 months ago
  • model.safetensors
    1.11 GB
    xet
    upload models 11 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    upload models 11 months ago
  • special_tokens_map.json
    280 Bytes
    upload models 11 months ago
  • tokenizer.json
    17.1 MB
    xet
    upload models 11 months ago
  • tokenizer_config.json
    1.29 kB
    upload models 11 months ago