kcaverly / nexus-raven-v2-13b-gguf

A quantized 13B parameter language model from NexusFlow for SOTA zero-shot function calling

  • Public
  • 178 runs
  • L40S
  • GitHub
  • Paper
  • License

Input

*string
Shift + Return to add a new line

Instruction for model

integer

Maximum new tokens to generate.

Default: -1

number

This parameter used to control the 'warmth' or responsiveness of an AI model based on the LLaMA architecture. It adjusts how likely the model is to generate new, unexpected information versus sticking closely to what it has been trained on. A higher value for this parameter can lead to more creative and diverse responses, while a lower value results in safer, more conservative answers that are closer to those found in its training data. This parameter is particularly useful when fine-tuning models for specific tasks where you want to balance between generating novel insights and maintaining accuracy and coherence.

Default: 0.001

Output

Call: get_weather_data(coordinates=get_coordinates_from_city(city_name='Seattle')) Thought: The function call `get_weather_data(coordinates=get_coordinates_from_city(city_name='Seattle'))` answers the question "What is the weather like in Seattle right now?" by first fetching the latitude and longitude of Seattle using the Maps.co Geocoding API, and then using those coordinates to fetch the current temperature from the Open-Meteo API. Here's a step-by-step breakdown of what happens when you call this function: 1. The `get_coordinates_from_city` function is called with the argument `'Seattle'`. This function uses the Maps.co Geocoding API to fetch the latitude and longitude of Seattle. 2. The `get_weather_data` function is then called with the coordinates returned by `get_coordinates_from_city`. This function uses the Open-Meteo API to fetch the current temperature in the given coordinates. 3. The `get_weather_data` function returns the current temperature in the coordinates you've asked for. In this case, it will return the current temperature in Seattle. Therefore, the function call `get_weather_data(coordinates=get_coordinates_from_city(city_name='Seattle'))` answers the question "What is the weather like in Seattle right now?" by first fetching the latitude and longitude of Seattle using the Maps.co Geocoding API, and then using those coordinates to fetch the current temperature from the Open-Meteo API.
Generated in

Run time and cost

This model costs approximately $0.0084 to run on Replicate, or 119 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 9 seconds. The predict time for this model varies significantly based on the inputs.