codellama-13b-python-ggml / examples_list.py
ffreemt
Update
83cfba4
"""Setup examples."""
# pylint: disable=invalid-name, line-too-long
examples_list = [
["Python Program for Bubble Sort"],
["Bubble Sort"],
["Python Program to Print the Fibonacci sequence"],
["""Convert js code "const numbers = [1, 2, 3, 4, 5]; console.log(numbers.includes(4));" to python code."""],
["Print the Fibonacci sequence"],
["给出判断一个数是不是质数的 python 码。"],
["给出实现python 里 range(10)的 javascript 码。"],
["给出实现python 里 [*(range(10)]的 javascript 码。"],
]