Text Generation
Transformers
English
codegen
Inference Endpoints
codegen-6B-lora / README.md
mhhmm's picture
Update README.md
3a74a18
|
raw
history blame
810 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

      def twoSum(array, target) -> List[int]: 
    example_title: Twosum problem

LLM: Salesforce/CodeGen-6B-Mono

I'm using Peft for tuning

Tuning: