ohashi56225 commited on
Commit
5f80509
1 Parent(s): cc859dd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ base_model: retrieva-jp/t5-base-long
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: checkpoints
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
+ # checkpoints
15
+
16
+ This model is a fine-tuned version of [retrieva-jp/t5-base-long](https://huggingface.co/retrieva-jp/t5-base-long) on the [JMultiWOZ dataset](https://github.com/nu-dialogue/jmultiwoz).
17
+
18
+ The details of this model, the dataset, and the usage are described in JMultiWOZ repository: [nu-dialogue/jmultiwoz](https://github.com/nu-dialogue/jmultiwoz)
19
+
20
+ ### Training hyperparameters
21
+
22
+ The following hyperparameters were used during training:
23
+ - learning_rate: 5e-05
24
+ - train_batch_size: 2
25
+ - eval_batch_size: 2
26
+ - seed: 42
27
+ - distributed_type: multi-GPU
28
+ - num_devices: 16
29
+ - total_train_batch_size: 32
30
+ - total_eval_batch_size: 32
31
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
32
+ - lr_scheduler_type: linear
33
+ - num_epochs: 5.0
34
+
35
+ ### Framework versions
36
+
37
+ - Transformers 4.35.0.dev0
38
+ - Pytorch 1.13.1+cu116
39
+ - Datasets 2.14.5
40
+ - Tokenizers 0.14.1