mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
53 lines
1.0 KiB
Markdown
53 lines
1.0 KiB
Markdown
---
|
|
name: "\U0001F41B Bug Report"
|
|
about: Submit a bug report to help us improve PyTorch Transformers
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## 🐛 Bug
|
|
|
|
<!-- Important information -->
|
|
|
|
Model I am using (Bert, XLNet....):
|
|
|
|
Language I am using the model on (English, Chinese....):
|
|
|
|
The problem arise when using:
|
|
* [ ] the official example scripts: (give details)
|
|
* [ ] my own modified scripts: (give details)
|
|
|
|
The tasks I am working on is:
|
|
* [ ] an official GLUE/SQUaD task: (give the name)
|
|
* [ ] my own task or dataset: (give details)
|
|
|
|
## To Reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
<!-- If you have a code sample, error messages, stack traces, please provide it here as well. -->
|
|
|
|
## Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
## Environment
|
|
|
|
* OS:
|
|
* Python version:
|
|
* PyTorch version:
|
|
* PyTorch Transformers version (or branch):
|
|
* Using GPU ?
|
|
* Distributed of parallel setup ?
|
|
* Any other relevant information:
|
|
|
|
## Additional context
|
|
|
|
<!-- Add any other context about the problem here. -->
|