Translation
Transformers
PyTorch
TensorBoard
Safetensors
English
marian
text2text-generation
Generated from Trainer
Instructions to use SRDdev/HingFlow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SRDdev/HingFlow 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="SRDdev/HingFlow")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SRDdev/HingFlow") model = AutoModelForSeq2SeqLM.from_pretrained("SRDdev/HingFlow") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 303761861
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e323d01aaf1838bf2030fb7ccabcf50843d1a15b02f744f6e8b27dab188f44d
|
| 3 |
size 303761861
|
runs/May11_13-33-34_26df3f21bd1c/events.out.tfevents.1683812019.26df3f21bd1c.5689.6
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:0ad65aae85fe95247ffea3b9d14b47241908eed372e5db23980921bdbbce52be
|
| 3 |
+
size 5916
|