Daniël de Kok
a8727cd059
python3Packages.transformers: 4.2.2 -> 4.3.2
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v4.3.0
https://github.com/huggingface/transformers/releases/tag/v4.3.1
https://github.com/huggingface/transformers/releases/tag/v4.3.2
2021-02-09 20:35:06 +01:00
Jörg Thalheim
1c7b48c1e7
Merge pull request #110854 from Mic92/tokenizer
...
python3.pkgs.tokenizers: fix build
2021-01-26 14:19:35 +00:00
Jörg Thalheim
e049392289
python3.pkgs.tokenizers: fix build
2021-01-26 15:16:43 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
Daniël de Kok
7f840a1acf
python3Packages.transformers: re-relax tokenizer bound
2021-01-23 16:22:56 +01:00
Daniël de Kok
861aade898
python3Packages.transformers: 4.2.1 -> 4.2.2
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v4.2.2
2021-01-23 16:18:51 +01:00
Daniël de Kok
483ce5ce9c
python3Packages.transformers: 4.1.1 -> 4.2.1
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v4.2.0
https://github.com/huggingface/transformers/releases/tag/v4.2.1
Changes to the derivation:
- Enable on Python 3.9.
- Disable checks and use pythonImportsCheck instead. The list of
excluded tests was getting silly. The vast majority of tests
require internet access (to download models). I guess at this
point we just have to accept that it is not practical to run
the tests.
2021-01-16 13:30:30 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Daniël de Kok
b055fd1100
python3Packages.transformers: 4.0.1 -> 4.1.1
...
Pandas is added to checkInputs, because it is required for the TAPAS
tokenization test.
Changelog:
https://github.com/huggingface/transformers/releases/tag/v4.1.1
2020-12-21 07:55:16 -08:00
Daniël de Kok
dfe13f9152
python3Packages.transformers: 4.0.0 -> 4.0.1
...
This release has some fixes:
https://github.com/huggingface/transformers/releases/tag/v4.0.1
2020-12-09 11:53:36 -08:00
Daniël de Kok
7a114e5976
python3Packages.transformers: 3.5.1 -> 4.0.0
...
Remove the sentencepiece dependency, since it is optional now.
Changes:
https://github.com/huggingface/transformers/releases/tag/v4.0.0
2020-12-01 23:16:38 -08:00
Daniël de Kok
76ca342572
python3Packages.transformers: 3.4.0 -> 3.5.1
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.5.1
https://github.com/huggingface/transformers/releases/tag/v3.5.0
2020-11-14 10:48:54 +01:00
Daniël de Kok
8712a719c2
python3Packages.transformers: relax tokenizers version bound
2020-11-10 14:52:03 -08:00
Daniël de Kok
05f6de94cf
python3Packages.transformers: 3.3.1 -> 3.4.0
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.4.0
2020-10-28 10:41:27 -07:00
Daniël de Kok
71b3dbc799
python3Packages.transformers: 3.2.0 -> 3.3.1
...
Changes:
https://github.com/huggingface/transformers/releases/tag/v3.3.0
https://github.com/huggingface/transformers/releases/tag/v3.3.1
2020-09-30 10:38:28 +02:00
Daniël de Kok
fccf069e77
python3Packages.transformers: 3.1.0 -> 3.2.0
...
Changes:
https://github.com/huggingface/transformers/releases/tag/v3.2.0
2020-09-22 17:11:41 -07:00
Daniël de Kok
2fb0ad3018
python3Packages.transformers: 3.0.2 -> 3.1.0
...
Transformers now has `nlp` as an optional dependency. `nlp` will
require some work to package, since it attempts to download modules
into its Python package path by default. So, the `nlp`-based test
is disable for the time being.
2020-09-01 10:33:34 -07:00
Daniël de Kok
ac99819975
python3Packages.transformers: enable on all Unix platforms
2020-08-08 09:58:44 +02:00
Daniël de Kok
c2e1c9175f
python3Packages.transformers: 3.0.1 -> 3.0.2
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.0.2
2020-07-10 08:24:03 +02:00
Daniël de Kok
4855aa62fa
python3Packages.transformers: 2.2.1 -> 3.0.1
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.0.0
https://github.com/huggingface/transformers/releases/tag/v3.0.1
2020-07-03 18:30:32 +02:00
Daniël de Kok
1bc8a6eeb3
python3Packages.transformers: add danieldk as maintainer
2020-07-03 18:30:32 +02:00
Pash Shocky
dae6544457
transformers: init at 2.2.1
2019-12-17 16:46:52 -08:00