Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,8 @@ pipeline_tag: translation
|
|
| 17 |
# Model Card for m-tr-1
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [Ba2han/test-model-muon](https://huggingface.co/Ba2han/test-model-muon).
|
| 20 |
-
|
|
|
|
| 21 |
|
| 22 |
## Quick start
|
| 23 |
|
|
@@ -48,7 +49,7 @@ output = generator(
|
|
| 48 |
|
| 49 |
print(output["generated_text"])
|
| 50 |
|
| 51 |
-
|
| 52 |
```
|
| 53 |
|
| 54 |
## Training procedure
|
|
|
|
| 17 |
# Model Card for m-tr-1
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [Ba2han/test-model-muon](https://huggingface.co/Ba2han/test-model-muon).
|
| 20 |
+
|
| 21 |
+
**This is a TR<>EN translation prototype. It makes a lot of mistakes.**
|
| 22 |
|
| 23 |
## Quick start
|
| 24 |
|
|
|
|
| 49 |
|
| 50 |
print(output["generated_text"])
|
| 51 |
|
| 52 |
+
The British shorthair is one of the most popular breeds in the world.
|
| 53 |
```
|
| 54 |
|
| 55 |
## Training procedure
|