Commit Graph

406 Commits

Author SHA1 Message Date
guillaume-be
882ec1744b Updated clippy settings and bart download script 2020-09-14 06:48:20 +02:00
Guillaume B
44ea6dda25 Added clippy checks to CI 2020-09-13 13:30:51 +02:00
Guillaume B
47d9a1017d Updated T5 (clippy) 2020-09-13 12:25:22 +02:00
Guillaume B
b42cc60409 Updated translation (clippy) 2020-09-13 11:33:27 +02:00
Guillaume B
6cef45787d Updated generation (clippy) 2020-09-13 11:08:49 +02:00
Guillaume B
5aa1e635ba Updated BERT and DistilBERT (clippy) 2020-09-12 17:12:49 +02:00
Guillaume B
7e9d6d7e39 Updated Bart & Marian (clippy warnings) 2020-09-12 16:17:58 +02:00
Guillaume B
daa6dba2d2 Updated Albert (clippy warnings) 2020-09-12 15:11:56 +02:00
Guillaume B
eee7985dce Merge branch 'master' into clippy_check 2020-09-12 14:40:15 +02:00
guillaume-be
0f22985471
Updated local paths to avoid conflict with previous version (#76) 2020-09-12 14:39:20 +02:00
Evan Pete Walsh
34e061c0de
add cached-path file utils (#74)
* add cached-path

* updates

* fix typo, add deprecation notice

* fix up

* update cached-path dependency

* update cached-path

* remove usage of 'download_resource' in examples

* clean up
2020-09-12 13:47:23 +02:00
Guillaume B
b410c52b26 clippy updates 2020-09-12 08:54:27 +02:00
guillaume-be
bf494d3007
Merge pull request #75 from guillaume-be/windows_ci
Addition of windows build in CI
2020-09-11 13:29:04 +00:00
Guillaume B
2adee61cb5 Addition of windows build in CI 2020-09-11 15:04:29 +02:00
guillaume-be
a52279e24d
Merge pull request #73 from guillaume-be/BART_sentence_classification
- Addition of SequenceClassification for BART models
- Updated to allow for more fine-grained tokenizer settings (e.g. strip_accents, add_prefix_space...)
- Addition of BART model fine-tuned on MNLI
- Addition of a Zero-shot classification pipeline (derived from huggingface/transformers#5760)
- moved csv to dev dependencies
2020-09-06 11:09:17 +02:00
Guillaume B
6e9a0310e3 Updated examples and tests for zero shot classification
Multilabel example for zero-shot classification
2020-09-06 10:39:18 +02:00
Guillaume B
080efc6791 Formatting update 2020-09-06 10:28:32 +02:00
Guillaume B
5a833c7caa Moved csv to dev dependencies 2020-09-06 10:27:29 +02:00
Guillaume B
6e8f79ff67 Documentation for zero-shot classification 2020-09-05 15:20:13 +02:00
Guillaume B
b52b0cb005 Addition of integration tests for zero-shot classification 2020-09-05 15:02:34 +02:00
Guillaume B
0ea9148e3f multi-label zero-shot classification implemented 2020-09-05 14:45:41 +02:00
Guillaume B
7914c01a55 single-label zero-shot classification implemented 2020-09-05 14:11:07 +02:00
guillaume-be
b538b2920a
Merge pull request #71 from epwalsh/doc-fix
small doc fix
2020-09-05 08:51:24 +02:00
epwalsh
677d3a8a99 small doc fix 2020-09-04 12:06:38 -07:00
Guillaume B
812ce70c3b cartesian product for inputs and labels 2020-09-04 18:00:17 +02:00
Guillaume B
951e61c17c Updated padding index for pipelines 2020-09-03 21:03:05 +02:00
Guillaume B
76f82c0e44 Added function for preparation to model 2020-09-02 18:49:30 +02:00
Guillaume B
56747f7033 reversed error handling for pipelines to maintain backward compatibility 2020-09-01 18:00:38 +02:00
Guillaume B
71121e56d8 Addition of BART as an option for sequence classification pipelines, updated return type of pipelines to be a Result 2020-09-01 17:52:49 +02:00
Guillaume B
919cbff3c9 Initial commit for zero-shot classification 2020-09-01 17:30:31 +02:00
Guillaume B
c6886096d2 Updated summarization output resulting from tokenization updates 2020-08-30 10:18:38 +02:00
Guillaume B
50ee1a1e4e Updated for additional tokenizer settings & configuration validity check 2020-08-30 09:35:38 +02:00
Guillaume B
3200026c0b Updated to make prefix space optional for models using Roberta tokenizer 2020-08-29 15:58:03 +02:00
Guillaume B
d7ecff4ad3 Addition of MNLI BART model, fix sequence classification 2020-08-29 12:30:14 +02:00
Guillaume B
de7755ca3f Updated download script 2020-08-29 10:49:21 +02:00
guillaume-be
498953f8bc
Merge pull request #70 from guillaume-be/Improved_tokenizer_error_handling
Improved error handling
2020-08-24 21:24:21 +02:00
Guillaume B
dd8c38befe Updated download script 2020-08-24 21:02:05 +02:00
Guillaume B
a5f8b9f37f Formatting and dependencies update 2020-08-24 18:49:48 +02:00
Guillaume B
26320ae1d4 Updated error handling for resource downloader 2020-08-23 10:44:10 +02:00
guillaume-be
f2710d86d7 Updated doctests 2020-08-22 12:03:43 +02:00
guillaume-be
325f97b676 Improved error handling 2020-08-22 12:00:02 +02:00
guillaume-be
1d5fd9b6bf toml cleanup 2020-08-12 14:20:22 +02:00
Sacha Arbonel
9205df49b4
replace failure with anyhow (#69)
* replace failure with anyhow

* formatting update with `fmt`

Co-authored-by: guillaume-be <guillaume.becquin@gmail.com>
2020-08-12 13:39:04 +02:00
guillaume-be
c64c542090
Merge pull request #67 from guillaume-be/tch_0.2.0_update
Upgrade to tch 0.2.0
2020-08-07 07:46:10 +02:00
guillaume-be
3904af99cd updated tch to 0.2.0 2020-08-05 10:38:51 +02:00
guillaume-be
efafa62c38
Merge pull request #66 from guillaume-be/dependencies_update
Updated dependencies
2020-07-26 13:10:22 +02:00
Guillaume B
da3c798f40 Updated dependencies 2020-07-26 12:31:37 +02:00
guillaume-be
873fa35370
Merge pull request #65 from guillaume-be/additional_ner_models
Additional ner models
2020-07-26 12:21:22 +02:00
Guillaume B
d3cda4a79e Fixed NER doctest 2020-07-25 12:31:35 +02:00
Guillaume B
dda94dedce Updated documentation and updated cache reorder for generation pipelines 2020-07-25 11:49:50 +02:00