sharmadhruv commited on
Commit
047763b
1 Parent(s): 72455d2

End of training

Browse files
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.1643
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.1898 |
51
- | 2.5036 | 2.0 | 990 | 2.1677 |
52
- | 2.4433 | 3.0 | 1485 | 2.1651 |
53
- | 2.4366 | 4.0 | 1980 | 2.1646 |
54
- | 2.429 | 5.0 | 2475 | 2.1643 |
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
- "init_lora_weights": true,
9
- "layer_replication": null,
10
- "layers_pattern": null,
11
- "layers_to_transform": null,
12
- "loftq_config": {},
13
- "lora_alpha": 32,
14
- "lora_dropout": 0.01,
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
- "use_dora": false,
28
- "use_rslora": false
 
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:885913014880b673efc89d8fae2a30e4aec23474b872f1520ead8a8a06f7d20d
3
- size 1789464
 
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:5cd4b1d44432aa9f52152cc40d801191e9b1b39f5f09c4b84aaad399d9ddd8dc
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a577be0aea0688c3353fa26bf982d656c599ab56beceeafece1760076288a01
3
  size 5240