Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,15 @@ metrics:
|
|
| 17 |
- perplexity
|
| 18 |
- code_eval
|
| 19 |
new_version: OpceanAI/Yuuki-v0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
<div align="center">
|
| 22 |
|
|
|
|
| 17 |
- perplexity
|
| 18 |
- code_eval
|
| 19 |
new_version: OpceanAI/Yuuki-v0.1
|
| 20 |
+
inference: true
|
| 21 |
+
widget:
|
| 22 |
+
- text: "def fibonacci(n):"
|
| 23 |
+
example_title: "Python Function"
|
| 24 |
+
- text: "module Main where"
|
| 25 |
+
example_title: "Agda Module"
|
| 26 |
+
- text: "int main() {"
|
| 27 |
+
example_title: "C Program"
|
| 28 |
+
|
| 29 |
---
|
| 30 |
<div align="center">
|
| 31 |
|