rust-bert/examples
2020-11-13 16:58:03 +01:00
..
albert.rs Generalization of input types for pipelines 2020-10-11 16:18:44 +02:00
bart.rs Updated README 2020-10-13 07:14:00 +02: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 Updated generation for XLNet 2020-09-19 17:31:56 +02: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_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
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
question_answering_bert.rs Updated T5 (clippy) 2020-09-13 12:25:22 +02:00
question_answering.rs Updated T5 (clippy) 2020-09-13 12:25:22 +02:00
reformer.rs Working forward pass (short output, no cache) 2020-11-13 16:58:03 +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_t5.rs Addition of integration test for T5-based summarization 2020-10-25 09:10:56 +01:00
summarization.rs replace failure with anyhow (#69) 2020-08-12 13:39:04 +02:00
t5.rs Updated integration tests 2020-10-27 18:52:48 +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