Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,7 @@ from transformers import pipeline
|
|
51 |
|
52 |
# Load the model
|
53 |
model_name = "AbdulSami/bert-base-cased-cefr"
|
|
|
54 |
classifier = pipeline("text-classification", model=model_name)
|
55 |
|
56 |
# Text for prediction
|
|
|
51 |
|
52 |
# Load the model
|
53 |
model_name = "AbdulSami/bert-base-cased-cefr"
|
54 |
+
|
55 |
classifier = pipeline("text-classification", model=model_name)
|
56 |
|
57 |
# Text for prediction
|