mirror of
https://github.com/huggingface/transformers.git
synced 2026-04-01 12:28:47 +00:00
2.0 KiB
2.0 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| 📚 Migration from pytorch-pretrained-bert or pytorch-transformers | Report a problem when migrating from pytorch-pretrained-bert or pytorch-transformers to transformers | Migration |
📚 Migration
Information
Model I am using (Bert, XLNet ...):
Language I am using the model on (English, Chinese ...):
The problem arises when using:
- the official example scripts: (give details below)
- my own modified scripts: (give details below)
The tasks I am working on is:
- an official GLUE/SQUaD task: (give the name)
- my own task or dataset: (give details below)
Details
Environment info
transformersversion:- Platform:
- Python version:
- PyTorch version (GPU?):
- Tensorflow version (GPU?):
- Using GPU in script?:
- Using distributed or parallel set-up in script?:
pytorch-transformersorpytorch-pretrained-bertversion (or branch):
Checklist
- I have read the migration guide in the readme. (pytorch-transformers; pytorch-pretrained-bert)
- I checked if a related official extension example runs on my machine.