Instructions to use ssdatar/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ssdatar/output with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ssdatar/output") model = AutoModelForSeq2SeqLM.from_pretrained("ssdatar/output") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files- pytorch_model.bin +2 -2
- training_args.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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dae8881f695d31df928b4803017c438111e8012fa798cb887acc2aef34ca680
|
| 3 |
+
size 501023389
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53313092d109a391e0898b0bee6844ea392965c8c5bf148cfbb0c514976d9e88
|
| 3 |
size 4027
|