Mxode commited on
Commit
2280c00
·
verified ·
1 Parent(s): 1dc5130

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -3,6 +3,20 @@ license: gpl-3.0
3
  language:
4
  - en
5
  - zh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
  # NanoLM-0.3B-Instruct-v1
8
 
@@ -226,5 +240,4 @@ print("反转后的字符串为:", reversed_string)
226
 
227
  在这个示例中,我们定义了一个名为`reverse_string`的函数,它接收一个字符串参数`s`,并使用切片功能`[::-1]`来反转字符串。然后,我们从用户那里获取输入,调用`reverse_string`函数,并打印反转后的字符串。
228
  """
229
- ````
230
-
 
3
  language:
4
  - en
5
  - zh
6
+ pipeline_tag: text-generation
7
+ model-index:
8
+ - name: NanoLM-0.3B-Instruct-v1
9
+ results:
10
+ - task:
11
+ type: text-generation
12
+ dataset:
13
+ name: TriviaQA
14
+ type: TriviaQA
15
+ metrics:
16
+ - name: TriviaQA
17
+ type: TriviaQA
18
+ value: 12.87
19
+ ---
20
  ---
21
  # NanoLM-0.3B-Instruct-v1
22
 
 
240
 
241
  在这个示例中,我们定义了一个名为`reverse_string`的函数,它接收一个字符串参数`s`,并使用切片功能`[::-1]`来反转字符串。然后,我们从用户那里获取输入,调用`reverse_string`函数,并打印反转后的字符串。
242
  """
243
+ ````