tjasad/prompt_fine_tuned_boolq
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
@@ -17,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,13 +50,14 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 12 | 0.
|
53 |
-
| No log | 2.0 | 24 | 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
|
|
58 |
- Transformers 4.40.1
|
59 |
- Pytorch 2.2.1+cu121
|
60 |
- Datasets 2.19.0
|
61 |
-
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
base_model: distilbert/distilbert-base-uncased
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6702
|
22 |
+
- Accuracy: 0.8333
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 12 | 0.6804 | 0.8333 |
|
54 |
+
| No log | 2.0 | 24 | 0.6702 | 0.8333 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
+
- PEFT 0.10.0
|
60 |
- Transformers 4.40.1
|
61 |
- Pytorch 2.2.1+cu121
|
62 |
- Datasets 2.19.0
|
63 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "distilbert/distilbert-base-uncased",
|
4 |
+
"inference_mode": true,
|
5 |
+
"num_attention_heads": 12,
|
6 |
+
"num_layers": 6,
|
7 |
+
"num_transformer_submodules": 1,
|
8 |
+
"num_virtual_tokens": 4,
|
9 |
+
"peft_type": "PROMPT_TUNING",
|
10 |
+
"prompt_tuning_init": "RANDOM",
|
11 |
+
"prompt_tuning_init_text": null,
|
12 |
+
"revision": null,
|
13 |
+
"task_type": "SEQ_CLS",
|
14 |
+
"token_dim": 768,
|
15 |
+
"tokenizer_kwargs": null,
|
16 |
+
"tokenizer_name_or_path": "distilbert/distilbert-base-uncased"
|
17 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e7ad405660ad2023ae83b6741b4f0fc0d938b4d36583fe6c7d52e56a3163837
|
3 |
+
size 2381288
|
runs/May02_08-40-08_65e05a84f558/events.out.tfevents.1714639240.65e05a84f558.205.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b64b9ebe8f8e9c39529c55a502c6818d45ab82561c1c6f89c0a8bf57e44b1ab
|
3 |
+
size 88
|
runs/May02_08-41-59_65e05a84f558/events.out.tfevents.1714639333.65e05a84f558.205.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e205e16fc84f899a2f3a554d1384e53e38ba9fac695ec71382a121ebcc9e4fe
|
3 |
+
size 5696
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711649
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e09bc048e215b6c9512d0445ce5e94894a86ea69198fd64daab7910a772ea66
|
3 |
size 711649
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aea3257525c41fa154d6d8337138aa00712698be1730faa700304bf3a909c48
|
3 |
size 4984
|