Commit
·
4c99fb7
1
Parent(s):
d217a33
Update table of models (#5)
Browse files- Update table of models (16579d41e2fd5ca128e348506767162142666271)
Co-authored-by: Sanchit Gandhi <[email protected]>
README.md
CHANGED
@@ -138,9 +138,9 @@ The v2 version of SeamlessM4T is a multitask adaptation of our novel *UnitY2* ar
|
|
138 |
## SeamlessM4T models
|
139 |
| Model Name | #params | checkpoint | metrics |
|
140 |
| ------------------ | ------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
|
141 |
-
| SeamlessM4T-Large v2 | 2.3B | [
|
142 |
-
| SeamlessM4T-Large (v1)
|
143 |
-
| SeamlessM4T-Medium (v1)
|
144 |
|
145 |
We provide the extensive evaluation results of seamlessM4T-Large and SeamlessM4T-Medium reported in the paper (as averages) in the `metrics` files above.
|
146 |
|
|
|
138 |
## SeamlessM4T models
|
139 |
| Model Name | #params | checkpoint | metrics |
|
140 |
| ------------------ | ------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
|
141 |
+
| [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) |
|
142 |
+
| [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) |
|
143 |
+
| [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) |
|
144 |
|
145 |
We provide the extensive evaluation results of seamlessM4T-Large and SeamlessM4T-Medium reported in the paper (as averages) in the `metrics` files above.
|
146 |
|