Instructions to use AshishK/AK-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AshishK/AK-chatbot with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AshishK/AK-chatbot") model = AutoModelForSeq2SeqLM.from_pretrained("AshishK/AK-chatbot", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload tf_model-00002-of-00005.h5
Browse files
tf_model-00002-of-00005.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f22f1007bc7f7df18cd01258ca980ed570f3ef9c0d0d2e7dfaf214693e92b28c
|
| 3 |
+
size 9932810536
|