zhuqi commited on
Commit
e693e0a
1 Parent(s): 401df6a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: context_0
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # context_0
13
+
14
+ This model is a fine-tuned version of [output/nlg/multiwoz21/system/context_0](https://huggingface.co/output/nlg/multiwoz21/system/context_0) on an unknown dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 0.001
34
+ - train_batch_size: 128
35
+ - eval_batch_size: 64
36
+ - seed: 42
37
+ - gradient_accumulation_steps: 4
38
+ - total_train_batch_size: 512
39
+ - optimizer: Adafactor
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 10.0
42
+
43
+ ### Framework versions
44
+
45
+ - Transformers 4.18.0
46
+ - Pytorch 1.10.2+cu102
47
+ - Datasets 1.18.3
48
+ - Tokenizers 0.11.0