juuwel commited on
Commit
84fae1a
·
verified ·
1 Parent(s): 9147f5d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -16
README.md CHANGED
@@ -1 +1,22 @@
1
- ---
2
- --
3
- --
4
- --
5
- Accuracy: 0.924647
6
- Hit rate: 0.977464
7
- **Epochs**: 5
8
- **Batch Size**: 20
9
- **Threshold**: 0.975
10
- **Token Length**: 512
11
- **Data Set Size**: 10000
12
- **Evenly Distributed**: True
13
- **Municipalities**: Heroey, Kongsberg, Boemlo, Luster, Maalselv
14
- **Learning Rate**: 0.0001
15
- **Weight Decay**: 0.01
16
- **Eval Accumulation Steps**: 4
 
 
 
 
 
 
 
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: 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