nateraw/stablecode-completion-alpha-3b-4k 🔢📝 → 📝

▶️ 165 runs 📅 Aug 2023 ⚙️ Cog 0.8.6
code-completion code-generation text-generation

About

Example Output

Output

pd.DataFrame(
{
'col1': ['a', 'b', 'c'],
'col2': [1, 2, 3],
}
)

print(df)

Performance Metrics

4.10s Prediction Time
182.85s Total Time
All Input Parameters
{
  "top_k": 50,
  "top_p": 0.95,
  "message": "import pandas as pd\n\ndf = ",
  "temperature": 0.8,
  "max_new_tokens": 128
}
Input Parameters
top_k Type: integerDefault: 50
top_p Type: numberDefault: 0.95
message (required) Type: string
temperature Type: numberDefault: 0.8
system_prompt Type: stringDefault:
System prompt (for chat models). Leave blank if not applicable.
max_new_tokens Type: integerDefault: 1024
Output Schema

Output

Type: arrayItems Type: string

Example Execution Logs
Setting `pad_token_id` to `eos_token_id`:0 for open-end generation.
Version Details
Version ID
e82ebe958f0a5be6846d1a82041925767edb1d1f162596c643e48fbea332b1bb
Version Created
August 8, 2023
Run on Replicate →