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