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

  • Log In
  • Sign Up

cleopatro
/
Entity_Rec

Token Classification
Transformers
Safetensors
distilbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use cleopatro/Entity_Rec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cleopatro/Entity_Rec")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cleopatro/Entity_Rec")
    model = AutoModelForTokenClassification.from_pretrained("cleopatro/Entity_Rec")
  • Notebooks
  • Google Colab
  • Kaggle
Entity_Rec
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
cleopatro's picture
cleopatro
added main.py
447e8b2 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    697 Bytes
    first-commit about 2 years ago
  • main.py
    1.25 kB
    added main.py about 2 years ago
  • model.safetensors
    265 MB
    xet
    first-commit about 2 years ago
  • special_tokens_map.json
    125 Bytes
    first-commit about 2 years ago
  • tokenizer.json
    712 kB
    first-commit about 2 years ago
  • tokenizer_config.json
    1.2 kB
    first-commit about 2 years ago
  • vocab.txt
    232 kB
    first-commit about 2 years ago