├── README.md
├── Fine Tune BERT for Text Classification with TensorFlow.pdf
└── Copy_of_Fine_Tune_BERT_for_Text_Classification_with_TensorFlow.ipynb
/README.md:
--------------------------------------------------------------------------------
1 | # Fine Tune BERT for Text Classification with TensorFlow
2 |
3 | Fine Tune BERT for Text Classification with TensorFlow Coursera Course
4 |
--------------------------------------------------------------------------------
/Fine Tune BERT for Text Classification with TensorFlow.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tamanna18/Fine_Tune_BERT_for_Text_Classification_with_TensorFlow/HEAD/Fine Tune BERT for Text Classification with TensorFlow.pdf
--------------------------------------------------------------------------------
/Copy_of_Fine_Tune_BERT_for_Text_Classification_with_TensorFlow.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [
3 | {
4 | "cell_type": "markdown",
5 | "metadata": {
6 | "id": "view-in-github",
7 | "colab_type": "text"
8 | },
9 | "source": [
10 | ""
11 | ]
12 | },
13 | {
14 | "cell_type": "markdown",
15 | "metadata": {
16 | "id": "zGCJYkQj_Uu2"
17 | },
18 | "source": [
19 | "
Figure 1: BERT Classification Model
\n", 31 | "| \n", 497 | " | qid | \n", 498 | "question_text | \n", 499 | "target | \n", 500 | "
|---|---|---|---|
| 1306102 | \n", 505 | "ffff3778790af9baae76 | \n", 506 | "What steps can I take to live a normal life if... | \n", 507 | "0 | \n", 508 | "
| 1306103 | \n", 511 | "ffff3f0a2449ffe4b9ff | \n", 512 | "Isn't Trump right after all? Why should the US... | \n", 513 | "1 | \n", 514 | "
| 1306104 | \n", 517 | "ffff41393389d4206066 | \n", 518 | "Is 33 too late for a career in creative advert... | \n", 519 | "0 | \n", 520 | "
| 1306105 | \n", 523 | "ffff42493fc203cd9532 | \n", 524 | "What is difference between the filteration wor... | \n", 525 | "0 | \n", 526 | "
| 1306106 | \n", 529 | "ffff48dd47bee89fff79 | \n", 530 | "If the universe \"popped\" into existence from n... | \n", 531 | "0 | \n", 532 | "
| 1306107 | \n", 535 | "ffff5fd051a032f32a39 | \n", 536 | "How does a shared service technology team meas... | \n", 537 | "0 | \n", 538 | "
| 1306108 | \n", 541 | "ffff6d528040d3888b93 | \n", 542 | "How is DSATM civil engineering? | \n", 543 | "0 | \n", 544 | "
| 1306109 | \n", 547 | "ffff8776cd30cdc8d7f8 | \n", 548 | "Do you know any problem that depends solely on... | \n", 549 | "0 | \n", 550 | "
| 1306110 | \n", 553 | "ffff94d427ade3716cd1 | \n", 554 | "What are some comic ideas for you Tube videos ... | \n", 555 | "0 | \n", 556 | "
| 1306111 | \n", 559 | "ffffa382c58368071dc9 | \n", 560 | "If you had $10 million of Bitcoin, could you s... | \n", 561 | "0 | \n", 562 | "
| 1306112 | \n", 565 | "ffffa5b0fa76431c063f | \n", 566 | "Are you ashamed of being an Indian? | \n", 567 | "1 | \n", 568 | "
| 1306113 | \n", 571 | "ffffae5dbda3dc9e9771 | \n", 572 | "What are the methods to determine fossil ages ... | \n", 573 | "0 | \n", 574 | "
| 1306114 | \n", 577 | "ffffba7c4888798571c1 | \n", 578 | "What is your story today? | \n", 579 | "0 | \n", 580 | "
| 1306115 | \n", 583 | "ffffc0c7158658a06fd9 | \n", 584 | "How do I consume 150 gms protein daily both ve... | \n", 585 | "0 | \n", 586 | "
| 1306116 | \n", 589 | "ffffc404da586ac5a08f | \n", 590 | "What are the good career options for a msc che... | \n", 591 | "0 | \n", 592 | "
| 1306117 | \n", 595 | "ffffcc4e2331aaf1e41e | \n", 596 | "What other technical skills do you need as a c... | \n", 597 | "0 | \n", 598 | "
| 1306118 | \n", 601 | "ffffd431801e5a2f4861 | \n", 602 | "Does MS in ECE have good job prospects in USA ... | \n", 603 | "0 | \n", 604 | "
| 1306119 | \n", 607 | "ffffd48fb36b63db010c | \n", 608 | "Is foam insulation toxic? | \n", 609 | "0 | \n", 610 | "
| 1306120 | \n", 613 | "ffffec519fa37cf60c78 | \n", 614 | "How can one start a research project based on ... | \n", 615 | "0 | \n", 616 | "
| 1306121 | \n", 619 | "ffffed09fedb5088744a | \n", 620 | "Who wins in a battle between a Wolverine and a... | \n", 621 | "0 | \n", 622 | "
Figure 2: BERT Tokenizer
\n", 944 | "Figure 3: BERT Layer
\n", 1142 | "