denizspynk commited on
Commit
33db5cc
1 Parent(s): aadf9d7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ - recall
8
+ model-index:
9
+ - name: requirements_ambiguity_v2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # requirements_ambiguity_v2
17
+
18
+ This model is a fine-tuned version of [GroNLP/bert-base-dutch-cased](https://huggingface.co/GroNLP/bert-base-dutch-cased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8136
21
+ - Accuracy: 0.8189
22
+ - F1: 0.8189
23
+ - Recall: 0.7604
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0001
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 4
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
54
+ | 0.5247 | 1.0 | 32 | 0.4726 | 0.8110 | 0.8092 | 0.7083 |
55
+ | 0.2684 | 2.0 | 64 | 0.5090 | 0.7874 | 0.7897 | 0.7917 |
56
+ | 0.1319 | 3.0 | 96 | 0.7653 | 0.8031 | 0.8027 | 0.7292 |
57
+ | 0.035 | 4.0 | 128 | 0.8136 | 0.8189 | 0.8189 | 0.7604 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.24.0
63
+ - Pytorch 2.0.0
64
+ - Datasets 2.9.0
65
+ - Tokenizers 0.11.0