juuwel commited on
Commit
f7fd708
·
verified ·
1 Parent(s): 74f567d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -32
README.md CHANGED
@@ -1,37 +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
-
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
23
 
24
- ## Evaluation Results
25
 
26
- | Label | Accuracy | Accuracy Accumulation | Hit Rate | Hit Rate Accumulation |
27
- |:-----:|:--------:|:---------------------:|:--------:|:---------------------:|
28
- | 0 | 0.93 | 0.93 | 0.98 | 0.98 |
29
- | 1 | 0.95 | 0.95 | 0.97 | 0.97 |
30
- | 2 | 0.91 | 0.91 | 0.98 | 0.98 |
31
- | 3 | 0.40 | 0.40 | 0.57 | 0.57 |
32
- | 4 | 0.25 | 0.25 | 0.63 | 0.63 |
33
- | 5 | 0.86 | 0.86 | 0.94 | 0.94 |
34
- | 6 | 0.99 | 0.99 | 1.04 | 1.04 |
35
- | 7 | 0.94 | 0.94 | 0.98 | 0.98 |
36
- | 8 | 0.67 | 0.67 | 0.86 | 0.86 |
37
- | 9 | 0.99 | 0.99 | 0.99 | 0.99 |
 
 
 
 
 
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