mletsana commited on
Commit
61f1891
·
verified ·
1 Parent(s): c54f6ea

CJIS v3.1 cjis-sentiments-classifier - Climate journalism multi-label classifier

Browse files
Files changed (2) hide show
  1. README.md +2 -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.0 "Journalistic Co-pilot".
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-project/cjis-sentiments-classifier",
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:264cd1267ef063275de9812624c3c714de92006673f66156df1fcb79c12c74c0
3
  size 737725432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beb6a7826a103909c5171cbed8aa769b0599503358972ed25ce54ca82bd87881
3
  size 737725432