fix-template (#9499)

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Richard Liaw 2021-01-10 17:34:17 -08:00 committed by GitHub
parent 4f7022d68d
commit 09926c8e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ assignees: ''
## Environment info ## Environment info
<!-- You can run the command `transformers-cli env` and copy-and-paste its output below. <!-- You can run the command `transformers-cli env` and copy-and-paste its output below.
Don't forget to fill out the missing fields in that output! --> Don't forget to fill out the missing fields in that output! -->
- `transformers` version: - `transformers` version:
- Platform: - Platform:
- Python version: - Python version:
@ -24,13 +24,13 @@ assignees: ''
<!-- Your issue will be replied to more quickly if you can figure out the right person to tag with @ <!-- Your issue will be replied to more quickly if you can figure out the right person to tag with @
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**. If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
Please tag fewer than 3 people. Please tag fewer than 3 people.
albert, bert, GPT2, XLM: @LysandreJik albert, bert, GPT2, XLM: @LysandreJik
tokenizers: @mfuntowicz tokenizers: @mfuntowicz
Trainer: @sgugger Trainer: @sgugger
Speed and Memory Benchmarks: @patrickvonplaten Speed and Memory Benchmarks: @patrickvonplaten
Model Cards: @julien-c Model Cards: @julien-c
TextGeneration: @TevenLeScao TextGeneration: @TevenLeScao
examples/distillation: @VictorSanh examples/distillation: @VictorSanh
nlp datasets: [different repo](https://github.com/huggingface/nlp) nlp datasets: [different repo](https://github.com/huggingface/nlp)
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers) rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
@ -47,6 +47,7 @@ assignees: ''
FSMT: @stas00 FSMT: @stas00
examples/seq2seq: @patil-suraj examples/seq2seq: @patil-suraj
examples/bert-loses-patience: @JetRunner examples/bert-loses-patience: @JetRunner
ray/raytune: @richardliaw @amogkam
tensorflow: @jplu tensorflow: @jplu
examples/token-classification: @stefan-it examples/token-classification: @stefan-it
documentation: @sgugger documentation: @sgugger