shahrukhx01
commited on
Commit
•
1a7e9ae
1
Parent(s):
9f595a4
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ git clone https://huggingface.co/shahrukhx01/bert-multitask-query-classifiers
|
|
13 |
```python
|
14 |
%cd bert-multitask-query-classifiers/
|
15 |
```
|
16 |
-
## Load
|
17 |
```python
|
18 |
from multitask_model import BertForSequenceClassification
|
19 |
from transformers import AutoTokenizer
|
|
|
13 |
```python
|
14 |
%cd bert-multitask-query-classifiers/
|
15 |
```
|
16 |
+
## Load model
|
17 |
```python
|
18 |
from multitask_model import BertForSequenceClassification
|
19 |
from transformers import AutoTokenizer
|