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

giovannefeitosa
/
chatbot-about-pele

Text Generation
Scikit-learn
English
question-answering
chatbot
brazil
text2text-generation
Model card Files Files and versions
xet

Instructions to use giovannefeitosa/chatbot-about-pele with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use giovannefeitosa/chatbot-about-pele with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("giovannefeitosa/chatbot-about-pele", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
chatbot-about-pele
47.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
giovannefeitosa's picture
giovannefeitosa
Update README.md
d36953d about 3 years ago
  • commons
    Initial commit about 3 years ago
  • images
    add metadata about 3 years ago
  • prepareutils
    Initial commit about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    109 Bytes
    Initial commit about 3 years ago
  • README.md
    344 Bytes
    Update README.md about 3 years ago
  • app.py
    1.35 kB
    Add app.py about 3 years ago
  • config.json
    950 Bytes
    update config about 3 years ago
  • requirements.txt
    168 Bytes
    Initial commit about 3 years ago