remiai3 commited on
Commit
383ca4f
·
verified ·
1 Parent(s): 56f9c6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -7,7 +7,6 @@ base_model:
7
  library_name: transformers
8
  tags:
9
  - text-to-code
10
- ----------------------------------------------------------------
11
- NOTE: First read the document.txt file then you will an idea about the project how to it in the laptop locally
12
- In this Hugging face repo you get the resources to run the text to code gen ai model codegen by Salesforce
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.