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 model-00003-of-00005.safetensors
Browse files
model-00003-of-00005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60a2c0b6f284a55df23ee68ce3065631368d7a6a35e5443b5cd98151f145fd67
|
| 3 |
+
size 9955647022
|