mljn commited on
Commit
ee6454a
·
verified ·
1 Parent(s): 97f56e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="your-username/unga-climate-classifier")
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