Nocare3 commited on
Commit
34f9ecb
·
verified ·
1 Parent(s): b874b90

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - love2d
9
+ - lua
10
+ - game
11
+ - engine
12
+ - api
13
+ - questions
14
+ - answers
15
+ - queries
16
+ pretty_name: LOVE2d API Queries
17
+ size_categories:
18
+ - 1K<n<10K
19
+ ---
20
+
21
+ LOVE2d API - Lua Game Engine
22
+
23
+ This dataset represents the API documentation for the LOVE2d Lua game engine. It was taken from https://love2d-community.github.io/love-api.
24
+
25
+ The goal is to use it to train a chatbot that can easily answer users' questions regarding the engine.
26
+
27
+ This would likely help people that want a more conversational approach to finding the code they need for specific tasks.