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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ 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 = "your-username/cbdc-type-bert" # replace with your repo
57
  clf = pipeline("text-classification", model=model_id, tokenizer=model_id,
58
  truncation=True, max_length=192)
59
 
 
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