VHellendoorn / Code-LMs

Guide to using pre-trained large language models of source code
MIT License
1.78k stars 247 forks source link

Generate code #37

Open karthikeyan91930 opened 1 year ago

karthikeyan91930 commented 1 year ago

Hi may i know how to generate code based on this model. for example are we able generate code in C# for simple task.if possible can you guide me how to write code.thanks in advance.

kevalgithub1211 commented 1 year ago

def venn_diagram (B,C,D) :

Parameters: four sets B, C, D

Returns:

A single set that combines sets B, C and D in the manner

shown as a shaded area on the Venn diagram in the document

venn_diagram.pdf that you will find in the Zip archive

you downloaded from Canvas

The original sets B, C and D are left unchanged

return None    # code stub
urialon commented 1 year ago

Hi @karthikeyan91930 , Thank you for your interest in our work!

Do you have any specific questions? We would love to help.

Best, Uri