Instructions to use tkuye/reinforce-dd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tkuye/reinforce-dd with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tkuye/reinforce-dd") model = AutoModelForSeq2SeqLM.from_pretrained("tkuye/reinforce-dd") - Notebooks
- Google Colab
- Kaggle
Tosin Kuye commited on
Commit ·
df79bcd
1
Parent(s): 211df43
Model save
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891700799
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c567fc4e0103b49d125819ee43a625bccaeedf85c76f9f6535abf60adad012f0
|
| 3 |
size 891700799
|