ydideh810 / cosmo-speak

A chat-bot that specialises in Space/Aeronautics knowledge.

  • Public
  • 17 runs
  • L40S
Iterate in playground

Input

*string
Shift + Return to add a new line

Prompt to send to the model.

integer
(minimum: 1)

Maximum number of tokens to generate. A word is generally 2-3 tokens

Default: 128

integer
(minimum: -1)

Minimum number of tokens to generate. To disable, set to -1. A word is generally 2-3 tokens.

Default: -1

number
(minimum: 0.01, maximum: 5)

Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.

Default: 0.75

number
(minimum: 0, maximum: 1)

When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens

Default: 0.9

integer
(minimum: 0)

When decoding text, samples from the top k most likely tokens; lower to ignore less likely tokens

Default: 50

string
Shift + Return to add a new line

A comma-separated list of sequences to stop generation at. For example, '<end>,<stop>' will stop generation at the first instance of 'end' or '<stop>'.

integer

Random seed. Leave blank to randomize the seed

boolean

provide debugging output in logs

Default: false

Output

Sun and Earth sensors play an important role in ensuring the accuracy of navigation systems and the success of spacecraft missions. Here’s how: Accurate Navigation: Sun sensors are used to accurately determine the orientation of a spacecraft with respect to the sun. This information is critical for navigating through space, as it helps keep a spacecraft on course and avoid collisions with other objects in orbit. Sun sensors can also be used to determine the position of a spacecraft relative to its surroundings, which is essential for mission planning and execution. Asteroid Probe Mission
Generated in

Run time and cost

This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

CosmoSpeak

<center> CosmoSpeak </center>

Model Summary

CosmoSpeak is a state-of-the-art chatbot that specializes in the domain of Astronautics / Space Mission Engineering. It covers topics such as

.Flight control team .Flight Dynamics .Procedure Preparation and Validation .Mission Planning .Extravehicular Activities (EVAs) .Collision Avoidance Manoeuvres .Mission Termination and De-Orbit Strategies

CosmoSpeak is a fine-tuned Llama-7B trained with Astrochat dataset (https://huggingface.co/datasets/patrickfleith/AstroChat)