lucienbaumgartner commited on
Commit
aaf532c
·
verified ·
1 Parent(s): 52989f6

lucienbaumgartner/mtg-spike-multilabel-distilbert

Browse files
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3550
22
- - F1 Micro: 0.3846
23
- - F1 Macro: 0.3832
24
- - F1 Weighted: 0.3836
25
- - Accuracy: 0.3008
26
 
27
  ## Model description
28
 
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:--------:|
56
- | No log | 1.0 | 288 | 0.4072 | 0.0078 | 0.0074 | 0.0077 | 0.0859 |
57
- | 0.4124 | 2.0 | 576 | 0.3695 | 0.2230 | 0.2164 | 0.2160 | 0.1914 |
58
- | 0.4124 | 3.0 | 864 | 0.3614 | 0.3195 | 0.3123 | 0.3118 | 0.2578 |
59
- | 0.3467 | 4.0 | 1152 | 0.3584 | 0.3580 | 0.3547 | 0.3539 | 0.2695 |
60
- | 0.3467 | 5.0 | 1440 | 0.3550 | 0.3846 | 0.3832 | 0.3836 | 0.3008 |
61
- | 0.3168 | 6.0 | 1728 | 0.3578 | 0.4127 | 0.4089 | 0.4091 | 0.3164 |
62
- | 0.291 | 7.0 | 2016 | 0.3618 | 0.4136 | 0.4096 | 0.4099 | 0.3164 |
63
- | 0.291 | 8.0 | 2304 | 0.3636 | 0.4175 | 0.4134 | 0.4137 | 0.3242 |
64
- | 0.281 | 9.0 | 2592 | 0.3640 | 0.4235 | 0.4197 | 0.4201 | 0.3320 |
65
- | 0.281 | 10.0 | 2880 | 0.3647 | 0.4125 | 0.4094 | 0.4096 | 0.3203 |
66
 
67
 
68
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2704
22
+ - F1 Micro: 0.6957
23
+ - F1 Macro: 0.6938
24
+ - F1 Weighted: 0.6942
25
+ - Accuracy: 0.6288
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:--------:|
56
+ | No log | 1.0 | 406 | 0.3799 | 0.0741 | 0.0712 | 0.0715 | 0.1468 |
57
+ | 0.4142 | 2.0 | 812 | 0.2767 | 0.5943 | 0.5891 | 0.5903 | 0.4986 |
58
+ | 0.253 | 3.0 | 1218 | 0.2743 | 0.6603 | 0.6510 | 0.6523 | 0.5734 |
59
+ | 0.2016 | 4.0 | 1624 | 0.2716 | 0.6656 | 0.6601 | 0.6611 | 0.5873 |
60
+ | 0.1857 | 5.0 | 2030 | 0.2704 | 0.6957 | 0.6938 | 0.6942 | 0.6288 |
61
+ | 0.1857 | 6.0 | 2436 | 0.2712 | 0.6862 | 0.6854 | 0.6858 | 0.6233 |
62
+ | 0.1636 | 7.0 | 2842 | 0.2790 | 0.7011 | 0.6999 | 0.7004 | 0.6399 |
63
+ | 0.1544 | 8.0 | 3248 | 0.2754 | 0.7068 | 0.7065 | 0.7068 | 0.6510 |
64
+ | 0.1455 | 9.0 | 3654 | 0.2769 | 0.7087 | 0.7082 | 0.7085 | 0.6482 |
65
+ | 0.1424 | 10.0 | 4060 | 0.2781 | 0.7096 | 0.7089 | 0.7092 | 0.6510 |
66
 
67
 
68
  ### Framework versions
adapter_config.json CHANGED
@@ -24,8 +24,8 @@
24
  "revision": null,
25
  "target_modules": [
26
  "v_lin",
27
- "k_lin",
28
- "q_lin"
29
  ],
30
  "task_type": "SEQ_CLS",
31
  "use_dora": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "v_lin",
27
+ "q_lin",
28
+ "k_lin"
29
  ],
30
  "task_type": "SEQ_CLS",
31
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6dae306d1f533dedc0eb27d9cd48b67d9e7eb8e488bc3bd35fde1e2be3f169c
3
  size 3268052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:313120a73de8d836ed235ec930b762c6d4aee2fee14833b884a9a2956f9353d0
3
  size 3268052
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eab9a001314ff0d32993e205c39ca97adb423ac57659d64ab8cd7eda9c0737fe
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f535e62a370b67527208c18429db1c62c22fbdd074794eca5d3033acfb068356
3
  size 4728