Instructions to use RazinAleks/working with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RazinAleks/working with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RazinAleks/working") model = AutoModelForSeq2SeqLM.from_pretrained("RazinAleks/working") - Notebooks
- Google Colab
- Kaggle
Commit ·
3cd4c60
1
Parent(s): f18ff72
Training in progress, step 3500
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 1200772613
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2866d55769c9f1e6a90a209a1c9ba5e6096ce565d68629f857a7307a448a76e
|
| 3 |
size 1200772613
|