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")# 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") - 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 298705768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff197bb4154093b5d1f684499dd05387f0647be415998a30b1ef29dab7447a9b
|
| 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:e9be7da417a58f43429c8f7c7f5360597596858fe057b4e9489c92b92076d160
|
| 3 |
+
size 11007
|