suriya7 commited on
Commit
67be776
·
verified ·
1 Parent(s): 39a022b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -5,19 +5,19 @@ datasets:
5
  language:
6
  - en
7
  widget:
8
- - example_title: Python!
9
- messages:
10
- - role: system
11
- content: based on given instruction create a solution
12
- - role: user
13
- content: "here are the instruction write a function that add two list"
14
  tags:
15
  - code
16
  inference:
17
  parameters:
18
  max_new_tokens: 100
19
  do_sample: false
20
- pipeline_tag: text2text-generation
21
  ---
22
  # Gemma-2B Fine-Tuned Python Model
23
 
 
5
  language:
6
  - en
7
  widget:
8
+ - example_title: Python!
9
+ messages:
10
+ - role: system
11
+ content: based on given instruction create a solution
12
+ - role: user
13
+ content: here are the instruction write a function that add two list
14
  tags:
15
  - code
16
  inference:
17
  parameters:
18
  max_new_tokens: 100
19
  do_sample: false
20
+ pipeline_tag: text-generation
21
  ---
22
  # Gemma-2B Fine-Tuned Python Model
23