Update README.md
Browse files
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 = "
|
| 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 |
|