Commit 7e03d2bd authored by BramVanroy's avatar BramVanroy Committed by Julien Chaumond
Browse files

update migration guide

Streamlines usages of pytorch-transformers and pytorch-pretrained-bert. Add link to the README for the migration guide.
parent 335dd5e6
--- ---
name: "\U0001F4DA Migration from PyTorch-pretrained-Bert" name: "\U0001F4DA Migration from pytorch-pretrained-bert or pytorch-transformers"
about: Report a problem when migrating from PyTorch-pretrained-Bert to Transformers about: Report a problem when migrating from pytorch-pretrained-bert or pytorch-transformers to transformers
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
...@@ -11,35 +11,42 @@ assignees: '' ...@@ -11,35 +11,42 @@ assignees: ''
<!-- Important information --> <!-- Important information -->
Model I am using (Bert, XLNet....): Model I am using (Bert, XLNet ...):
Language I am using the model on (English, Chinese....): Language I am using the model on (English, Chinese ...):
The problem arise when using: The problem arises when using:
* [ ] the official example scripts: (give details) * [ ] the official example scripts: (give details below)
* [ ] my own modified scripts: (give details) * [ ] my own modified scripts: (give details below)
The tasks I am working on is: 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) * [ ] my own task or dataset: (give details below)
Details of the issue: Details of the issue:
<!-- A clear and concise description of the migration issue. If you have code snippets, please provide it here as well. --> <!-- A clear and concise description of the migration issue.
If you have code snippets, please provide it here as well.
Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
-->
## Environment ## Environment
* OS: * OS:
* Python version: * Python version:
* PyTorch version: * PyTorch version:
* PyTorch Transformers version (or branch): * `pytorch-transformers` or `pytorch-pretrained-bert` version (or branch):
* Using GPU ? * `transformers` version (or branch):
* Distributed or parallel setup ? * Using GPU?
* Distributed or parallel setup?
* Any other relevant information: * Any other relevant information:
## Checklist ## Checklist
- [ ] I have read the migration guide in the readme. - [ ] I have read the migration guide in the readme.
([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))
- [ ] 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 ## Additional context
......
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