This website requires JavaScript.
Explore
Help
Register
Sign In
SUMIN
/
HuggingFace_transformer
Watch
1
Star
0
Fork
0
You've already forked HuggingFace_transformer
Code
Issues
Pull Requests
Actions
7
Packages
Projects
Releases
Wiki
Activity
Files
0ae59e662d628bec34ecb86d8b8ab7323f725ed7
HuggingFace_transformer
/
examples
History
Matthew Carrigan
0ae59e662d
Reduced memory usage for pregenerating the data a lot by writing it
...
out on the fly without shuffling - the Sampler in the finetuning script will shuffle for us.
2019-03-21 14:04:17 +00:00
..
lm_finetuning
Reduced memory usage for pregenerating the data a lot by writing it
2019-03-21 14:04:17 +00:00
extract_features.py
fix typo - logger info
2019-03-06 10:05:21 +01:00
run_classifier.py
Simplify code, delete redundancy line
2019-03-13 09:42:06 +08:00
run_gpt2.py
Update run_gpt2.py
2019-03-08 11:59:08 -05:00
run_openai_gpt.py
fix openai gpt example and updating readme
2019-03-06 11:43:21 +01:00
run_squad.py
typo in annotation
2019-03-14 17:32:15 +08:00
run_swag.py
Added missing imports.
2019-03-15 12:45:48 +01:00
run_transfo_xl.py
fix typo - logger info
2019-03-06 10:05:21 +01:00