sadickam commited on
Commit
b9fb359
1 Parent(s): d9981da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
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