Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for environmental-claims
|
2 |
### Model Description
|
3 |
The environmental-claims model is fine-tuned using the EnvironmentalClaims dataset on Bert base-uncased model. This model is fine-tuned with the help of Happy Transformers on the Bert base-uncased model. The EnvironmentalClaims dataset is annotated by finance and sustainable finance students and authors of Zurich University. This model is expected to predict whether the input sequence is related to real-time environmental claims or not.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
datasets:
|
4 |
+
- climatebert/environmental_claims
|
5 |
+
tags:
|
6 |
+
- Text Classification
|
7 |
+
- environmental-claims
|
8 |
+
- bert-base-uncased
|
9 |
+
model-index:
|
10 |
+
- name: Vinoth24/environmental_claims
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: text-classification
|
14 |
+
name: Text Classification
|
15 |
+
dataset:
|
16 |
+
name: environmental-claims
|
17 |
+
type: environmental-claims
|
18 |
+
config: environmental-claims
|
19 |
+
split: validation & test
|
20 |
+
metrics:
|
21 |
+
- name: Loss
|
22 |
+
type: loss
|
23 |
+
value: 0.488700
|
24 |
+
verified: true
|
25 |
+
---
|
26 |
+
|
27 |
+
|
28 |
# Model Card for environmental-claims
|
29 |
### Model Description
|
30 |
The environmental-claims model is fine-tuned using the EnvironmentalClaims dataset on Bert base-uncased model. This model is fine-tuned with the help of Happy Transformers on the Bert base-uncased model. The EnvironmentalClaims dataset is annotated by finance and sustainable finance students and authors of Zurich University. This model is expected to predict whether the input sequence is related to real-time environmental claims or not.
|