Translation
Transformers
PyTorch
TensorBoard
Safetensors
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use diana9m/marian-finetuned-kde4-en-to-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diana9m/marian-finetuned-kde4-en-to-fr 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="diana9m/marian-finetuned-kde4-en-to-fr")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("diana9m/marian-finetuned-kde4-en-to-fr") model = AutoModelForSeq2SeqLM.from_pretrained("diana9m/marian-finetuned-kde4-en-to-fr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 298763205
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c6fc4b6a5dd0ca31bac85e052680382aaaee25d104c4fc98356070acadc5c1a
|
| 3 |
size 298763205
|
runs/Aug06_20-49-36_0552263abdaa/events.out.tfevents.1691356526.0552263abdaa.3229.0
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:279d9ec5da5a301754daf0660c5126fe06a2fe13e56cb8ee68ef1d0d7e516b1b
|
| 3 |
+
size 10757
|