intm commited on
Commit
8cb4fad
·
1 Parent(s): 0dfdb21
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -14,6 +14,7 @@ See example below for formatting.
14
  # How to use
15
  Here is how to use this model:
16
 
 
17
  from transformers import T5ForConditionalGeneration, RobertaTokenizer
18
 
19
  # 加载模型和tokenizer
@@ -32,6 +33,7 @@ print(output_text)
32
 
33
 
34
  # this prints "return kmeta.ChildName(rev.GetName(), "-pa")"
 
35
 
36
  # Training data
37
  YinShicheng
 
14
  # How to use
15
  Here is how to use this model:
16
 
17
+ ```
18
  from transformers import T5ForConditionalGeneration, RobertaTokenizer
19
 
20
  # 加载模型和tokenizer
 
33
 
34
 
35
  # this prints "return kmeta.ChildName(rev.GetName(), "-pa")"
36
+ ```
37
 
38
  # Training data
39
  YinShicheng