Instructions to use sglasher/ChatterBotQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sglasher/ChatterBotQA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="sglasher/ChatterBotQA")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("sglasher/ChatterBotQA") model = AutoModelForQuestionAnswering.from_pretrained("sglasher/ChatterBotQA") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2500
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 538977317
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f94fb0bacfd139a646661a7990b86b653367c88395d796b16dea8e8180845631
|
| 3 |
size 538977317
|