Instructions to use hachiiiii/marian-finetuned-kde4-en-to-zh_CN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hachiiiii/marian-finetuned-kde4-en-to-zh_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="hachiiiii/marian-finetuned-kde4-en-to-zh_CN")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("hachiiiii/marian-finetuned-kde4-en-to-zh_CN") model = AutoModelForSeq2SeqLM.from_pretrained("hachiiiii/marian-finetuned-kde4-en-to-zh_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/Aug01_02-29-55_0418fc1923fc/events.out.tfevents.1722480314.0418fc1923fc.241.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:1d275e58249bdf09b9b7d2af490f38334e740f3bbc11a38bb6ae9b0d02945147
|
| 3 |
+
size 10993
|