Text Generation
Transformers
English
codegen
codegen-6B-lora / README.md
mhhmm's picture
Update README.md
40a32e4
|
raw
history blame
839 Bytes
metadata
license: mit
datasets:
  - mhhmm/leetcode-solutions-python
  - deepmind/code_contests
language:
  - en
library_name: transformers
pipeline_tag: text-generation
widget:
  - text: |2-
       # Given an array of integers, return indices of the two numbers such that they add up to a specific target
      class Solution: def twoSum(self, array, target) -> List[int]: ``` 
    example_title: Twosum problem

LLM: Salesforce/CodeGen-6B-Mono

I'm using Peft for tuning

Tuning: