Instructions to use rjaccard/flan_cot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rjaccard/flan_cot with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rjaccard/flan_cot") model = AutoModelForSeq2SeqLM.from_pretrained("rjaccard/flan_cot") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f6ce4f86bae331ba88a4f5c82c4d2605b45220bce4cb10fdcf4de7a45b82dfc
|
| 3 |
+
size 3132668808
|