sharmadhruv
commited on
Commit
•
047763b
1
Parent(s):
72455d2
End of training
Browse files- README.md +6 -6
- adapter_config.json +10 -22
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 2.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,11 +47,11 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| No log | 1.0 | 495 | 2.
|
51 |
-
| 2.
|
52 |
-
| 2.
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.3690
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 495 | 2.3722 |
|
51 |
+
| 2.5796 | 2.0 | 990 | 2.3708 |
|
52 |
+
| 2.5828 | 3.0 | 1485 | 2.3707 |
|
53 |
+
| 2.5714 | 4.0 | 1980 | 2.3701 |
|
54 |
+
| 2.5735 | 5.0 | 2475 | 2.3690 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -1,29 +1,17 @@
|
|
1 |
{
|
2 |
-
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google/flan-t5-base",
|
5 |
-
"bias": "none",
|
6 |
-
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"megatron_config": null,
|
16 |
-
"megatron_core": "megatron.core",
|
17 |
-
"modules_to_save": null,
|
18 |
-
"peft_type": "LORA",
|
19 |
-
"r": 8,
|
20 |
-
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
-
"target_modules": [
|
23 |
-
"v",
|
24 |
-
"q"
|
25 |
-
],
|
26 |
"task_type": "SEQ_2_SEQ_LM",
|
27 |
-
"
|
28 |
-
"
|
|
|
29 |
}
|
|
|
1 |
{
|
|
|
2 |
"auto_mapping": null,
|
3 |
"base_model_name_or_path": "google/flan-t5-base",
|
|
|
|
|
4 |
"inference_mode": true,
|
5 |
+
"num_attention_heads": 12,
|
6 |
+
"num_layers": 12,
|
7 |
+
"num_transformer_submodules": 2,
|
8 |
+
"num_virtual_tokens": 10,
|
9 |
+
"peft_type": "PROMPT_TUNING",
|
10 |
+
"prompt_tuning_init": "RANDOM",
|
11 |
+
"prompt_tuning_init_text": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"revision": null,
|
|
|
|
|
|
|
|
|
13 |
"task_type": "SEQ_2_SEQ_LM",
|
14 |
+
"token_dim": 768,
|
15 |
+
"tokenizer_kwargs": null,
|
16 |
+
"tokenizer_name_or_path": "google/flan-t5-base"
|
17 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c31651102ba4c854160dd450bba4fe5f0c34018aaf3a0cb1679b8de2db77c49c
|
3 |
+
size 61560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a577be0aea0688c3353fa26bf982d656c599ab56beceeafece1760076288a01
|
3 |
size 5240
|