rust-bert/examples
Joseph Hajduk 2bff63b2ee
updated tch-rs to 0.13.0 (#380)
* updated tch-rs to 0.13.0
find replaced of_slice to from_slice as per
008fff6cc0/CHANGELOG.md

* fixed formatting

* Add download feature and update CI

* add build script, update CI

* updated chanelog, readme, convert script

* fixed wrong position for build script

* added libtorch download to dependencies download test script

* args reordering

---------

Co-authored-by: josephhajduk <joseph@solidys.dev>
Co-authored-by: Guillaume Becquin <guillaume.becquin@gmail.com>
2023-05-21 18:41:18 +01:00
..
async-sentiment.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
codebert.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
conversation.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
generation_gpt2.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
generation_gpt_neo.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
generation_gptj.rs Generation traits simplification (#339) 2023-03-17 16:21:37 +00:00
generation_reformer.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
generation_xlnet.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
keyword_extraction.rs Keyword/Keyphrase extraction (#295) 2022-11-13 08:51:10 +00:00
masked_language.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
named_entities_recognition.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
natural_language_inference_deberta.rs updated tch-rs to 0.13.0 (#380) 2023-05-21 18:41:18 +01:00
part_of_speech_tagging.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
question_answering_bert.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
question_answering_longformer.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
question_answering_squad.rs Updated documentation, cleaned examples, added integration tests 2021-06-06 13:01:33 +02:00
question_answering.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
sentence_embeddings_local.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
sentence_embeddings.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
sentiment_analysis_fnet.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
sentiment_analysis_sst2.rs Fixed Clippy warnings (#204) 2021-12-09 09:33:27 +01:00
sentiment_analysis.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
sequence_classification_multilabel.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
sequence_classification.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
summarization_bart.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
summarization_pegasus.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
summarization_prophetnet.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
summarization_t5.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
token_classification.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
translation_builder.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
translation_m2m100.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
translation_marian.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
translation_mbart.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
translation_t5.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00
zero_shot_classification.rs Tokenizer special token map update (#330) 2023-01-30 17:53:18 +00:00