Update README.md
Browse filesFine trained BERT for classifying climate information as part of the [Frugal AI Challenge](https://frugalaichallenge.org/), for submission to https://huggingface.co/frugal-ai-challenge and scoring on accuracy and efficiency.
This version is not yet trained on the full dataset, just getting the Hugging Face integration to run.
README.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
|
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
| 5 |
+
- climate
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
datasets:
|
| 8 |
+
- QuotaClimat/frugalaichallenge-text-train
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
metrics:
|
| 12 |
+
- accuracy
|
| 13 |
+
base_model:
|
| 14 |
+
- google-bert/bert-base-uncased
|
| 15 |
+
pipeline_tag: text-classification
|
| 16 |
---
|
| 17 |
|
| 18 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|