Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,6 @@ base_model:
|
|
7 |
library_name: transformers
|
8 |
tags:
|
9 |
- text-to-code
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
Here we just provide the resources to run the ai model on the laptop all the original model is developed by the Salesforce
|
|
|
7 |
library_name: transformers
|
8 |
tags:
|
9 |
- text-to-code
|
10 |
+
---
|
11 |
+
|
12 |
+
Use only python version 3.10.9 for the development See the document.txt there you get the full step by step process of the project text-to-code-using-codegen-project_guide Here we use the Salesforce/codegen-350M-multi with BSD-3-Clause licensed This repository by RemiAI3 provides a free educational resource for students to fine-tune the codegen-350M-multi for code generation tasks. Detailed instructions are in document.txt.
|
|