Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,25 +1,22 @@
|
|
| 1 |
---
|
| 2 |
{}
|
| 3 |
---
|
| 4 |
-
|
| 5 |
-
# Test-Model
|
| 6 |
-
|
| 7 |
-
This model is a fine-tuned version of llama, and is specialized for document classification. It achieves the following results on the evaluation set:
|
| 8 |
-
- Accuracy: 0.924647
|
| 9 |
-
Hit rate: 0.977464
|
| 10 |
-
## Training Parameters
|
| 11 |
-
|
| 12 |
-
- **Epochs**: 5
|
| 13 |
-
**Batch Size**: 20
|
| 14 |
-
**Threshold**: 0.975
|
| 15 |
-
**Token Length**: 512
|
| 16 |
-
**Data Set Size**: 10000
|
| 17 |
-
**Evenly Distributed**: True
|
| 18 |
-
**Municipalities**: Heroey, Kongsberg, Boemlo, Luster, Maalselv
|
| 19 |
-
**Learning Rate**: 0.0001
|
| 20 |
-
**Weight Decay**: 0.01
|
| 21 |
-
**Eval Accumulation Steps**: 4
|
| 22 |
-
## Evaluation Results
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
{}
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
# Test-Model
|
| 6 |
+
|
| 7 |
+
This model is a fine-tuned version of meta-llama/Llama-3.1-8B, and is specialized for document classification. It achieves the following results on the evaluation set:
|
| 8 |
+
- Accuracy: ACCURACY
|
| 9 |
+
- Hit rate: HIT RATE
|
| 10 |
+
|
| 11 |
+
## Training Parameters
|
| 12 |
+
|
| 13 |
+
- **Epochs**: 5
|
| 14 |
+
- **Batch Size**: 20
|
| 15 |
+
- **Threshold**: 0.975
|
| 16 |
+
- **Token Length**: 512
|
| 17 |
+
- **Data Set Size**: 10000
|
| 18 |
+
- **Evenly Distributed**: True
|
| 19 |
+
- **Municipalities**: Heroey, Kongsberg, Boemlo, Luster, Maalselv
|
| 20 |
+
- **Learning Rate**: 0.0001
|
| 21 |
+
- **Weight Decay**: 0.01
|
| 22 |
+
- **Eval Accumulation Steps**: 4
|