ishwarbb23 commited on
Commit
047af89
1 Parent(s): 30f4f87

finetuned-baseline

Browse files
Files changed (5) hide show
  1. README.md +61 -0
  2. config.json +66 -0
  3. generation_config.json +7 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: valhalla/t5-small-e2e-qg
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: finetuned-baseline
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # finetuned-baseline
15
+
16
+ This model is a fine-tuned version of [valhalla/t5-small-e2e-qg](https://huggingface.co/valhalla/t5-small-e2e-qg) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 3.4731
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0001
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 16
42
+ - total_train_batch_size: 64
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 3.9133 | 2.87 | 100 | 3.5685 |
52
+ | 3.7034 | 5.75 | 200 | 3.4987 |
53
+ | 3.6402 | 8.62 | 300 | 3.4731 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.33.3
59
+ - Pytorch 2.0.1+cu118
60
+ - Datasets 2.14.5
61
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "valhalla/t5-small-e2e-qg",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 2048,
8
+ "d_kv": 64,
9
+ "d_model": 512,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "relu",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "relu",
15
+ "initializer_factor": 1.0,
16
+ "is_encoder_decoder": true,
17
+ "is_gated_act": false,
18
+ "layer_norm_epsilon": 1e-06,
19
+ "model_type": "t5",
20
+ "n_positions": 512,
21
+ "num_decoder_layers": 6,
22
+ "num_heads": 8,
23
+ "num_layers": 6,
24
+ "output_past": true,
25
+ "pad_token_id": 0,
26
+ "relative_attention_max_distance": 128,
27
+ "relative_attention_num_buckets": 32,
28
+ "task_specific_params": {
29
+ "summarization": {
30
+ "early_stopping": true,
31
+ "length_penalty": 1.5,
32
+ "max_length": 256,
33
+ "no_repeat_ngram_size": 3,
34
+ "num_beams": 4,
35
+ "prefix": "generate questions: "
36
+ },
37
+ "translation_en_to_de": {
38
+ "early_stopping": true,
39
+ "length_penalty": 1.5,
40
+ "max_length": 256,
41
+ "no_repeat_ngram_size": 3,
42
+ "num_beams": 4,
43
+ "prefix": "generate questions: "
44
+ },
45
+ "translation_en_to_fr": {
46
+ "early_stopping": true,
47
+ "length_penalty": 1.5,
48
+ "max_length": 256,
49
+ "no_repeat_ngram_size": 3,
50
+ "num_beams": 4,
51
+ "prefix": "generate questions: "
52
+ },
53
+ "translation_en_to_ro": {
54
+ "early_stopping": true,
55
+ "length_penalty": 1.5,
56
+ "max_length": 256,
57
+ "no_repeat_ngram_size": 3,
58
+ "num_beams": 4,
59
+ "prefix": "generate questions: "
60
+ }
61
+ },
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.33.3",
64
+ "use_cache": true,
65
+ "vocab_size": 32102
66
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.33.3"
7
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b3b9c47d1fe0dde01d74ec639c9119ba4fa520af523bc83880bdc7f28e1bea
3
+ size 242018393
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0afe5de5af27bcc4607f162714194f81fa747a459c82dfdecc230bb77b784227
3
+ size 4091