Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggin
|
|
| 28 |
# How to use
|
| 29 |
|
| 30 |
```python
|
| 31 |
-
from transformers import pipeline classifier = pipeline("text-classification", model="
|
| 32 |
|
| 33 |
text = "Climate change poses a fundamental threat to our future."
|
| 34 |
|
|
|
|
| 28 |
# How to use
|
| 29 |
|
| 30 |
```python
|
| 31 |
+
from transformers import pipeline classifier = pipeline("text-classification", model="mljn/unga-climate-classifier")
|
| 32 |
|
| 33 |
text = "Climate change poses a fundamental threat to our future."
|
| 34 |
|