Instructions to use RoyVoy/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RoyVoy/output with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="RoyVoy/output")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RoyVoy/output") model = AutoModelForSeq2SeqLM.from_pretrained("RoyVoy/output", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 308263984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d26333fef9a29649e1a68e44a7c2169f5a7ff0ace69ffb383f12ba754ba8c1b3
|
| 3 |
size 308263984
|
runs/Mar15_02-50-22_d25ad8ad1bb4/events.out.tfevents.1710471036.d25ad8ad1bb4.34.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a56ed406d8d86a1799903a7e7671d89037ed4ae661a4cf17cda7bef7aa81a5e5
|
| 3 |
+
size 4184
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99a008b323300bec61e5757983c1b7fd262d20e8e5c835c101c9b72d4a205b83
|
| 3 |
size 5048
|