Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
+
model-index:
|
7 |
+
- name: skNMT-zh-en-1.2
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: translation
|
11 |
+
metrics:
|
12 |
+
- name: BLEU
|
13 |
+
type: BLEU
|
14 |
+
value: 21.28
|
15 |
+
---
|
16 |
+
# skNMT-zh-en-1.2
|
17 |
+
|
18 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
19 |
+
|
20 |
+
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
21 |
+
|
22 |
+
## Model Details
|
23 |
+
|
24 |
+
- **Source Language:** Chinese (Simplified)
|
25 |
+
- **Target Language:** English
|
26 |
+
- **Training Time:** Totally 11.3 hours, 46,500 steps (~1×10¹⁸ FLOPs)
|
27 |
+
- **Training Device:**
|
28 |
+
- RTX 3080 (20GB): 0-20,000 steps
|
29 |
+
- RTX 4070: 20,000-46,500 steps
|
30 |
+
- **Corpus Size:** Over 10 million sentences
|
31 |
+
- **Validation BLEU Score:** 21.28
|
32 |
+
- **Validation Loss (Cross Entropy):** 3.152
|