https://github.com/letianlee/bert-pytorch
A BERT model built with PyTorch.
https://github.com/letianlee/bert-pytorch
bert bert-model language-model nlp nlp-tutorial pytorch
Last synced: 25 days ago
JSON representation
A BERT model built with PyTorch.
- Host: GitHub
- URL: https://github.com/letianlee/bert-pytorch
- Owner: LetianLee
- License: apache-2.0
- Created: 2022-04-13T22:26:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T19:09:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T20:46:03.349Z (about 1 year ago)
- Topics: bert, bert-model, language-model, nlp, nlp-tutorial, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BERT-PyTorch
This is a BERT model built with PyTorch.
Please read the implementation: [*bert_classifier.ipynb*](https://github.com/LetianLee/bert-pytorch/blob/main/bert_classifier.ipynb)