Text Generation
Transformers
English
codegen
Inference Endpoints
codegen-6B-lora / README.md
mhhmm's picture
Update README.md
56ec5ba
|
raw
history blame
1.19 kB
metadata
license: mit
datasets:
  - mhhmm/leetcode-solutions-python
  - deepmind/code_contests
language:
  - en
library_name: transformers
pipeline_tag: text-generation
widget:
  - text: >2
       # You are given a 0-indexed m x n integer matrix grid. The width of a column is the maximum length of its integers.
      # For example, if grid = [[-10], [3], [12]], the width of the only column
      is 3 since -10 is of length 3.

      # Return an integer array ans of size n where ans[i] is the width of the
      ith column.

      # The length of an integer x with len digits is equal to len if x is
      non-negative, and len + 1 otherwise.

      class Solution: def findColumnWidth(self, grid: List[List[int]]) ->
      List[int]:
    example_title: New Medium Problem on Leetcode

LLM: Salesforce/CodeGen-6B-Mono

I'm using Peft for tuning

Tuning: