Improve model card: Add pipeline tag, paper, and project page links
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
base_model: google/gemma-2-2B
|
3 |
-
license: cc-by-nc-sa-4.0
|
4 |
language:
|
5 |
- de
|
6 |
- nl
|
@@ -25,8 +24,14 @@ language:
|
|
25 |
- ro
|
26 |
- fi
|
27 |
library_name: transformers
|
|
|
|
|
28 |
---
|
29 |
|
|
|
|
|
|
|
|
|
30 |

|
31 |
|
32 |
# Model Description:
|
|
|
1 |
---
|
2 |
base_model: google/gemma-2-2B
|
|
|
3 |
language:
|
4 |
- de
|
5 |
- nl
|
|
|
24 |
- ro
|
25 |
- fi
|
26 |
library_name: transformers
|
27 |
+
license: cc-by-nc-sa-4.0
|
28 |
+
pipeline_tag: text-generation
|
29 |
---
|
30 |
|
31 |
+
This repository contains the model presented in the paper [Tower+: Bridging Generality and Translation Specialization in Multilingual LLMs](https://huggingface.co/papers/2506.17080).
|
32 |
+
|
33 |
+
You can find the official project page and other related models in the [Unbabel Tower+ Collection](https://huggingface.co/collections/Unbabel/tower-plus-6846ca452a10c0905dc03c0f).
|
34 |
+
|
35 |

|
36 |
|
37 |
# Model Description:
|