Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- rabuahmad/climatecheck
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen3-8B
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
Model fine-tuned as a baseline for Task 2 of the ClimateCheck 2026 shared task.
|
| 10 |
+
|
| 11 |
+
Baseline Code: https://github.com/XplaiNLP/ClimateCheck-2026-Baseline
|
| 12 |
+
|
| 13 |
+
More information for the shared task: https://nfdi4ds.github.io/nslp2026/docs/climatecheck_shared_task.html
|