"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "43b9d93875cbf6756baf402a4720ca23d8c75015"
Commit 9d87eafd authored by BramVanroy's avatar BramVanroy Committed by Julien Chaumond
Browse files

Streamlining

- mostly stylistic streamlining
- removed 'additional context' sections. They seem to be rarely used and might cause confusion. If more details are needed, users can add them to the 'details' section
parent a3b3638f
--- ---
name: "\U0001F5A5 New Benchmark" name: "\U0001F5A5 New benchmark"
about: Benchmark a part of this library and share your results about: Benchmark a part of this library and share your results
title: "[Benchmark]" title: "[Benchmark]"
labels: '' labels: ''
...@@ -7,7 +7,7 @@ assignees: '' ...@@ -7,7 +7,7 @@ assignees: ''
--- ---
# Benchmarking `transformers` # 🖥 Benchmarking `transformers`
## Benchmark ## Benchmark
......
--- ---
name: "\U0001F31FNew model addition" name: "\U0001F31F New model addition"
about: Submit a proposal/request to implement a new Transformer-based model about: Submit a proposal/request to implement a new Transformer-based model
title: '' title: ''
labels: '' labels: ''
...@@ -18,7 +18,3 @@ assignees: '' ...@@ -18,7 +18,3 @@ assignees: ''
* [ ] the model implementation is available: (give details) * [ ] the model implementation is available: (give details)
* [ ] the model weights are available: (give details) * [ ] the model weights are available: (give details)
* [ ] who are the authors: (mention them, if possible by @gh-username) * [ ] who are the authors: (mention them, if possible by @gh-username)
## Additional context
<!-- Add any other context about the problem here. -->
...@@ -7,9 +7,9 @@ assignees: '' ...@@ -7,9 +7,9 @@ assignees: ''
--- ---
## 🐛 Bug # 🐛 Bug
<!-- Important information --> ## Information
Model I am using (Bert, XLNet ...): Model I am using (Bert, XLNet ...):
...@@ -48,7 +48,3 @@ Steps to reproduce the behavior: ...@@ -48,7 +48,3 @@ Steps to reproduce the behavior:
* Using GPU ? * Using GPU ?
* Distributed or parallel setup ? * Distributed or parallel setup ?
* Any other relevant information: * Any other relevant information:
## Additional context
<!-- Add any other context about the problem here. -->
--- ---
name: "\U0001F680 Feature Request" name: "\U0001F680 Feature request"
about: Submit a proposal/request for a new transformers feature about: Submit a proposal/request for a new transformers feature
title: '' title: ''
labels: '' labels: ''
...@@ -7,18 +7,19 @@ assignees: '' ...@@ -7,18 +7,19 @@ assignees: ''
--- ---
## 🚀 Feature # 🚀 Feature request
<!-- A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist. --> <!-- A clear and concise description of the feature proposal.
Please provide a link to the paper and code in case they exist. -->
## Motivation ## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too. --> <!-- Please outline the motivation for the proposal. Is your feature request
related to a problem? e.g., I'm always frustrated when [...]. If this is related
to another GitHub issue, please link here too. -->
## Your contribution ## Your contribution
<!-- Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD readme: https://github.com/huggingface/transformers/blob/master/CONTRIBUTING.md --> <!-- Is there any way that you could help, e.g. by submitting a PR?
Make sure to read the CONTRIBUTING.MD readme:
## Additional context https://github.com/huggingface/transformers/blob/master/CONTRIBUTING.md -->
<!-- Add any other context or screenshots about the feature request here. If you have code to share, use code tags rather than screenshots: https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting -->
...@@ -7,7 +7,9 @@ assignees: '' ...@@ -7,7 +7,9 @@ assignees: ''
--- ---
## 📚 Migration # 📚 Migration
## Information
<!-- Important information --> <!-- Important information -->
...@@ -23,7 +25,7 @@ The tasks I am working on is: ...@@ -23,7 +25,7 @@ The tasks I am working on is:
* [ ] an official GLUE/SQUaD task: (give the name) * [ ] an official GLUE/SQUaD task: (give the name)
* [ ] my own task or dataset: (give details below) * [ ] my own task or dataset: (give details below)
Details of the issue: ## Details
<!-- A clear and concise description of the migration issue. <!-- A clear and concise description of the migration issue.
If you have code snippets, please provide it here as well. If you have code snippets, please provide it here as well.
...@@ -48,7 +50,3 @@ Details of the issue: ...@@ -48,7 +50,3 @@ Details of the issue:
([pytorch-transformers](https://github.com/huggingface/transformers#migrating-from-pytorch-transformers-to-transformers); ([pytorch-transformers](https://github.com/huggingface/transformers#migrating-from-pytorch-transformers-to-transformers);
[pytorch-pretrained-bert](https://github.com/huggingface/transformers#migrating-from-pytorch-pretrained-bert-to-transformers)) [pytorch-pretrained-bert](https://github.com/huggingface/transformers#migrating-from-pytorch-pretrained-bert-to-transformers))
- [ ] I checked if a related official extension example runs on my machine. - [ ] I checked if a related official extension example runs on my machine.
## Additional context
<!-- Add any other context about the problem here. -->
--- ---
name: "❓Questions & Help" name: " Questions & Help"
about: Post your general questions on Stack Overflow tagged huggingface-transformers about: Post your general questions on Stack Overflow tagged huggingface-transformers
title: '' title: ''
labels: '' labels: ''
...@@ -7,7 +7,7 @@ assignees: '' ...@@ -7,7 +7,7 @@ assignees: ''
--- ---
## ❓ Questions & Help # ❓ Questions & Help
<!-- The GitHub issue tracker is primarly intended for bugs, feature requests, <!-- The GitHub issue tracker is primarly intended for bugs, feature requests,
new models and benchmarks, and migration questions. For all other questions, new models and benchmarks, and migration questions. For all other questions,
...@@ -21,8 +21,9 @@ assignees: '' ...@@ -21,8 +21,9 @@ assignees: ''
that you posted. that you posted.
--> -->
## Details
<!-- Description of your issue --> <!-- Description of your issue -->
<!-- You should first ask your question on SO, and only if <!-- You should first ask your question on SO, and only if
you didn't get an answer ask it here on GitHub. you didn't get an answer ask it here on GitHub. -->
A link to original question on Stack Overflow: **A link to original question on Stack Overflow**:
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment