bilalzafar commited on
Commit
7796cd4
·
verified ·
1 Parent(s): 0d211a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,8 +53,8 @@ On a 10% held-out test set, the model achieved **88.7% accuracy**, **0.898 macro
53
  ```python
54
  from transformers import pipeline
55
 
56
- model_id = "bilalezafar/cbdc-type"
57
- clf = pipeline("text-classification", model=model_id, tokenizer=model_id,
58
  truncation=True, max_length=192)
59
 
60
  texts = [
 
53
  ```python
54
  from transformers import pipeline
55
 
56
+ model = "bilalezafar/cbdc-type"
57
+ clf = pipeline("text-classification", model=model, tokenizer=model,
58
  truncation=True, max_length=192)
59
 
60
  texts = [