fspacheco commited on
Commit
7831292
1 Parent(s): f2aa1e3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - pt
5
+ pipeline_tag: text-classification
6
+ ---
7
+ # Summary
8
+
9
+ This is a basic model for classification of environmental claims in Portuguese, similar to https://huggingface.co/climatebert/environmental-claims.
10
+
11
+ The training dataset from https://huggingface.co/datasets/climatebert/environmental_claims was automaticaly translated to Portuguese and used for fine-tuning a downstream task from the BERTimbau https://huggingface.co/neuralmind/bert-base-portuguese-cased language model.