Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This model is a fine-tuned version of [bigcode/starcoder2-3b](https://huggingfac
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
The `finetunedPHP_starcoder2` model is based on the `starcoder2-3b` architecture, fine-tuned specifically on PHP code from the-stack-smol dataset. It is intended for code generation tasks related to PHP programming.
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
@@ -32,7 +32,7 @@ The `finetunedPHP_starcoder2` model is suitable for generating PHP code snippets
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
The model was trained on a dataset consisting of PHP code samples collected from the-stack-smol dataset. The training data included code snippets from PHP repositories, forums, and online tutorials.
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
The `finetunedPHP_starcoder2` model is based on the `starcoder2-3b` architecture, fine-tuned specifically on PHP code from `the-stack-smol` dataset. It is intended for code generation tasks related to PHP programming.
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
The model was trained on a dataset consisting of PHP code samples collected from `the-stack-smol` dataset. The training data included code snippets from PHP repositories, forums, and online tutorials.
|
36 |
|
37 |
## Training procedure
|
38 |
|