darwinkernelpanic commited on
Commit
6e7ed6c
·
verified ·
1 Parent(s): 514301d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -113,14 +113,14 @@ It achieves the following results on the evaluation set:
113
  ## Model description
114
 
115
  The model was fine-tuned on the Roblox/luau_corpus dataset which was converted to have the "prompt" collum replaced by "text" for compatibility reasons.
116
- It was fine-tuned for improved knowledge and performance on Luau code (Roblox's Lua dialect, see [luau.org](luau.org)), which should end up improving code quality for Luau and Roblox projects.
117
 
118
  ## Intended uses & limitations
119
 
120
  This model is intended for use within applications that use the Luau programming language, including but not limited to
121
  - Roblox projects
122
  - Standalone Luau projects (Lune?)
123
- It may have limitations for projects that
124
  - Use alternative languages
125
  - Use Lua
126
  - Non programming related projects
 
113
  ## Model description
114
 
115
  The model was fine-tuned on the Roblox/luau_corpus dataset which was converted to have the "prompt" collum replaced by "text" for compatibility reasons.
116
+ It was fine-tuned for improved knowledge and performance on Luau code (Roblox's Lua dialect, see [luau.org](https://luau.org)), which should end up improving code quality for Luau and Roblox projects.
117
 
118
  ## Intended uses & limitations
119
 
120
  This model is intended for use within applications that use the Luau programming language, including but not limited to
121
  - Roblox projects
122
  - Standalone Luau projects (Lune?)
123
+ \nIt may have limitations for projects that
124
  - Use alternative languages
125
  - Use Lua
126
  - Non programming related projects