traintogpb
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,12 @@ language:
|
|
10 |
metrics:
|
11 |
- sacrebleu
|
12 |
- comet
|
13 |
-
pipeline_tag:
|
14 |
tags:
|
15 |
- translation
|
|
|
|
|
|
|
16 |
---
|
17 |
### Pretrained LM
|
18 |
- [beomi/open-llama-2-ko-7b](https://huggingface.co/beomi/open-llama-2-ko-7b) (MIT License)
|
@@ -91,4 +94,4 @@ tags:
|
|
91 |
|
92 |
translated_text = tokenizer.decode(outputs[0][input_len:], skip_special_tokens=True)
|
93 |
print(translated_text)
|
94 |
-
```
|
|
|
10 |
metrics:
|
11 |
- sacrebleu
|
12 |
- comet
|
13 |
+
pipeline_tag: translation
|
14 |
tags:
|
15 |
- translation
|
16 |
+
- text-generation
|
17 |
+
- ko2en
|
18 |
+
- en2ko
|
19 |
---
|
20 |
### Pretrained LM
|
21 |
- [beomi/open-llama-2-ko-7b](https://huggingface.co/beomi/open-llama-2-ko-7b) (MIT License)
|
|
|
94 |
|
95 |
translated_text = tokenizer.decode(outputs[0][input_len:], skip_special_tokens=True)
|
96 |
print(translated_text)
|
97 |
+
```
|