niron1 / openorca-platypus2-13b
OpenOrca-Platypus2-13B is a merge of garage-bAInd/Platypus2-13B and Open-Orca/OpenOrcaxOpenChat-Preview2-13B.
- Public
- 1.4K runs
-
L40S
- Paper
Prediction
niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535IDgychnsdb6p7owmajbgxf7utvyyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- seed
- -1
- prompt
- write a 5 lines poem about the love between Joe Biden and Donald Trump
- temperature
- 0.9
- max_new_tokens
- 1000
- repetition_penalty
- 1.1
{ "seed": -1, "prompt": "write a 5 lines poem about the love between Joe Biden and Donald Trump", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run niron1/openorca-platypus2-13b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535", { input: { seed: -1, prompt: "write a 5 lines poem about the love between Joe Biden and Donald Trump", temperature: 0.9, max_new_tokens: 1000, repetition_penalty: 1.1 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run niron1/openorca-platypus2-13b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535", input={ "seed": -1, "prompt": "write a 5 lines poem about the love between Joe Biden and Donald Trump", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 } ) # The niron1/openorca-platypus2-13b model can stream output as it's running. # The predict method returns an iterator, and you can iterate over that output. for item in output: # https://replicate.com/niron1/openorca-platypus2-13b/api#output-schema print(item, end="")
To learn more, take a look at the guide on getting started with Python.
Run niron1/openorca-platypus2-13b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535", "input": { "seed": -1, "prompt": "write a 5 lines poem about the love between Joe Biden and Donald Trump", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/niron1/openorca-platypus2-13b@sha256:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535 \ -i 'seed=-1' \ -i 'prompt="write a 5 lines poem about the love between Joe Biden and Donald Trump"' \ -i 'temperature=0.9' \ -i 'max_new_tokens=1000' \ -i 'repetition_penalty=1.1'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/niron1/openorca-platypus2-13b@sha256:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": -1, "prompt": "write a 5 lines poem about the love between Joe Biden and Donald Trump", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
. Oh great leaders, both strong and brave; United in their nation's cause. Despite differences they stand tall, Proving that love triumphs over all. United States, blessed and at peace, Shall forever be under your wise reign. (Note: This is just for fun and not meant to endorse or support any political affiliations.){ "completed_at": "2023-08-20T12:06:11.793850Z", "created_at": "2023-08-20T12:06:08.128738Z", "data_removed": false, "error": null, "id": "gychnsdb6p7owmajbgxf7utvyy", "input": { "seed": -1, "prompt": "write a 5 lines poem about the love between Joe Biden and Donald Trump", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 }, "logs": "seed 1692533168\nraw llm output: <s> write a 5 lines poem about the love between Joe Biden and Donald\nraw llm output:\nraw llm output: Trump.\nraw llm output:\nraw llm output:\nraw llm output:Oh\nraw llm output: great\nraw llm output:\nraw llm output: leaders,\nraw llm output: both\nraw llm output: strong\nraw llm output: and\nraw llm output:\nraw llm output: brave;\nraw llm output: United\nraw llm output: in\nraw llm output: their\nraw llm output:\nraw llm output:\nraw llm output: nation's\nraw llm output:\nraw llm output: cause.\nraw llm output: Despite\nraw llm output: differences\nraw llm output: they\nraw llm output: stand\nraw llm output:\nraw llm output: tall,\nraw llm output:\nraw llm output: Proving\nraw llm output: that\nraw llm output: love\nraw llm output:\nraw llm output: triumphs\nraw llm output: over\nraw llm output:\nraw llm output: all.\nraw llm output: United\nraw llm output:\nraw llm output: States,\nraw llm output:\nraw llm output: blessed\nraw llm output: and\nraw llm output: at\nraw llm output:\nraw llm output: peace,\nraw llm output:\nraw llm output: Shall\nraw llm output: forever\nraw llm output: be\nraw llm output: under\nraw llm output: your\nraw llm output: wise\nraw llm output:\nraw llm output: reign.\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: (Note:\nraw llm output: This\nraw llm output: is\nraw llm output: just\nraw llm output: for\nraw llm output: fun\nraw llm output: and\nraw llm output: not\nraw llm output: meant\nraw llm output: to\nraw llm output: \nraw llm output:\nraw llm output: endorse\nraw llm output: or\nraw llm output: support\nraw llm output: any\nraw llm output: political\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: affiliations.)</s>", "metrics": { "predict_time": 3.690871, "total_time": 3.665112 }, "output": [ ".\n", "\nOh gr", "eat leade", "rs, b", "oth str", "ong ", "and bra", "ve; Uni", "ted", " in th", "eir natio", "n's cau", "se. Desp", "ite differen", "ces t", "hey st", "and ta", "ll, Prov", "ing t", "hat l", "ove trium", "phs o", "ver a", "ll. Uni", "ted Stat", "es, bles", "sed ", "and", " at pea", "ce, Sh", "all fore", "ver", " be un", "der y", "our w", "ise rei", "g", "n.\n\n(No", "te: T", "his", " is j", "ust ", "for ", "fun ", "and ", "not me", "ant", " to endo", "rse", " or supp", "ort ", "any politi", "cal affiliations.)" ], "started_at": "2023-08-20T12:06:08.102979Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gychnsdb6p7owmajbgxf7utvyy", "cancel": "https://api.replicate.com/v1/predictions/gychnsdb6p7owmajbgxf7utvyy/cancel" }, "version": "d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535" }
Generated inseed 1692533168 raw llm output: <s> write a 5 lines poem about the love between Joe Biden and Donald raw llm output: raw llm output: Trump. raw llm output: raw llm output: raw llm output:Oh raw llm output: great raw llm output: raw llm output: leaders, raw llm output: both raw llm output: strong raw llm output: and raw llm output: raw llm output: brave; raw llm output: United raw llm output: in raw llm output: their raw llm output: raw llm output: raw llm output: nation's raw llm output: raw llm output: cause. raw llm output: Despite raw llm output: differences raw llm output: they raw llm output: stand raw llm output: raw llm output: tall, raw llm output: raw llm output: Proving raw llm output: that raw llm output: love raw llm output: raw llm output: triumphs raw llm output: over raw llm output: raw llm output: all. raw llm output: United raw llm output: raw llm output: States, raw llm output: raw llm output: blessed raw llm output: and raw llm output: at raw llm output: raw llm output: peace, raw llm output: raw llm output: Shall raw llm output: forever raw llm output: be raw llm output: under raw llm output: your raw llm output: wise raw llm output: raw llm output: reign. raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: (Note: raw llm output: This raw llm output: is raw llm output: just raw llm output: for raw llm output: fun raw llm output: and raw llm output: not raw llm output: meant raw llm output: to raw llm output: raw llm output: raw llm output: endorse raw llm output: or raw llm output: support raw llm output: any raw llm output: political raw llm output: raw llm output: raw llm output: raw llm output: affiliations.)</s>
Prediction
niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535IDz4k4sktb3yyuba64mxadw7xf6aStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- seed
- -1
- prompt
- can ducks fly?
- temperature
- 0.9
- max_new_tokens
- 1000
- repetition_penalty
- 1.1
{ "seed": -1, "prompt": "can ducks fly?", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run niron1/openorca-platypus2-13b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535", { input: { seed: -1, prompt: "can ducks fly?", temperature: 0.9, max_new_tokens: 1000, repetition_penalty: 1.1 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run niron1/openorca-platypus2-13b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535", input={ "seed": -1, "prompt": "can ducks fly?", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 } ) # The niron1/openorca-platypus2-13b model can stream output as it's running. # The predict method returns an iterator, and you can iterate over that output. for item in output: # https://replicate.com/niron1/openorca-platypus2-13b/api#output-schema print(item, end="")
To learn more, take a look at the guide on getting started with Python.
Run niron1/openorca-platypus2-13b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "niron1/openorca-platypus2-13b:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535", "input": { "seed": -1, "prompt": "can ducks fly?", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog:brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/niron1/openorca-platypus2-13b@sha256:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535 \ -i 'seed=-1' \ -i 'prompt="can ducks fly?"' \ -i 'temperature=0.9' \ -i 'max_new_tokens=1000' \ -i 'repetition_penalty=1.1'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/niron1/openorca-platypus2-13b@sha256:d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": -1, "prompt": "can ducks fly?", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
Can ducks fly? Yes, ducks can fly. Many species of ducks have a strong and rapid wingbeat, which enables them to be efficient in flight compared to many other birds. However, not all ducks are migratory, so while flying is instinctive to most species, domesticated ducks can lose this ability if they're bred without it or not given the opportunity to exercise their wings. In general, ducks that are wild, large, and long-bodied are better equipped for flight. Some smaller, heavier species are also capable of flying but might struggle more due to their size. Fully grown male ducks (drakes) weigh considerably more than females (ducks/hens), averaging from 4 to 8 pounds, depending on the species. This additional weight could limit their agility and maneuverability when flying. Mixed with geese, ducks contribute to a unique spectacle during migration. Ducks and geese can fly up to speeds of between 30 mph (about 48 km/h) and 50 mph (more than 80 km/h). Migratory waterfowl generally undertake these flights at altitudes of around 1,000–2,000 feet (about 300–600 meters). Despite being able to fly, ducks often rest and feed in aquatic environments instead of remaining in flight. They prefer wading on the surface or diving underwater to find food. In summary, despite some domesticated and individual differences, most duck species are known for their flight capabilities. If you want to know why most ducks do not generally go high during their migration, check out the video about "Why don't birds migrate higher?"{ "completed_at": "2023-08-20T12:07:25.433728Z", "created_at": "2023-08-20T12:07:06.209786Z", "data_removed": false, "error": null, "id": "z4k4sktb3yyuba64mxadw7xf6a", "input": { "seed": -1, "prompt": "can ducks fly?", "temperature": 0.9, "max_new_tokens": 1000, "repetition_penalty": 1.1 }, "logs": "seed 1692533226\nraw llm output: <s> can ducks\nraw llm output: fly?\nraw llm output:\nraw llm output:\nraw llm output:Can\nraw llm output:\nraw llm output: ducks\nraw llm output:\nraw llm output: fly?\nraw llm output:\nraw llm output:\nraw llm output: Yes,\nraw llm output:\nraw llm output: ducks\nraw llm output: can\nraw llm output:\nraw llm output: fly.\nraw llm output: Many\nraw llm output: species\nraw llm output: of\nraw llm output:\nraw llm output: ducks\nraw llm output: have\nraw llm output: a\nraw llm output: strong\nraw llm output: and\nraw llm output: rapid\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: wingbeat,\nraw llm output: which\nraw llm output: enables\nraw llm output: them\nraw llm output: to\nraw llm output: be\nraw llm output: efficient\nraw llm output: in\nraw llm output: flight\nraw llm output: compared\nraw llm output: to\nraw llm output: many\nraw llm output: other\nraw llm output:\nraw llm output: birds.\nraw llm output:\nraw llm output: However,\nraw llm output: not\nraw llm output: all\nraw llm output:\nraw llm output: ducks\nraw llm output: are\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: migratory,\nraw llm output: so\nraw llm output: while\nraw llm output: flying\nraw llm output: is\nraw llm output:\nraw llm output: instinctive\nraw llm output: to\nraw llm output: most\nraw llm output:\nraw llm output: species,\nraw llm output: \nraw llm output: domesticated\nraw llm output:\nraw llm output: ducks\nraw llm output: can\nraw llm output: lose\nraw llm output: this\nraw llm output: ability\nraw llm output: if\nraw llm output:\nraw llm output:\nraw llm output: they're\nraw llm output:\nraw llm output: bred\nraw llm output: without\nraw llm output: it\nraw llm output: or\nraw llm output: not\nraw llm output: given\nraw llm output: the\nraw llm output: opportunity\nraw llm output: to\nraw llm output: exercise\nraw llm output: their\nraw llm output:\nraw llm output: wings.\nraw llm output:\nraw llm output:\nraw llm output: In\nraw llm output:\nraw llm output: general,\nraw llm output:\nraw llm output: ducks\nraw llm output: that\nraw llm output: are\nraw llm output:\nraw llm output: wild,\nraw llm output:\nraw llm output: large,\nraw llm output: and\nraw llm output:\nraw llm output:\nraw llm output: \nraw llm output:\nraw llm output: long-bodied\nraw llm output: are\nraw llm output: better\nraw llm output: \nraw llm output: equipped\nraw llm output: for\nraw llm output:\nraw llm output: flight.\nraw llm output: Some\nraw llm output:\nraw llm output: smaller,\nraw llm output:\nraw llm output:heavier\nraw llm output: species\nraw llm output: are\nraw llm output: also\nraw llm output: capable\nraw llm output: of\nraw llm output: flying \nraw llm output: but\nraw llm output: might\nraw llm output: struggle\nraw llm output: more\nraw llm output: due\nraw llm output: to\nraw llm output: their\nraw llm output:\nraw llm output: size.\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: Fully\nraw llm output: grown\nraw llm output: male\nraw llm output:\nraw llm output: ducks\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: (drakes) \nraw llm output:\nraw llm output: weigh\nraw llm output:\nraw llm output: considerably\nraw llm output: more\nraw llm output: than\nraw llm output: females\nraw llm output:\nraw llm output: \nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: (ducks/hens),\nraw llm output:\nraw llm output: averaging\nraw llm output: from\nraw llm output:\nraw llm output: 4\nraw llm output: to\nraw llm output:\nraw llm output: 8\nraw llm output:\nraw llm output:pounds,\nraw llm output: depending\nraw llm output: on\nraw llm output: the\nraw llm output:\nraw llm output: species.\nraw llm output: This\nraw llm output: additional\nraw llm output: weight\nraw llm output: could\nraw llm output: limit\nraw llm output: their\nraw llm output:\nraw llm output: agility\nraw llm output: and\nraw llm output: \nraw llm output:\nraw llm output:\nraw llm output: maneuverability\nraw llm output: when\nraw llm output:\nraw llm output: flying.\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: Mixed\nraw llm output: with\nraw llm output:\nraw llm output:\nraw llm output: geese,\nraw llm output:\nraw llm output: ducks\nraw llm output: contribute\nraw llm output: to\nraw llm output: a\nraw llm output: unique\nraw llm output:\nraw llm output: spectacle\nraw llm output: during\nraw llm output:\nraw llm output: migration.\nraw llm output:\nraw llm output:\nraw llm output: Ducks\nraw llm output: and\nraw llm output:\nraw llm output: geese\nraw llm output: can\nraw llm output: fly\nraw llm output: up\nraw llm output: to\nraw llm output: \nraw llm output: speeds \nraw llm output: of\nraw llm output: between\nraw llm output:\nraw llm output:\nraw llm output: 30\nraw llm output:\nraw llm output: mph\nraw llm output: \nraw llm output: (about\nraw llm output:\nraw llm output:\nraw llm output: 48\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: km/h)\nraw llm output: and\nraw llm output:\nraw llm output:\nraw llm output: 50\nraw llm output:\nraw llm output: mph\nraw llm output:\nraw llm output: (more\nraw llm output: than\nraw llm output:\nraw llm output:\nraw llm output: 80\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: km/h).\nraw llm output:\nraw llm output:\nraw llm output: Migratory\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: waterfowl\nraw llm output: generally\nraw llm output:\nraw llm output: undertake\nraw llm output: these\nraw llm output:\nraw llm output: flights\nraw llm output: at\nraw llm output:\nraw llm output:altitudes\nraw llm output: of\nraw llm output: around\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: 1,000–2,000\nraw llm output: feet\nraw llm output:\nraw llm output: (about\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: \nraw llm output:\nraw llm output:\nraw llm output: \nraw llm output: 300–600\nraw llm output:\nraw llm output: meters).\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output:\nraw llm output: Despite\nraw llm output: being\nraw llm output: able\nraw llm output: to\nraw llm output:\nraw llm output: fly,\nraw llm output:\nraw llm output: ducks\nraw llm output: often\nraw llm output: rest\nraw llm output:and\nraw llm output: feed\nraw llm output: in\nraw llm output:\nraw llm output: aquatic\nraw llm output: environments\nraw llm output: instead\nraw llm output: of\nraw llm output: remaining\nraw llm output: in\nraw llm output:\nraw llm output: flight.\nraw llm output: They\nraw llm output: prefer\nraw llm output:\nraw llm output: wading\nraw llm output: on\nraw llm output: the\nraw llm output: surface\nraw llm output: or\nraw llm output: \nraw llm output:diving\nraw llm output:\nraw llm output: underwater\nraw llm output: to\nraw llm output: find\nraw llm output:\nraw llm output: food.\nraw llm output: In\nraw llm output: \nraw llm output: summary,\nraw llm output: despite\nraw llm output: some\nraw llm output:\nraw llm output: domesticated\nraw llm output: and\nraw llm output: individual\nraw llm output:\nraw llm output: differences,\nraw llm output: most\nraw llm output:\nraw llm output: duck\nraw llm output: species\nraw llm output: are\nraw llm output: known\nraw llm output: for\nraw llm output: their\nraw llm output: flight\nraw llm output:\nraw llm output: capabilities.\nraw llm output:\nraw llm output:\nraw llm output: If\nraw llm output: you\nraw llm output: want\nraw llm output: to\nraw llm output: know\nraw llm output: why\nraw llm output: most\nraw llm output:\nraw llm output: ducks\nraw llm output:do\nraw llm output: not\nraw llm output: generally\nraw llm output: go\nraw llm output: high\nraw llm output: during\nraw llm output: their\nraw llm output: \nraw llm output: migration,\nraw llm output: check\nraw llm output: out\nraw llm output: the\nraw llm output: video\nraw llm output: about\nraw llm output:\nraw llm output: \"Why\nraw llm output:\nraw llm output:\nraw llm output: don't\nraw llm output: birds\nraw llm output:\nraw llm output: migrate\nraw llm output:\nraw llm output:\nraw llm output: higher?\"</s>", "metrics": { "predict_time": 19.2406, "total_time": 19.223942 }, "output": [ "", "Can du", "cks f", "ly?\nY", "es, du", "cks ", "can f", "ly. M", "any spec", "ies", " of du", "cks h", "av", "e a str", "ong ", "and ra", "pid wingbe", "at, wh", "ich enab", "les t", "hem", " to", " be effici", "ent", " in fli", "ght compa", "red", " to m", "any ot", "her bir", "ds. Howev", "er, ", "not ", "all du", "cks ", "are migrato", "ry,", " so wh", "ile fly", "ing", " is instinct", "ive", " to m", "ost speci", "es, domestica", "ted du", "cks ", "can l", "ose t", "his abil", "ity", " if they", "'re b", "red with", "out", " it", " or ", "not gi", "ven ", "the opportun", "ity", " to exerc", "ise th", "eir win", "g", "s.\n", "\nIn gener", "al, du", "cks t", "hat ", "are wi", "ld, lar", "ge, ", "and long-bod", "ied ", "are bet", "ter equip", "ped ", "for flig", "ht. S", "ome small", "er, heav", "ier spec", "ies ", "are a", "lso capa", "ble", " of fly", "ing ", "but mi", "ght strug", "gle m", "ore ", "due", " to th", "eir si", "z", "e.\n\nFu", "lly gr", "own m", "ale du", "cks (drak", "es) we", "igh considera", "bly m", "ore t", "han fema", "les (ducks/hen", "s), averag", "ing f", "ro", "m 4", " t", "o 8 poun", "ds, depend", "ing", " on ", "the speci", "es. T", "his additio", "nal wei", "ght co", "uld li", "mit th", "eir agil", "ity ", "and maneuverabil", "ity w", "hen flyi", "n", "g.\n\nMi", "xed w", "ith gee", "se, du", "cks contrib", "ute", " t", "o a uni", "que specta", "cle dur", "ing migrati", "on. Du", "cks ", "and ge", "ese ", "can ", "fly", " up", " to spe", "eds", " of betw", "een", " 30 ", "mph (ab", "out", " 48 km", "/h) ", "and", " 50 ", "mph (m", "ore t", "han", " 80 km/", "h). Migrat", "ory waterf", "owl genera", "lly undert", "ake th", "ese flig", "hts", " at altitu", "des", " of aro", "und 1,000–2,", "000 f", "eet (ab", "out 300–", "600 meter", "s", ").\n\nDesp", "ite be", "ing a", "ble", " to f", "ly, du", "cks of", "ten r", "est ", "and f", "eed", " in aqua", "tic environme", "nts inst", "ead", " of remain", "ing", " in flig", "ht. T", "hey pre", "fer wad", "ing", " on ", "the surf", "ace", " or div", "ing underwa", "ter", " to f", "ind fo", "od.", " In summa", "ry, desp", "ite s", "ome domestica", "ted ", "and individ", "ual differenc", "es, m", "ost d", "uck spec", "ies ", "are kn", "own ", "for th", "eir fli", "ght capabiliti", "e", "s.\n", "\nIf ", "you w", "ant", " to k", "now ", "why m", "ost du", "cks", " do ", "not genera", "lly", " go h", "igh dur", "ing th", "eir migrati", "on, ch", "eck ", "out ", "the vi", "deo ab", "out \"", "Why do", "n't bi", "rds migr", "ate higher?\"" ], "started_at": "2023-08-20T12:07:06.193128Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/z4k4sktb3yyuba64mxadw7xf6a", "cancel": "https://api.replicate.com/v1/predictions/z4k4sktb3yyuba64mxadw7xf6a/cancel" }, "version": "d54aaa9ecf8710d10eaf9c57f107345adbb5c23afefda6436eab7b575aa68535" }
Generated inseed 1692533226 raw llm output: <s> can ducks raw llm output: fly? raw llm output: raw llm output: raw llm output:Can raw llm output: raw llm output: ducks raw llm output: raw llm output: fly? raw llm output: raw llm output: raw llm output: Yes, raw llm output: raw llm output: ducks raw llm output: can raw llm output: raw llm output: fly. raw llm output: Many raw llm output: species raw llm output: of raw llm output: raw llm output: ducks raw llm output: have raw llm output: a raw llm output: strong raw llm output: and raw llm output: rapid raw llm output: raw llm output: raw llm output: raw llm output: wingbeat, raw llm output: which raw llm output: enables raw llm output: them raw llm output: to raw llm output: be raw llm output: efficient raw llm output: in raw llm output: flight raw llm output: compared raw llm output: to raw llm output: many raw llm output: other raw llm output: raw llm output: birds. raw llm output: raw llm output: However, raw llm output: not raw llm output: all raw llm output: raw llm output: ducks raw llm output: are raw llm output: raw llm output: raw llm output: raw llm output: migratory, raw llm output: so raw llm output: while raw llm output: flying raw llm output: is raw llm output: raw llm output: instinctive raw llm output: to raw llm output: most raw llm output: raw llm output: species, raw llm output: raw llm output: domesticated raw llm output: raw llm output: ducks raw llm output: can raw llm output: lose raw llm output: this raw llm output: ability raw llm output: if raw llm output: raw llm output: raw llm output: they're raw llm output: raw llm output: bred raw llm output: without raw llm output: it raw llm output: or raw llm output: not raw llm output: given raw llm output: the raw llm output: opportunity raw llm output: to raw llm output: exercise raw llm output: their raw llm output: raw llm output: wings. raw llm output: raw llm output: raw llm output: In raw llm output: raw llm output: general, raw llm output: raw llm output: ducks raw llm output: that raw llm output: are raw llm output: raw llm output: wild, raw llm output: raw llm output: large, raw llm output: and raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: long-bodied raw llm output: are raw llm output: better raw llm output: raw llm output: equipped raw llm output: for raw llm output: raw llm output: flight. raw llm output: Some raw llm output: raw llm output: smaller, raw llm output: raw llm output:heavier raw llm output: species raw llm output: are raw llm output: also raw llm output: capable raw llm output: of raw llm output: flying raw llm output: but raw llm output: might raw llm output: struggle raw llm output: more raw llm output: due raw llm output: to raw llm output: their raw llm output: raw llm output: size. raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: Fully raw llm output: grown raw llm output: male raw llm output: raw llm output: ducks raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: (drakes) raw llm output: raw llm output: weigh raw llm output: raw llm output: considerably raw llm output: more raw llm output: than raw llm output: females raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: (ducks/hens), raw llm output: raw llm output: averaging raw llm output: from raw llm output: raw llm output: 4 raw llm output: to raw llm output: raw llm output: 8 raw llm output: raw llm output:pounds, raw llm output: depending raw llm output: on raw llm output: the raw llm output: raw llm output: species. raw llm output: This raw llm output: additional raw llm output: weight raw llm output: could raw llm output: limit raw llm output: their raw llm output: raw llm output: agility raw llm output: and raw llm output: raw llm output: raw llm output: raw llm output: maneuverability raw llm output: when raw llm output: raw llm output: flying. raw llm output: raw llm output: raw llm output: raw llm output: Mixed raw llm output: with raw llm output: raw llm output: raw llm output: geese, raw llm output: raw llm output: ducks raw llm output: contribute raw llm output: to raw llm output: a raw llm output: unique raw llm output: raw llm output: spectacle raw llm output: during raw llm output: raw llm output: migration. raw llm output: raw llm output: raw llm output: Ducks raw llm output: and raw llm output: raw llm output: geese raw llm output: can raw llm output: fly raw llm output: up raw llm output: to raw llm output: raw llm output: speeds raw llm output: of raw llm output: between raw llm output: raw llm output: raw llm output: 30 raw llm output: raw llm output: mph raw llm output: raw llm output: (about raw llm output: raw llm output: raw llm output: 48 raw llm output: raw llm output: raw llm output: raw llm output: km/h) raw llm output: and raw llm output: raw llm output: raw llm output: 50 raw llm output: raw llm output: mph raw llm output: raw llm output: (more raw llm output: than raw llm output: raw llm output: raw llm output: 80 raw llm output: raw llm output: raw llm output: raw llm output: km/h). raw llm output: raw llm output: raw llm output: Migratory raw llm output: raw llm output: raw llm output: raw llm output: waterfowl raw llm output: generally raw llm output: raw llm output: undertake raw llm output: these raw llm output: raw llm output: flights raw llm output: at raw llm output: raw llm output:altitudes raw llm output: of raw llm output: around raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: 1,000–2,000 raw llm output: feet raw llm output: raw llm output: (about raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: 300–600 raw llm output: raw llm output: meters). raw llm output: raw llm output: raw llm output: raw llm output: raw llm output: Despite raw llm output: being raw llm output: able raw llm output: to raw llm output: raw llm output: fly, raw llm output: raw llm output: ducks raw llm output: often raw llm output: rest raw llm output:and raw llm output: feed raw llm output: in raw llm output: raw llm output: aquatic raw llm output: environments raw llm output: instead raw llm output: of raw llm output: remaining raw llm output: in raw llm output: raw llm output: flight. raw llm output: They raw llm output: prefer raw llm output: raw llm output: wading raw llm output: on raw llm output: the raw llm output: surface raw llm output: or raw llm output: raw llm output:diving raw llm output: raw llm output: underwater raw llm output: to raw llm output: find raw llm output: raw llm output: food. raw llm output: In raw llm output: raw llm output: summary, raw llm output: despite raw llm output: some raw llm output: raw llm output: domesticated raw llm output: and raw llm output: individual raw llm output: raw llm output: differences, raw llm output: most raw llm output: raw llm output: duck raw llm output: species raw llm output: are raw llm output: known raw llm output: for raw llm output: their raw llm output: flight raw llm output: raw llm output: capabilities. raw llm output: raw llm output: raw llm output: If raw llm output: you raw llm output: want raw llm output: to raw llm output: know raw llm output: why raw llm output: most raw llm output: raw llm output: ducks raw llm output:do raw llm output: not raw llm output: generally raw llm output: go raw llm output: high raw llm output: during raw llm output: their raw llm output: raw llm output: migration, raw llm output: check raw llm output: out raw llm output: the raw llm output: video raw llm output: about raw llm output: raw llm output: "Why raw llm output: raw llm output: raw llm output: don't raw llm output: birds raw llm output: raw llm output: migrate raw llm output: raw llm output: raw llm output: higher?"</s>
Want to make some of these yourself?
Run this model