akshaybharadwaj96 commited on
Commit
4a12398
·
verified ·
1 Parent(s): 6d3fd52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,12 +1,18 @@
1
  ---
2
  base_model: Salesforce/codegen-350M-mono
3
  library_name: peft
 
 
 
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
@@ -18,14 +24,13 @@ library_name: peft
18
 
19
 
20
  - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
  - **Model type:** [More Information Needed]
24
  - **Language(s) (NLP):** [More Information Needed]
25
  - **License:** [More Information Needed]
26
  - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
- ### Model Sources [optional]
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
@@ -198,5 +203,5 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
198
 
199
  [More Information Needed]
200
  ### Framework versions
201
-
202
  - PEFT 0.7.2.dev0
 
1
  ---
2
  base_model: Salesforce/codegen-350M-mono
3
  library_name: peft
4
+ license: apache-2.0
5
+ datasets:
6
+ - google/code_x_glue_ct_code_to_text
7
+ language:
8
+ - en
9
+ pipeline_tag: text-generation
10
  ---
11
 
12
+ # CodeGen-ft-python
13
 
14
  <!-- Provide a quick summary of what the model is/does. -->
15
+ Generate python code from natural language prompts.
16
 
17
 
18
  ## Model Details
 
24
 
25
 
26
  - **Developed by:** [More Information Needed]
27
+
 
28
  - **Model type:** [More Information Needed]
29
  - **Language(s) (NLP):** [More Information Needed]
30
  - **License:** [More Information Needed]
31
  - **Finetuned from model [optional]:** [More Information Needed]
32
 
33
+ <!-- ### Model Sources [optional]
34
 
35
  <!-- Provide the basic links for the model. -->
36
 
 
203
 
204
  [More Information Needed]
205
  ### Framework versions
206
+ -->
207
  - PEFT 0.7.2.dev0