chathuru commited on
Commit
6501957
·
1 Parent(s): 8394673

CuATR-distilbert-LoRA

Browse files
README.md CHANGED
@@ -18,9 +18,9 @@ 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 an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6930
22
- - Accuracy: 0.4348
23
- - F1: 0.0
24
 
25
  ## Model description
26
 
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
56
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
57
- | 0.6988 | 0.67 | 1 | 0.6933 | 0.4348 | 0.0 |
58
- | 0.6919 | 2.0 | 3 | 0.6931 | 0.4348 | 0.0 |
59
- | 0.708 | 2.67 | 4 | 0.6930 | 0.4348 | 0.0 |
60
 
61
 
62
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6865
22
+ - Accuracy: 0.6087
23
+ - F1: 0.7429
24
 
25
  ## Model description
26
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
57
+ | 0.6894 | 0.67 | 1 | 0.6867 | 0.6087 | 0.7429 |
58
+ | 0.6931 | 2.0 | 3 | 0.6865 | 0.6087 | 0.7429 |
59
+ | 0.6873 | 2.67 | 4 | 0.6865 | 0.6087 | 0.7429 |
60
 
61
 
62
  ### Framework versions
adapter_config.json CHANGED
@@ -12,13 +12,13 @@
12
  "lora_dropout": 0.1,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
- "r": 32,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "q_lin",
20
- "k_lin",
21
- "v_lin"
22
  ],
23
  "task_type": "TOKEN_CLS"
24
  }
 
12
  "lora_dropout": 0.1,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
+ "r": 4,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "v_lin",
20
  "q_lin",
21
+ "k_lin"
 
22
  ],
23
  "task_type": "TOKEN_CLS"
24
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb1e15b0cdf0fbf5843b9a4fb29ba339fba175c5524f64d493856c454c480b60
3
- size 3544216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2303adc67ddf09fc04b437f94e611540e087e9104083d01ac994cf027044b73
3
+ size 447536
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c26d240ce75d08d702c5cfea7817f2d4881a2de4521774ac22c7368cbe5c22cb
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b83cee47f7fb3807d87d114642f6a24ecf08708f7e1deea6b3572f865871a8
3
  size 4600