mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
1.1 KiB
1.1 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
📚 Migration from PyTorch-pretrained-Bert | Report a problem when migrating from PyTorch-pretrained-Bert to Transformers |
📚 Migration
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)
Details of the issue:
Environment
- OS:
- Python version:
- PyTorch version:
- PyTorch Transformers version (or branch):
- Using GPU ?
- Distributed of parallel setup ?
- Any other relevant information:
Checklist
- I have read the migration guide in the readme.
- I checked if a related official extension example runs on my machine.