Commit
•
16579d4
1
Parent(s):
fa1ee6c
Update table of models
Browse files
README.md
CHANGED
@@ -131,9 +131,9 @@ The v2 version of SeamlessM4T is a multitask adaptation of our novel *UnitY2* ar
|
|
131 |
## SeamlessM4T models
|
132 |
| Model Name | #params | checkpoint | metrics |
|
133 |
| ------------------ | ------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
|
134 |
-
| SeamlessM4T-Large v2 | 2.3B | [
|
135 |
-
| SeamlessM4T-Large (v1)
|
136 |
-
| SeamlessM4T-Medium (v1)
|
137 |
|
138 |
We provide the extensive evaluation results of seamlessM4T-Large and SeamlessM4T-Medium reported in the paper (as averages) in the `metrics` files above.
|
139 |
|
|
|
131 |
## SeamlessM4T models
|
132 |
| Model Name | #params | checkpoint | metrics |
|
133 |
| ------------------ | ------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
|
134 |
+
| [SeamlessM4T-Large v2](https://huggingface.co/facebook/seamless-m4t-v2-large) | 2.3B | [checkpoint](https://huggingface.co/facebook/seamless-m4t-v2-large/blob/main/seamlessM4T_v2_large.pt) | [metrics](https://dl.fbaipublicfiles.com/seamless/metrics/seamlessM4T_large_v2.zip) |
|
135 |
+
| [SeamlessM4T-Large (v1)](https://huggingface.co/facebook/seamless-m4t-large) | 2.3B | [checkpoint](https://huggingface.co/facebook/seamless-m4t-large/blob/main/multitask_unity_large.pt) | [metrics](https://dl.fbaipublicfiles.com/seamless/metrics/seamlessM4T_large.zip) |
|
136 |
+
| [SeamlessM4T-Medium (v1)](https://huggingface.co/facebook/seamless-m4t-medium) | 1.2B | [checkpoint](https://huggingface.co/facebook/seamless-m4t-medium/blob/main/multitask_unity_medium.pt) | [metrics](https://dl.fbaipublicfiles.com/seamless/metrics/seamlessM4T_medium.zip) |
|
137 |
|
138 |
We provide the extensive evaluation results of seamlessM4T-Large and SeamlessM4T-Medium reported in the paper (as averages) in the `metrics` files above.
|
139 |
|