matekadlicsko commited on
Commit
0d5392e
1 Parent(s): 9784fb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -4,4 +4,21 @@ language:
4
  - hu
5
  - en
6
  pipeline_tag: translation
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - hu
5
  - en
6
  pipeline_tag: translation
7
+ ---
8
+
9
+ ## Hungarian to English Translation Model (Fine-Tuned)
10
+
11
+ **Language Pair:**
12
+ - Source Language: Hungarian
13
+ - Target Language: English
14
+
15
+ **Model Description:**
16
+ This model is a fine-tuned version based on [opus-mt-hu-en](https://huggingface.co/Helsinki-NLP/opus-mt-hu-en) for Hungarian to English translation. The fine-tuning process utilized articles from [telex](https://telex.hu/), enhancing the model's performance.
17
+
18
+ **License:**
19
+ The model is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), which is a permissive open-source license. It allows users to use, modify, and distribute the software for any purpose, with additional provisions related to patents.
20
+
21
+ **Note:**
22
+ Users are encouraged to review and comply with the terms of the Apache License 2.0 when using or contributing to this model. Additionally, citation and attribution to the original models and data sources are appreciated.
23
+
24
+ ---