rust-bert/examples
2021-04-08 14:50:02 +02:00
..
albert.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
bart.rs Fixed Marian to be compatible with BART refactoring 2021-03-27 18:36:42 +01:00
bert.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
conversation.rs Fixed greedy generation method 2020-10-13 18:52:09 +02:00
distilbert_masked_lm.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
download_all_dependencies.rs Fixed Clippy warnings 2021-02-21 08:56:36 +01:00
electra_discriminator.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
electra_masked_lm.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
generation_reformer.rs Addition of integration tests for Reformer model 2020-11-15 10:32:10 +01:00
generation_xlnet.rs Created a specific TextGenerationConfig for the TextGenerationModel 2020-10-30 18:26:39 +01:00
generation.rs Created a specific TextGenerationConfig for the TextGenerationModel 2020-10-30 18:26:39 +01:00
gpt2.rs Addition of TextGenerationModel 2020-10-27 18:22:34 +01:00
mobilebert_masked_lm.rs Working MobileBert masked LM 2020-12-19 15:46:33 +01:00
ner.rs replace failure with anyhow (#69) 2020-08-12 13:39:04 +02:00
openai_gpt.rs Addition of TextGenerationModel 2020-10-27 18:22:34 +01:00
part_of_speech_tagging.rs Updated README and documentation 2021-03-20 17:03:21 +01:00
question_answering_bert.rs Longformer integration tests 2021-02-16 10:16:09 +01:00
question_answering_longformer.rs Longformer integration tests 2021-02-16 10:16:09 +01:00
question_answering.rs Reverted DistilBertForQuestionAnswering example 2021-02-14 10:53:00 +01:00
reformer.rs Working forward pass (long output, no cache) 2020-11-13 17:34:15 +01:00
roberta.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
sentiment.rs replace failure with anyhow (#69) 2020-08-12 13:39:04 +02:00
sequence_classification_multilabel.rs Updated T5 (clippy) 2020-09-13 12:25:22 +02:00
sequence_classification.rs replace failure with anyhow (#69) 2020-08-12 13:39:04 +02:00
squad.rs reversed error handling for pipelines to maintain backward compatibility 2020-09-01 18:00:38 +02:00
sst2.rs Formatting update 2020-09-06 10:28:32 +02:00
summarization_pegasus.rs Updated documentation, fixed Clippy warnings 2021-04-08 14:50:02 +02:00
summarization_prophetnet.rs Fix and validation of ProphetNet summarization 2021-01-18 12:41:58 +01:00
summarization_t5.rs Addition of integration test for T5-based summarization 2020-10-25 09:10:56 +01:00
summarization.rs Fixed Marian to be compatible with BART refactoring 2021-03-27 18:36:42 +01:00
t5.rs Refactored the text generation methods for models to the model definition file 2021-01-23 09:03:27 +01:00
token_classification.rs Updated for additional tokenizer settings & configuration validity check 2020-08-30 09:35:38 +02:00
translation.rs replace failure with anyhow (#69) 2020-08-12 13:39:04 +02:00
xlnet.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
zero_shot_classification.rs Updated examples and tests for zero shot classification 2020-09-06 10:39:18 +02:00