lucienbaumgartner commited on
Commit
eb71f2d
·
verified ·
1 Parent(s): 30f1156

lucienbaumgartner/mtg-spike-multilabel-distilbert

Browse files
Files changed (3) hide show
  1. README.md +21 -17
  2. adapter_model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - generated_from_trainer
6
  base_model: distilbert-base-uncased
7
  metrics:
 
 
8
  - accuracy
9
  model-index:
10
  - name: multilabel_classification
@@ -18,11 +20,13 @@ 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.2725
22
- - F1 Micro: 0.6677
23
- - F1 Macro: 0.6644
24
- - F1 Weighted: 0.6651
25
- - Accuracy: 0.5900
 
 
26
 
27
  ## Model description
28
 
@@ -51,18 +55,18 @@ The following hyperparameters were used during training:
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted | Accuracy |
55
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:--------:|
56
- | No log | 1.0 | 406 | 0.3793 | 0.0637 | 0.0619 | 0.0621 | 0.1413 |
57
- | 0.4136 | 2.0 | 812 | 0.2789 | 0.6272 | 0.6225 | 0.6236 | 0.5346 |
58
- | 0.2499 | 3.0 | 1218 | 0.2725 | 0.6677 | 0.6644 | 0.6651 | 0.5900 |
59
- | 0.2017 | 4.0 | 1624 | 0.2744 | 0.675 | 0.6716 | 0.6721 | 0.6066 |
60
- | 0.1853 | 5.0 | 2030 | 0.2745 | 0.6833 | 0.6797 | 0.6805 | 0.6122 |
61
- | 0.1853 | 6.0 | 2436 | 0.2771 | 0.6781 | 0.6764 | 0.6770 | 0.6177 |
62
- | 0.1621 | 7.0 | 2842 | 0.2810 | 0.6980 | 0.6962 | 0.6970 | 0.6343 |
63
- | 0.1536 | 8.0 | 3248 | 0.2832 | 0.6998 | 0.6982 | 0.6988 | 0.6427 |
64
- | 0.1414 | 9.0 | 3654 | 0.2843 | 0.6958 | 0.6943 | 0.6948 | 0.6371 |
65
- | 0.1429 | 10.0 | 4060 | 0.2861 | 0.6928 | 0.6905 | 0.6911 | 0.6316 |
66
 
67
 
68
  ### Framework versions
 
5
  - generated_from_trainer
6
  base_model: distilbert-base-uncased
7
  metrics:
8
+ - precision
9
+ - recall
10
  - accuracy
11
  model-index:
12
  - name: multilabel_classification
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.3549
24
+ - F1 Micro: 0.8864
25
+ - F1 Macro: 0.8088
26
+ - F1 Weighted: 0.8819
27
+ - Precision: 0.8811
28
+ - Recall: 0.8864
29
+ - Accuracy: 0.8864
30
 
31
  ## Model description
32
 
 
55
 
56
  ### Training results
57
 
58
+ | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted | Precision | Recall | Accuracy |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:---------:|:------:|:--------:|
60
+ | No log | 1.0 | 406 | 0.3510 | 0.8886 | 0.8121 | 0.8841 | 0.8834 | 0.8886 | 0.8886 |
61
+ | 0.082 | 2.0 | 812 | 0.3618 | 0.8909 | 0.8193 | 0.8875 | 0.8864 | 0.8909 | 0.8909 |
62
+ | 0.0848 | 3.0 | 1218 | 0.3768 | 0.8925 | 0.8206 | 0.8887 | 0.8879 | 0.8925 | 0.8925 |
63
+ | 0.0703 | 4.0 | 1624 | 0.3706 | 0.8953 | 0.8242 | 0.8913 | 0.8908 | 0.8953 | 0.8953 |
64
+ | 0.0806 | 5.0 | 2030 | 0.3868 | 0.8903 | 0.8169 | 0.8864 | 0.8855 | 0.8903 | 0.8903 |
65
+ | 0.0806 | 6.0 | 2436 | 0.3988 | 0.8920 | 0.8211 | 0.8887 | 0.8876 | 0.8920 | 0.8920 |
66
+ | 0.0721 | 7.0 | 2842 | 0.4085 | 0.8898 | 0.8174 | 0.8864 | 0.8853 | 0.8898 | 0.8898 |
67
+ | 0.0701 | 8.0 | 3248 | 0.4035 | 0.8881 | 0.8149 | 0.8847 | 0.8835 | 0.8881 | 0.8881 |
68
+ | 0.0704 | 9.0 | 3654 | 0.4072 | 0.8886 | 0.8152 | 0.8851 | 0.8840 | 0.8886 | 0.8886 |
69
+ | 0.0665 | 10.0 | 4060 | 0.4010 | 0.8909 | 0.8184 | 0.8872 | 0.8863 | 0.8909 | 0.8909 |
70
 
71
 
72
  ### Framework versions
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc2b79c7c7e1776dd36435599df64235f55157a32251b2365f97e16f18c391f5
3
  size 3268052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83428c0c4847c3d7b9fd3e39b946436ee665e4ceeddeaac0f78a0da561412275
3
  size 3268052
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2eec190de3be7f73fd8d2283985f321e126a0390082058003f1f469b1cced0d
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea4ef1805460e6423c4cf8a3939aa4616be6e262a52a74d96056b70c2375b8cc
3
  size 4728