add first bits of jinja template support

This commit is contained in:
Andreas Köpf
2022-12-21 20:17:47 +01:00
parent 55c79b98f1
commit d20828e759
9 changed files with 133 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
```
________ __
\_____ \ _____ _____ _______/ |_
/ | \\__ \ \__ \ / ___/\ __\
/ | \/ __ \_/ __ \_\___ \ | |
\_______ (____ (____ /____ > |__|
\/ \/ \/ \/
{{bot_name}} {{version}}
git hash: {{git_hash}}
debug_mode: {{debug}}
```
https://github.com/LAION-AI/Open-Assistant
+7
View File
@@ -0,0 +1,7 @@
Rate the following summary:
{{task.summary}}
Full text:
{{task.full_text}}
Rating scale: {{task.scale.min}} - {{task.scale.max}}
+6
View File
@@ -0,0 +1,6 @@
Hi there,
I am the **Open-Assistant Junior Bot** 🤖. I would love to get your feedback 🤗!
Currently I am still learning from human demonstrations how to reply to instructions. When I am grown up I want to become a fully functional AI Assistant language model that is fully open-sourced and assists millions of humans all over the world.
Type `/tutorial` to start the tutorial or `/help` to see a list of all my commands.