Instructions to use facebook/textless_sm_it_fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use facebook/textless_sm_it_fr with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/textless_sm_it_fr" ) - Notebooks
- Google Colab
- Kaggle
Update config_multitask.yaml
Browse files- config_multitask.yaml +1 -1
config_multitask.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
source_unit:
|
| 2 |
data: N/A
|
| 3 |
decoder_type: transformer
|
| 4 |
-
dict:
|
| 5 |
encoder_layer: 6
|
| 6 |
loss_weight: 8.0
|
| 7 |
target_type: text
|
|
|
|
| 1 |
source_unit:
|
| 2 |
data: N/A
|
| 3 |
decoder_type: transformer
|
| 4 |
+
dict: dict_800.txt
|
| 5 |
encoder_layer: 6
|
| 6 |
loss_weight: 8.0
|
| 7 |
target_type: text
|