CJIS v3.1 cjis-sentiments-classifier - Climate journalism multi-label classifier
Browse files- README.md +2 -2
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
|
| 13 |
# CJIS Co-pilot: Sentiments Classifier
|
| 14 |
|
| 15 |
-
Part of the Climate Journalism Intelligence System (CJIS) v3.
|
| 16 |
|
| 17 |
## Architecture
|
| 18 |
- Base: Climate-pretrained DeBERTa (MLM on 20k climate articles)
|
|
@@ -33,7 +33,7 @@ from transformers import pipeline
|
|
| 33 |
|
| 34 |
classifier = pipeline(
|
| 35 |
"text-classification",
|
| 36 |
-
model="maai-
|
| 37 |
return_all_scores=True
|
| 38 |
)
|
| 39 |
|
|
|
|
| 12 |
|
| 13 |
# CJIS Co-pilot: Sentiments Classifier
|
| 14 |
|
| 15 |
+
Part of the Climate Journalism Intelligence System (CJIS) v3.1 "Journalistic Co-pilot".
|
| 16 |
|
| 17 |
## Architecture
|
| 18 |
- Base: Climate-pretrained DeBERTa (MLM on 20k climate articles)
|
|
|
|
| 33 |
|
| 34 |
classifier = pipeline(
|
| 35 |
"text-classification",
|
| 36 |
+
model="maai-org/cjis-sentiments-classifier",
|
| 37 |
return_all_scores=True
|
| 38 |
)
|
| 39 |
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737725432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beb6a7826a103909c5171cbed8aa769b0599503358972ed25ce54ca82bd87881
|
| 3 |
size 737725432
|