mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00

* flax ner example * added task to README * updated readme * 1. ArgumentParser -> HfArgumentParser 2. step-wise logging,eval and save * added requirements.txt * added progress bar * updated README * added check_min_version * updated training data permuattion with JAX * added metric lib to requirements * updated readme table * fixed imports
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
datasets >= 1.8.0
|
|
jax>=0.2.8
|
|
jaxlib>=0.1.59
|
|
flax>=0.3.4
|
|
optax>=0.0.8
|
|
seqeval |