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

electric-otter
/
reto

Text Generation
spaCy
English
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use electric-otter/reto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use electric-otter/reto with spaCy:

    !pip install https://huggingface.co/electric-otter/reto/resolve/main/reto-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("reto")
    
    # Importing as module.
    import reto
    nlp = reto.load()
  • Notebooks
  • Google Colab
  • Kaggle
reto
14.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
electric-otter's picture
electric-otter
Update README.md
3a01441 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    1.2 kB
    Update README.md 9 months ago
  • reto.py
    11.5 kB
    Create reto.py 9 months ago