hrezaei commited on
Commit
456720e
·
1 Parent(s): 8f10541

Model save

Browse files
Files changed (2) hide show
  1. README.md +8 -6
  2. generation_config.json +9 -0
README.md CHANGED
@@ -2,19 +2,17 @@
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - wikitext
7
  model-index:
8
- - name: mymodel
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- # mymodel
16
 
17
- This model is a fine-tuned version of [](https://huggingface.co/) on the wikitext wikitext-2-v1 dataset.
18
 
19
  ## Model description
20
 
@@ -39,7 +37,11 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
  - lr_scheduler_type: linear
42
- - num_epochs: 3.0
 
 
 
 
43
 
44
  ### Framework versions
45
 
 
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
+ - name: T5La-Large
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
+ # T5La-Large
14
 
15
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
16
 
17
  ## Model description
18
 
 
37
  - seed: 42
38
  - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
39
  - lr_scheduler_type: linear
40
+ - training_steps: 10
41
+
42
+ ### Training results
43
+
44
+
45
 
46
  ### Framework versions
47
 
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
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": "4.56.0.dev0"
9
+ }