fairseq/examples
2023-05-21 21:15:50 -07:00
..
adaptive_span fix imports referencing moved metrics.py file (#4840) 2023-02-23 16:18:36 -05:00
attention_head_selection attn head selection 2022-01-18 21:15:34 -08:00
audio_nlp/nlu Update README.md (#4893) 2022-12-14 09:54:14 -08:00
backtranslation Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
bart move code to .py files, document usage (#1637) 2021-02-24 14:22:55 -08:00
byte_level_bpe Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
camembert Fix link in CamemBERT readme (#2722) 2020-10-14 09:47:26 -07:00
constrained_decoding Rename references from master -> main in preparation for branch name change (#2297) 2021-09-20 08:29:38 -07:00
conv_seq2seq Add code for "Pay Less Attention with Lightweight and Dynamic Convolutions" (#473) 2019-01-25 15:40:26 -08:00
criss Use safe_getattr and safe_hasattr (#2347) 2021-09-27 10:23:01 -07:00
cross_lingual_language_model Remove --distributed-wrapper (consolidate to --ddp-backend) (#1544) 2021-01-28 14:21:08 -08:00
data2vec add data2vec2 nlp model dictionary (#5045) 2023-03-27 16:57:46 -04:00
discriminative_reranking_nmt fix imports referencing moved metrics.py file (#4840) 2023-02-23 16:18:36 -05:00
emotion_conversion Emotion Conversion Paper Open Source (#4895) 2022-12-12 16:00:01 +02:00
fast_noisy_channel Rename references from master -> main in preparation for branch name change (#2297) 2021-09-20 08:29:38 -07:00
flores101 fixed typo in flores model download link (#1827) 2021-04-28 10:45:36 -07:00
fully_sharded_data_parallel Update reference from master to main elsewhere in fbcode 2021-09-20 14:34:46 -07:00
gottbert add German RoBERTa model (GottBERT) (#2992) 2020-12-11 19:10:49 -08:00
hubert add reading from zip audio to hubert dataset and scripts (#3403) 2022-06-24 14:09:30 -07:00
joint_alignment_translation Use the HTTPS URL for cloning fastBPE (#1441) 2019-12-04 07:22:17 -08:00
language_model Remove --distributed-wrapper (consolidate to --ddp-backend) (#1544) 2021-01-28 14:21:08 -08:00
laser Data2vec prelim (#2929) 2022-01-20 00:02:16 -08:00
latent_depth Use safe_getattr and safe_hasattr (#2347) 2021-09-27 10:23:01 -07:00
layerdrop Rename references from master -> main in preparation for branch name change (#2297) 2021-09-20 08:29:38 -07:00
linformer Use safe_getattr and safe_hasattr (#2347) 2021-09-27 10:23:01 -07:00
m2m_100 Rename references from master -> main in preparation for branch name change (#2297) 2021-09-20 08:29:38 -07:00
mbart Remove --distributed-wrapper (consolidate to --ddp-backend) (#1544) 2021-01-28 14:21:08 -08:00
megatron_11b Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
MMPT fix imports referencing moved metrics.py file (#4840) 2023-02-23 16:18:36 -05:00
mms Mms release (#3948) (#5110) 2023-05-21 21:15:50 -07:00
moe_lm Add README for Efficient Large Scale Language Modeling with Mixtures of Experts (#2823) 2021-12-20 11:01:23 -08:00
multilingual Rename references from master -> main in preparation for branch name change (#2297) 2021-09-20 08:29:38 -07:00
noisychannel Misc fixes (#2786) 2020-10-27 11:26:07 -07:00
nonautoregressive_translation Remove --distributed-wrapper (consolidate to --ddp-backend) (#1544) 2021-01-28 14:21:08 -08:00
normformer NormFormer: flags and docs (#2460) 2021-10-19 17:13:04 -07:00
operators Alignment train optimization (#2200) 2021-10-06 16:49:16 -07:00
paraphraser Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
pay_less_attention_paper Remove --distributed-wrapper (consolidate to --ddp-backend) (#1544) 2021-01-28 14:21:08 -08:00
pointer_generator Add torch.cuda.amp support (#3460) 2021-05-26 14:39:10 -07:00
quant_noise Rename references from master -> main in preparation for branch name change (#2297) 2021-09-20 08:29:38 -07:00
roberta data2vec v2.0 (#4903) 2022-12-12 08:53:56 -08:00
rxf fix imports referencing moved metrics.py file (#4840) 2023-02-23 16:18:36 -05:00
scaling_nmt Small fixes (#1215) 2020-07-14 14:17:13 -07:00
shuffled_word_order Update commands, checkpoints and contact info for shuffled word order paper (#4129) 2022-01-12 17:43:58 -08:00
simultaneous_translation data2vec v2.0 (#4903) 2022-12-12 08:53:56 -08:00
speech_recognition Mms release (#3948) (#5110) 2023-05-21 21:15:50 -07:00
speech_synthesis Miscellaneous S2T & S2 bug fixes 2022-01-31 20:44:43 -08:00
speech_text_joint_to_text fix imports referencing moved metrics.py file (#4840) 2023-02-23 16:18:36 -05:00
speech_to_speech Add transcript option for asr-bleu (#4981) 2023-02-08 23:16:22 -05:00
speech_to_text Minor fixes (#3198) 2022-03-11 09:23:12 -08:00
stories Misc fixes (#2448) 2020-08-14 10:24:51 -07:00
textless_nlp Generative Spoken Dialogue Language Modeling Paper Open Source (#4957) 2023-01-26 12:40:20 -05:00
translation Remove --distributed-wrapper (consolidate to --ddp-backend) (#1544) 2021-01-28 14:21:08 -08:00
translation_moe fix imports referencing moved metrics.py file (#4840) 2023-02-23 16:18:36 -05:00
truncated_bptt Change ParameterList and ParameterDict to be able to contain any kind of objects (#70499) 2022-02-09 10:47:56 -08:00
unsupervised_quality_estimation Fixed scripts and instructions for reproducing the results. (#3264) 2021-02-22 14:57:01 -08:00
wav2vec data2vec v2.0 (#4903) 2022-12-12 08:53:56 -08:00
wmt19 Releasing single pre-finetuning models (#1347) 2020-10-14 14:19:54 -07:00
wmt20 Update WMT20 README.md (#3027) 2020-12-11 12:18:45 -08:00
wmt21 wmt21 scripts and models (#2613) 2021-11-10 04:14:52 -08:00
womens_bios adding readme (#4314) 2022-03-29 07:06:16 -07:00
xformers README for using xFormers in FairSeq (#4402) 2022-05-06 15:03:03 -07:00
xglm update XStoryCloze dataset description (#5100) 2023-05-08 17:31:22 -04:00
xlmr Update README to match master->main branch change (#3922) 2021-10-07 12:17:47 -07:00
xmod Add X-MOD paper citation (#3386) 2022-05-13 09:29:21 -07:00
__init__.py Add Truncated BPTT example + TransformerXL (#1410) 2020-11-15 19:47:42 -08:00
.gitignore 0.6.1 -> 0.6.2 (#577) 2019-03-15 10:27:01 -07:00