p1atdev commited on
Commit
35821b3
1 Parent(s): 8d7ec91

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
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
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.0001
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 16
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine
45
+ - lr_scheduler_warmup_steps: 90
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.34.0
55
+ - Pytorch 2.0.0+cu118
56
+ - Datasets 2.14.5
57
+ - Tokenizers 0.14.0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "length_penalty": 0.6,
6
+ "max_length": 64,
7
+ "no_repeat_ngram_size": 2,
8
+ "num_beams": 15,
9
+ "pad_token_id": 0,
10
+ "transformers_version": "4.34.0"
11
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a926e3d19cc59d56c8f2cf5e01e80f9f0ec496b2263fe9e68b3bde2bba8e791
3
  size 1164900021
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd77a9365c83c25c1d6c88562540c7830d39b0a7cb63e1f913c61aaf2c84804
3
  size 1164900021