AbdulSami commited on
Commit
498e0bd
·
1 Parent(s): 7b43273

Update README.md

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