agata-luk commited on
Commit
ee46d2a
·
verified ·
1 Parent(s): 56018f3

Training complete

Browse files
Files changed (2) hide show
  1. README.md +57 -0
  2. generation_config.json +30 -2
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-t5/t5-small
5
+ tags:
6
+ - simplification
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: t5-neutralization
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # t5-neutralization
17
+
18
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
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: 5.6e-05
38
+ - train_batch_size: 18
39
+ - eval_batch_size: 18
40
+ - seed: 42
41
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 1
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
48
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
49
+ | No log | 1.0 | 196 | 0.2997 | 52.9831 | 18.5417 |
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 5.2.0
55
+ - Pytorch 2.10.0+cpu
56
+ - Datasets 4.6.0
57
+ - Tokenizers 0.22.2
generation_config.json CHANGED
@@ -1,9 +1,37 @@
1
  {
2
- "_from_model_config": true,
 
 
3
  "decoder_start_token_id": 0,
 
 
 
 
 
4
  "eos_token_id": [
5
  1
6
  ],
 
 
 
 
 
 
 
 
 
 
 
 
7
  "pad_token_id": 0,
8
- "transformers_version": "5.2.0"
 
 
 
 
 
 
 
 
 
9
  }
 
1
  {
2
+ "_from_model_config": false,
3
+ "assistant_confidence_threshold": 0.4,
4
+ "assistant_lookbehind": 10,
5
  "decoder_start_token_id": 0,
6
+ "diversity_penalty": 0.0,
7
+ "do_sample": false,
8
+ "early_stopping": false,
9
+ "encoder_no_repeat_ngram_size": 0,
10
+ "encoder_repetition_penalty": 1.0,
11
  "eos_token_id": [
12
  1
13
  ],
14
+ "epsilon_cutoff": 0.0,
15
+ "eta_cutoff": 0.0,
16
+ "length_penalty": 1.0,
17
+ "max_length": 20,
18
+ "min_length": 0,
19
+ "no_repeat_ngram_size": 0,
20
+ "num_assistant_tokens": 20,
21
+ "num_assistant_tokens_schedule": "constant",
22
+ "num_beam_groups": 1,
23
+ "num_beams": 1,
24
+ "num_return_sequences": 1,
25
+ "output_scores": false,
26
  "pad_token_id": 0,
27
+ "remove_invalid_values": false,
28
+ "repetition_penalty": 1.0,
29
+ "return_dict_in_generate": false,
30
+ "target_lookbehind": 10,
31
+ "temperature": 1.0,
32
+ "top_k": 50,
33
+ "top_p": 1.0,
34
+ "transformers_version": "5.2.0",
35
+ "typical_p": 1.0,
36
+ "use_cache": true
37
  }