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
Commit ·
6a77b01
1
Parent(s): f7db77c
add metadata
Browse files- README.md +12 -0
- images/pele.jpeg +0 -0
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Chatbot about Pele
|
| 2 |
|
| 3 |
This is demo project.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
thumbnail: "https://huggingface.co/giovannefeitosa/chatbot-about-pele/raw/main/images/pele.jpeg"
|
| 5 |
+
tags:
|
| 6 |
+
- pele
|
| 7 |
+
- chatbot
|
| 8 |
+
- brasil
|
| 9 |
+
- brazil
|
| 10 |
+
license: "cc-by-nc-4.0"
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Chatbot about Pele
|
| 14 |
|
| 15 |
This is demo project.
|
images/pele.jpeg
ADDED
|