Instructions to use Kevin99z/RecBot-ReDial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kevin99z/RecBot-ReDial with Transformers:
# Load model directly from transformers import RecBot model = RecBot.from_pretrained("Kevin99z/RecBot-ReDial", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse fileschange pipeline to recbot
- config.json +1 -1
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"_commit_hash": null,
|
| 3 |
"aggregator": null,
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
"datahandler": null,
|
| 8 |
"generator": {
|
|
|
|
| 2 |
"_commit_hash": null,
|
| 3 |
"aggregator": null,
|
| 4 |
"architectures": [
|
| 5 |
+
"RecBot"
|
| 6 |
],
|
| 7 |
"datahandler": null,
|
| 8 |
"generator": {
|