Update README.md
Browse files
README.md
CHANGED
@@ -24,18 +24,17 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
-
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
## Training procedure
|
38 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This model can convert a given pseudo-code or algorithm to Python source code.
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
This model can be used by reasearchers, students and developers who are struggling to convert algorithms to code.
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
The model was trained using ananyarn/Algorithm_and_Python_Source_Code.
|
|
|
|
|
36 |
|
37 |
+
<!--## Training procedure-->
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|