Sayan18 commited on
Commit
e45cb5b
1 Parent(s): 5b3182e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ This model is a fine-tuned version of [bigcode/starcoder2-3b](https://huggingfac
22
 
23
  ## Model description
24
 
25
- This fine-tuned model builds upon the `bigcode/starcoder2-3b` base model, further specializing it for code completion tasks using the rich `bigcode/the-stack-smol` dataset on SQL data. This dataset focuses on code snippets and solutions, allowing the model to suggest relevant completions and potentially even generate code based on your prompts.
26
 
27
 
28
  ## Intended uses & limitations
 
22
 
23
  ## Model description
24
 
25
+ This fine-tuned model builds upon the `bigcode/starcoder2-3b` base model, further specializing it for code completion tasks using the `bigcode/the-stack-smol` dataset on SQL data. This dataset focuses on code snippets and solutions, allowing the model to suggest relevant completions and potentially even generate code based on your prompts.
26
 
27
 
28
  ## Intended uses & limitations