Update README.md
Browse files
README.md
CHANGED
@@ -45,10 +45,9 @@ It achieves the following results on the evaluation set:
|
|
45 |
## Model description
|
46 |
|
47 |
This model implements a novel approach to classifying climate change skepticism arguments
|
48 |
-
by
|
49 |
-
only synthetic data used for training. The model achieves exceptional performance with an accuracy of 99.45% on the validation dataset which is therefore the [QuotaClimat](QuotaClimat/frugalaichallenge-text-train) dataset.
|
50 |
|
51 |
-
The model categorizes text into the following
|
52 |
|
53 |
- `label`: Following categories:
|
54 |
- `0_not_relevant`: No relevant claim detected or claims that don't fit other categories
|
|
|
45 |
## Model description
|
46 |
|
47 |
This model implements a novel approach to classifying climate change skepticism arguments
|
48 |
+
by using only synthetic data. The base architecture uses ModernBERT with an accuracy of 99.45% on the validation dataset which is the entire [QuotaClimat](QuotaClimat/frugalaichallenge-text-train) dataset.
|
|
|
49 |
|
50 |
+
The model categorizes text into the following climate change denial types:
|
51 |
|
52 |
- `label`: Following categories:
|
53 |
- `0_not_relevant`: No relevant claim detected or claims that don't fit other categories
|