Translation
Transformers
PyTorch
TensorBoard
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use Patt/fine-tuned_ar-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Patt/fine-tuned_ar-en 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="Patt/fine-tuned_ar-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Patt/fine-tuned_ar-en") model = AutoModelForSeq2SeqLM.from_pretrained("Patt/fine-tuned_ar-en") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files- pytorch_model.bin +1 -1
- runs/Dec28_21-19-27_3d21035d826d/1672262850.2893462/events.out.tfevents.1672262850.3d21035d826d.271.28 +3 -0
- runs/Dec28_21-19-27_3d21035d826d/events.out.tfevents.1672262378.3d21035d826d.271.25 +2 -2
- runs/Dec28_21-19-27_3d21035d826d/events.out.tfevents.1672262850.3d21035d826d.271.27 +3 -0
- runs/Dec28_21-19-27_3d21035d826d/events.out.tfevents.1672263282.3d21035d826d.271.29 +3 -0
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 305575877
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36ad11c507dab1fe951b0db6fc5f1cf4738d7c6a54039112db1870d4230e2871
|
| 3 |
size 305575877
|
runs/Dec28_21-19-27_3d21035d826d/1672262850.2893462/events.out.tfevents.1672262850.3d21035d826d.271.28
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bface06481c4167e416c68a239581a584b58304e1cd95b49b6b8c033cda29240
|
| 3 |
+
size 5736
|
runs/Dec28_21-19-27_3d21035d826d/events.out.tfevents.1672262378.3d21035d826d.271.25
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:2f191e0e3f6d1d2f9c24007978a88a53034405e629f91ef711ba8752724d68f1
|
| 3 |
+
size 5425
|
runs/Dec28_21-19-27_3d21035d826d/events.out.tfevents.1672262850.3d21035d826d.271.27
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d095475d736bece77b00657bc3f7fbc6c4ab6562f129c651de4e04af7abd21ed
|
| 3 |
+
size 5744
|
runs/Dec28_21-19-27_3d21035d826d/events.out.tfevents.1672263282.3d21035d826d.271.29
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e28e92cbffb23932a3e920ef25a4995a3847d752661108b94b05fef557ce5ca
|
| 3 |
+
size 359
|