Update README.md
Browse files
README.md
CHANGED
@@ -46,9 +46,7 @@ This is a fine-tuned model and therefore requires no further fine-tuning.
|
|
46 |
Use the code below to get started with the model.
|
47 |
```python
|
48 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
49 |
-
|
50 |
tokenizer = AutoTokenizer.from_pretrained("sadickam/sdg-classification-bert")
|
51 |
-
|
52 |
model = AutoModelForSequenceClassification.from_pretrained("sadickam/sdg-classification-bert")
|
53 |
```
|
54 |
|
|
|
46 |
Use the code below to get started with the model.
|
47 |
```python
|
48 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
49 |
tokenizer = AutoTokenizer.from_pretrained("sadickam/sdg-classification-bert")
|
|
|
50 |
model = AutoModelForSequenceClassification.from_pretrained("sadickam/sdg-classification-bert")
|
51 |
```
|
52 |
|