Skip to content

Commit

Permalink
Update M4Tv2 path. (facebookresearch#223)
Browse files Browse the repository at this point in the history
* Update M4Tv2 path.:

* Update Streaming path.

* Up.

* Up.
  • Loading branch information
Vaibhavs10 authored Nov 30, 2023
1 parent 69c675c commit 717756d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/seamless_communication/cards/nar_t2u_aligner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# MIT_LICENSE file in the root directory of this source tree.

name: nar_t2u_aligner
char_tokenizer: "https://dl.fbaipublicfiles.com/seamless/models/spm_char_lang38_tc.model"
char_tokenizer: "https://huggingface.co/facebook/seamless-streaming/resolve/main/spm_char_lang38_tc.model"
model_type: unity2_aligner
model_arch: nar_t2u_aligner
checkpoint: "https://dl.fbaipublicfiles.com/seamless/models/unity2_aligner.pt"
Expand Down
4 changes: 2 additions & 2 deletions src/seamless_communication/cards/seamlessM4T_v2_large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
name: seamlessM4T_v2_large
base: unity_nllb-100
model_arch: base_v2
char_tokenizer: "https://dl.fbaipublicfiles.com/seamless/models/spm_char_lang38_tc.model"
checkpoint: "https://dl.fbaipublicfiles.com/seamless/models/seamlessM4T_v2_large.pt"
char_tokenizer: "https://huggingface.co/facebook/seamless-m4t-v2-large/resolve/main/spm_char_lang38_tc.model"
checkpoint: "https://huggingface.co/facebook/seamless-m4t-v2-large/resolve/main/seamlessM4T_v2_large.pt"
num_units: 10000
unit_langs:
- arb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: seamless_expressivity
base: unity_nllb-100
model_arch: expressivity_v2
char_tokenizer: "https://dl.fbaipublicfiles.com/seamless/models/spm_char_lang38_tc.model"
char_tokenizer: "https://huggingface.co/facebook/seamless-streaming/resolve/main/spm_char_lang38_tc.model"
checkpoint: "https://github.com/facebookresearch/seamless_communication;gated=true"
num_units: 10000
unit_langs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
name: seamless_streaming_monotonic_decoder
model_type: monotonic_decoder
model_arch: dense_1b
checkpoint: "https://dl.fbaipublicfiles.com/seamless/models/seamless_streaming_monotonic_decoder.pt"
checkpoint: "https://huggingface.co/facebook/seamless-streaming/resolve/main/seamless_streaming_monotonic_decoder.pt"
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
name: seamless_streaming_unity
base: unity_nllb-100
model_arch: base_v2
char_tokenizer: "https://dl.fbaipublicfiles.com/seamless/models/spm_char_lang38_tc.model"
checkpoint: "https://dl.fbaipublicfiles.com/seamless/models/seamless_streaming_unity.pt"
char_tokenizer: "https://huggingface.co/facebook/seamless-streaming/resolve/main/spm_char_lang38_tc.model"
checkpoint: "https://huggingface.co/facebook/seamless-streaming/resolve/main/seamless_streaming_unity.pt"
num_units: 10000
unit_langs:
- arb
Expand Down

0 comments on commit 717756d

Please sign in to comment.