Translation
Transformers
TensorBoard
Safetensors
English
French
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use Areeb123/En-Fr_Translation_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Areeb123/En-Fr_Translation_Model 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="Areeb123/En-Fr_Translation_Model", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Areeb123/En-Fr_Translation_Model") model = AutoModelForSeq2SeqLM.from_pretrained("Areeb123/En-Fr_Translation_Model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 298705768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51bf966d2f00e0ee9a2f0ded8f6538f99addf777c36935c9ad3624628c08be43
|
| 3 |
size 298705768
|
runs/Nov26_12-50-17_fd5029c8be8f/events.out.tfevents.1701003044.fd5029c8be8f.5396.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:3fa174b97bfae14a8f29ef6e126b04016ce110487107b06d5d8d68260f7b05aa
|
| 3 |
+
size 8754
|