nateraw/stablecode-completion-alpha-3b-4k 🔢📝 → 📝
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
- top_p
- message (required)
- temperature
- system_prompt
- System prompt (for chat models). Leave blank if not applicable.
- max_new_tokens
Output Schema
Output
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