fofr/star-trek-adventure 🔢📝❓ → 📝

▶️ 162 runs 📅 Apr 2023 ⚙️ Cog 0.7.0-beta17
interactive-fiction star-trek text-generation

About

Example Output

Prompt:

"<universe>"

Output

You are Ensign Beckett Mariner. You have been asked to investigate the disappearance of a Starfleet officer from an alien planet. You're Captain Jonathan Archer, and you want to send your first officer aboard the USS Enterprise-D for further investigation into whether or not there's any truth behind Sato's claims about aliens being present on New Xidoron. option1 You have chosen to be Ensign Beckett Mariner. [episode context]You've arrived at New Xidoron and discovered that one of its inhabitants believes they were abducted by aliens in the past. Upon arriving at New Xidoron, you meet with T'Pring who tells you about her experience as a slave on Vulcan when she was kidnapped by Vulcans during their war against Andoria. She asks if it is possible for this abduction to happen again. You then head down to the surface where two villagers claim to have heard strange voices coming out of nowhere and disappearing before their eyes after experiencing some kind of event similar to what happened to Vulcans during the Andorian War. Meanwhile, T'Pol detects a low-level warp signature emanating from the area but can't identify anything specific yet. The three of them go back up to the ship while Nol-Enlir takes over running things on the ground. Once inside the shuttlepod, you tell Worf how she feels, and he agrees with what she says, noting that all humans feel like this once in their lives. Later, T'Pring confides in you about finding love among the Klingons and confesses that she still has feelings for Duras. Do you think she should stay on board the Enterprise? Encourage T'Prings to remain on board and help provide security while investigating the disappearance of Lt Commander Tucker. Tell T'Prins she cannot stay longer due to strict orders and let her return home. <

Performance Metrics

24.95s Prediction Time
491.26s Total Time
All Input Parameters
{
  "top_k": 50,
  "top_p": 1,
  "prompt": "<universe>",
  "decoding": "top_p",
  "max_length": 500,
  "temperature": 0.75,
  "repetition_penalty": 1.2
}
Input Parameters
top_k Type: integerDefault: 50
Valid if you choose top_k decoding. The number of highest probability vocabulary tokens to keep for top-k-filtering
top_p Type: numberDefault: 1Range: 0.01 - 1
Valid if you choose top_p decoding. When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens
prompt (required) Type: string
Input Prompt.
decoding Default: top_p
Choose a decoding method
max_length Type: integerDefault: 500Range: 1 - ∞
Maximum number of tokens to generate. A word is generally 2-3 tokens
temperature Type: numberDefault: 0.75Range: 0.01 - 5
Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.
repetition_penalty Type: numberDefault: 1.2Range: 0.01 - 5
Penalty for repeated words in generated text; 1 is no penalty, values greater than 1 discourage repetition, less than 1 encourage it.
Output Schema

Output

Type: arrayItems Type: string

Example Execution Logs
The attention mask and the pad token id were not set. As a consequence, you may observe unexpected behavior. Please pass your input's `attention_mask` to obtain reliable results.
Setting `pad_token_id` to `eos_token_id`:50256 for open-end generation.
Version Details
Version ID
bb5c6d426fabd3736faf7243ea70d2cdbc0f8131b22953386759a9b4d2858aad
Version Created
April 19, 2023
Run on Replicate →