Instructions to use AidAFadaeian/Persian_Tanslation_en_fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AidAFadaeian/Persian_Tanslation_en_fa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AidAFadaeian/Persian_Tanslation_en_fa") model = AutoModelForSeq2SeqLM.from_pretrained("AidAFadaeian/Persian_Tanslation_en_fa") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
language:
|
| 3 |
-
- fa
|
| 4 |
-
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- fa
|
| 4 |
+
- en
|
| 5 |
+
license: mit
|
| 6 |
+
datasets:
|
| 7 |
+
- persiannlp/parsinlu_translation_en_fa
|
| 8 |
+
metrics:
|
| 9 |
+
- bleu
|
| 10 |
+
library_name: adapter-transformers
|
| 11 |
+
pipeline_tag: translation
|
| 12 |
---
|