Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,22 +1,25 @@
|
|
| 1 |
---
|
| 2 |
{}
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
-
|
|
|
|
|
|
|
| 5 |
-
|
| 6 |
-
**Threshold**: 0.975
|
| 7 |
-
**Token Length**: 512
|
| 8 |
-
**Data Set Size**: 10000
|
| 9 |
-
**Evenly Distributed**: True
|
| 10 |
-
**Municipalities**: Heroey, Kongsberg, Boemlo, Luster, Maalselv
|
| 11 |
-
**Learning Rate**: 0.0001
|
| 12 |
-
**Weight Decay**: 0.01
|
| 13 |
-
**Eval Accumulation Steps**: 4
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
- **Data Set Size**: 10000
|
| 28 |
-
- **Evenly Distributed**: True
|
| 29 |
-
- **Municipalities**: Heroey, Kongsberg, Boemlo, Luster, Maalselv
|
| 30 |
-
- **Learning Rate**: 0.0001
|
| 31 |
-
- **Weight Decay**: 0.01
|
| 32 |
-
- **Eval Accumulation Steps**: 4
|
|
|
|
| 1 |
---
|
| 2 |
{}
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Test-Model
|
| 6 |
+
|
| 7 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B), and is specialized for document classification. It achieves the following results on the evaluation set:
|
| 8 |
+
- **Accuracy**: 0.924647
|
| 9 |
+
## Training Parameters
|
| 10 |
+
|
| 11 |
+
- **Epochs**: 5
|
| 12 |
+
## Evaluation Results
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
| Label | Accuracy | Accuracy Accumulation | Hit Rate | Hit Rate Accumulation |
|
| 15 |
+
|:-----:|:--------:|:---------------------:|:--------:|:---------------------:|
|
| 16 |
+
| 0 | 0.93 | 0.93 | 0.98 | 0.98 |
|
| 17 |
+
| 1 | 0.95 | 0.95 | 0.97 | 0.97 |
|
| 18 |
+
| 2 | 0.91 | 0.91 | 0.98 | 0.98 |
|
| 19 |
+
| 3 | 0.40 | 0.40 | 0.57 | 0.57 |
|
| 20 |
+
| 4 | 0.25 | 0.25 | 0.63 | 0.63 |
|
| 21 |
+
| 5 | 0.86 | 0.86 | 0.94 | 0.94 |
|
| 22 |
+
| 6 | 0.99 | 0.99 | 1.04 | 1.04 |
|
| 23 |
+
| 7 | 0.94 | 0.94 | 0.98 | 0.98 |
|
| 24 |
+
| 8 | 0.67 | 0.67 | 0.86 | 0.86 |
|
| 25 |
+
| 9 | 0.99 | 0.99 | 0.99 | 0.99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|