tianbaoxiexxx commited on
Commit
756c79e
1 Parent(s): 61c9801

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -2,11 +2,11 @@
2
  pipeline_tag: text-generation
3
  inference: true
4
  widget:
5
- - text: 'def factorial(n):'
6
- example_title: Factorial
7
  group: Python
8
- - text: 'def recur_fibo(n):'
9
- example_title: Recursive Fibonacci
10
  group: Python
11
  license: llama2
12
  library_name: transformers
 
2
  pipeline_tag: text-generation
3
  inference: true
4
  widget:
5
+ - text: "What's lemur's favorite fruit?"
6
+ example_title: Lemur favorite fruit
7
  group: Python
8
+ - text: 'Write a Python function to merge two sorted lists into one sorted list without using any built-in sort functions.'
9
+ example_title: Merge Sort
10
  group: Python
11
  license: llama2
12
  library_name: transformers