Instructions to use scorch12/IS-chatbot-model-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scorch12/IS-chatbot-model-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="scorch12/IS-chatbot-model-2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("scorch12/IS-chatbot-model-2") model = AutoModelForQuestionAnswering.from_pretrained("scorch12/IS-chatbot-model-2") - Notebooks
- Google Colab
- Kaggle
Upload TFBertForQuestionAnswering
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 440150032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8434369aa46594ed6e41af5268ba31d6d405f6ff98248e2c4fd3c826462146bc
|
| 3 |
size 440150032
|