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

lafias
/
dataset-references

Token Classification
spaCy
English
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use lafias/dataset-references with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use lafias/dataset-references with spaCy:

    !pip install https://huggingface.co/lafias/dataset-references/resolve/main/dataset-references-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("dataset-references")
    
    # Importing as module.
    import dataset-references
    nlp = dataset-references.load()
  • Notebooks
  • Google Colab
  • Kaggle
dataset-references
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
lafias's picture
lafias
Removing inference
e8fc274 almost 4 years ago
  • ner
    Adding moves almost 4 years ago
  • transformer
    Adding vocab almost 4 years ago
  • vocab
    Upload vectors almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    813 Bytes
    Removing inference almost 4 years ago
  • config.cfg
    2.74 kB
    Adding config almost 4 years ago
  • meta.json
    775 Bytes
    Adding meta almost 4 years ago
  • tokenizer
    77.7 kB
    Adding tokenizer almost 4 years ago