Translation
Transformers
TensorBoard
Safetensors
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use zhenchuan/marian-finetuned-kde4-en-to-cn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zhenchuan/marian-finetuned-kde4-en-to-cn 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="zhenchuan/marian-finetuned-kde4-en-to-cn")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("zhenchuan/marian-finetuned-kde4-en-to-cn") model = AutoModelForSeq2SeqLM.from_pretrained("zhenchuan/marian-finetuned-kde4-en-to-cn") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 309965092
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c46da9d6c3cb9d21eb9d181cc81d5525e688bb1fd96b8e05e96de74214ff2084
|
| 3 |
size 309965092
|
runs/Apr24_14-06-01_d3bd09f3e18c/events.out.tfevents.1713968485.d3bd09f3e18c.269.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:af11b2d0114a0817ce74c7ecb4fb5e1d6718f3951cf2d9bcb3f2198946e01453
|
| 3 |
+
size 11177
|