parable-v21-staging / qwen8b /ship_report.json
AnkitAI's picture
Upload qwen8b/ship_report.json with huggingface_hub
b74af15 verified
Raw
History Blame Contribute Delete
506 Bytes
{
"key": "qwen8b",
"scale": 0.6,
"adapter": "adapter-qwen8b-c2r30-s42",
"sizes": {
"F16": 16388043808,
"Q4_K_M": 5027783712,
"Q5_K_M": 5851112480,
"Q6_K": 6725899296,
"Q8_0": 8709518368
},
"smoke_head": "Here is a Python function that reverses a string:\n\n```python\ndef reverse_string(s):\n return s[::-1]\n```\n\nThis function uses Python's slicing syntax to reverse the string. The `[::-1]` slice means \"start at the end of the string and go backwards, one character at a time.\""
}