Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
- ko
|
5 |
base_model:
|
6 |
- Darong/BlueT
|
|
|
7 |
---
|
8 |
# Model Card for Model ID
|
9 |
|
@@ -44,5 +45,4 @@ source = "This model is an English-Korean translation model."
|
|
44 |
target = translator(prefix + source)
|
45 |
print(target[0]['translation_text'])
|
46 |
|
47 |
-
```
|
48 |
-
|
|
|
4 |
- ko
|
5 |
base_model:
|
6 |
- Darong/BlueT
|
7 |
+
pipeline_tag: translation
|
8 |
---
|
9 |
# Model Card for Model ID
|
10 |
|
|
|
45 |
target = translator(prefix + source)
|
46 |
print(target[0]['translation_text'])
|
47 |
|
48 |
+
```
|
|