Skip to content

Commit 65ab50d

Browse files
committed
add finetune BERT for text classification tutorial
1 parent e696905 commit 65ab50d

File tree

5 files changed

+669
-0
lines changed

5 files changed

+669
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# [How to Fine Tune BERT for Text Classification using Transformers in Python](https://www.thepythoncode.com/article/finetuning-bert-using-huggingface-transformers-python)
2+
To run this:
3+
- `pip3 install -r requirements.txt`
4+
- If you want to use scripts, consider `train.py` and `test.py`
5+
- The notebook `finetune-bert.ipynb` is suggested.
6+
You can also follow on Google Colab: 
7+
<a style="box-sizing: border-box; color: #9b59b6; text-decoration-line: none; cursor: pointer; font-family: Calibre, sans-serif; font-size: 14.4px; text-align: -webkit-right;" title="Open in Colab" href="https://colab.research.google.com/drive/18Qqox_QxJkOs80XVYaoLsdum0dX-Ilxb?usp=sharing" target="_blank" rel="noopener"><img style="box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto;" src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab" /></a>

0 commit comments

Comments
 (0)