"web/extensions/vscode:/vscode.git/clone" did not exist on "9586de9dc8eccb7f9c4934b7661a90fb208a81a8"
README.md 485 Bytes
Newer Older
thomwolf's avatar
thomwolf committed
1
2
3
4
5
# How to add a new example script in 馃Transformers

This folder provide a template for adding a new example script implementing a training or inference task with the models in the  馃Transformers library.

Currently only examples for PyTorch are provided which are adaptations of the library's SQuAD examples which implement single-GPU and distributed training with gradient accumulation and mixed-precision (using NVIDIA's apex library) to cover a reasonable range of use cases.