Create README.md
Browse files
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.
|