ArvinZhuang commited on
Commit
c41c126
1 Parent(s): 2ceb9d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -2,6 +2,19 @@
2
  license: apache-2.0
3
  library_name: transformers
4
  pipeline_tag: text2text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  ## Model description
 
2
  license: apache-2.0
3
  library_name: transformers
4
  pipeline_tag: text2text-generation
5
+
6
+ inference:
7
+ parameters:
8
+ do_sample: true
9
+ max_length: 64
10
+ top_k: 10
11
+ temperature: 1
12
+ num_return_sequences: 10
13
+ widget:
14
+ - text: >-
15
+ Generate a Japanese question for this passage: Transformer (machine learning model) A transformer is a deep learning model that adopts the mechanism of self-attention, differentially weighting the significance of each part of the input (which includes the recursive output) data.
16
+
17
+ example_title: Generate Japanese questions
18
  ---
19
 
20
  ## Model description