p1atdev commited on
Commit
4943406
1 Parent(s): 67c92ed

Model save

Browse files
Files changed (3) hide show
  1. README.md +57 -0
  2. generation_config.json +11 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - xlsum
8
+ model-index:
9
+ - name: mt5-base-xlsum-ja-v1.1
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
+ # mt5-base-xlsum-ja-v1.1
17
+
18
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the xlsum 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: 0.0005
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 32
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine
45
+ - lr_scheduler_warmup_ratio: 0.01
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.33.3
55
+ - Pytorch 2.0.1+cu117
56
+ - Datasets 2.14.5
57
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "length_penalty": 0.5,
5
+ "max_new_tokens": 128,
6
+ "no_repeat_ngram_size": 2,
7
+ "num_beams": 15,
8
+ "pad_token_id": 0,
9
+ "remove_invalid_values": true,
10
+ "transformers_version": "4.33.3"
11
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a34245c4c037f8136f6b32f4eea2de5ab5b62a336d862d88cd12499252286311
3
  size 1164900021
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafa6c97dadb505542fad4722d37a1cc3d02ae94b28fa2b2e4f67b97405ed817
3
  size 1164900021