Instructions to use AlanRobotics/ruT5-conversation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlanRobotics/ruT5-conversation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AlanRobotics/ruT5-conversation") model = AutoModelForSeq2SeqLM.from_pretrained("AlanRobotics/ruT5-conversation") - Notebooks
- Google Colab
- Kaggle
Commit ·
216ac5a
1
Parent(s): 01388e8
Upload T5ForConditionalGeneration
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 950677813
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2fb420242290849521df3339cd7f5a8fb29ea4f4fd6e2173003fda9d98136e5
|
| 3 |
size 950677813
|