Capecape's workspace
Runs
128
Name
78 visualized
Job Type
model_type
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
eval
-
End Time
DATASET_AT
MODEL_AT
MODEL_ID
PROMPT
PROMPT_FILE
State
Runtime
acc
acc_lousy
Apr 26 '24 10:40
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Finished
33s
0.87097
0.8871
Apr 26 '24 10:39
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Finished
34s
0.87097
0.8871
Feb 15 '24 17:01
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Finished
1m 34s
0.87097
0.8871
Nov 01 '23 12:42
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Finished
49s
0.85484
0.87097
Nov 01 '23 12:41
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Killed
58s
-
-
Nov 01 '23 12:27
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
[INST]You are AI that converts human request into api calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply.
Some example user queries and the corresponding function call:
USER_QUERY: What is a random number under one hundred
FUNCTION_CALL: math(question="randint(100)")
USER_QUERY: Ask gpt if a leopard can swim
FUNCTION_CALL: openai(prompt="Can a leopard swim?")
USER_QUER: So it's like…
FUNCTION_CALL: other()
USER_QUERY: to do this? Also, I've noticed that when I use
FUNCTION_CALL: other()
Here is a user request, reply with the corresponding function call, be brief.
USER_QUERY: {user}
FUCTION_CALL: [/INST]{answer}
mistral_prompt.txt
Finished
49s
0.85484
0.87097
Nov 01 '23 12:23
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
meta-llama/Llama-2-7b-chat-hf
[INST]You are AI that converts human request into api calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply.
Some example user queries and the corresponding function call:
USER_QUERY: What is a random number under one hundred
FUNCTION_CALL: math(question="randint(100)")
USER_QUERY: Ask gpt if a leopard can swim
FUNCTION_CALL: openai(prompt="Can a leopard swim?")
USER_QUER: So it's like…
FUNCTION_CALL: other()
USER_QUERY: to do this? Also, I've noticed that when I use
FUNCTION_CALL: other()
Here is a user request, reply with the corresponding function call, be brief.
USER_QUERY: {user}
FUCTION_CALL: [/INST]{answer}
eval_prompt.txt
Finished
1m 39s
0.1129
0.41935
Nov 01 '23 12:04
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
meta-llama/Llama-2-7b-chat-hf
<s>[INST] <<SYS>>
You are AI that converts human request function calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply
Reply with the corresponding function call only, be brief.
Some example user queries and the corresponding function call:
USER_QUERY: What is a random number under one hundred
FUNCTION_CALL: math(question="randint(100)")
USER_QUERY: Ask gpt if a leopard can swim
FUNCTION_CALL: openai(prompt="Can a leopard swim?")
USER_QUER: So it's like…
FUNCTION_CALL: other()
USER_QUERY: to do this? Also, I've noticed that when I use
FUNCTION_CALL: other()
<</SYS>>
Convert the following user query to the corresponding function call:
USER_QUERY: {user}[/INST]
FUNCTION_CALL: {answer}
-
Finished
45s
0.53226
0.54839
Nov 01 '23 11:50
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
meta-llama/Llama-2-7b-chat-hf
<s>[INST] <<SYS>>
You are AI that converts human request function calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply
Reply with the corresponding function call only, be brief.
Some example user queries and the corresponding function call:
USER_QUERY: What is a random number under one hundred
FUNCTION_CALL: math(question="randint(100)")
USER_QUERY: Ask gpt if a leopard can swim
FUNCTION_CALL: openai(prompt="Can a leopard swim?")
USER_QUER: So it's like…
FUNCTION_CALL: other()
USER_QUERY: to do this? Also, I've noticed that when I use
FUNCTION_CALL: other()
<</SYS>>
Convert the following user query to the corresponding function call:
USER_QUERY: {user}[/INST]
FUNCTION_CALL: {answer}
-
Finished
48s
0.51613
0.53226
Nov 01 '23 11:49
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Finished
40s
0.98387
0.98387
Nov 01 '23 10:02
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Finished
40s
0.98387
0.98387
Nov 01 '23 10:00
capecape/otto/split_dataset:v2
capecape/huggingface/6urzaw17-mistralai_Mistral-7B-Instruct-v0.1-ft:v0
-
-
-
Failed
7s
-
-
Nov 01 '23 09:44
capecape/otto/split_dataset:v2
-
meta-llama/Llama-2-7b-hf
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### User: {user}
### Answer: {answer}
-
Finished
2m 32s
0
0
Nov 01 '23 00:36
capecape/otto/split_dataset:v2
-
mistralai/Mistral-7B-Instruct-v0.1
[INST]You are AI that converts human request into api calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply.
Some example user queries and the corresponding function call:
USER_QUERY: What is a random number under one hundred
FUNCTION_CALL: math(question="randint(100)")
USER_QUERY: Ask gpt if a leopard can swim
FUNCTION_CALL: openai(prompt="Can a leopard swim?")
USER_QUER: So it's like…
FUNCTION_CALL: other()
USER_QUERY: to do this? Also, I've noticed that when I use
FUNCTION_CALL: other()
Here is a user request, reply with the corresponding function call, be brief.
USER_QUERY: {user} [/INST]{answer}
-
Finished
59s
0
0.67742
Nov 01 '23 00:31
capecape/otto/split_dataset:v2
-
mistralai/Mistral-7B-Instruct-v0.1
[INST]You are AI that converts human request into api calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply.
Some example user queries and the corresponding function call:
USER_QUERY: What is a random number under one hundred
FUNCTION_CALL: math(question="randint(100)")
USER_QUERY: Ask gpt if a leopard can swim
FUNCTION_CALL: openai(prompt="Can a leopard swim?")
USER_QUER: So it's like…
FUNCTION_CALL: other()
USER_QUERY: to do this? Also, I've noticed that when I use
FUNCTION_CALL: other()
Here is a user request, reply with the corresponding function call, be brief.
USER_QUERY: {user}
FUCTION_CALL: [/INST]{answer}
-
Finished
49s
0.79032
0.79032
Nov 01 '23 00:30
capecape/otto/split_dataset:v2
-
meta-llama/Llama-2-7b-chat-hf
<s>[INST] <<SYS>>
You are AI that converts human request function calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply
Reply with the corresponding function call only, be brief.
Some example user queries and the corresponding function call:
USER_QUERY: What is a random number under one hundred
FUNCTION_CALL: math(question="randint(100)")
USER_QUERY: Ask gpt if a leopard can swim
FUNCTION_CALL: openai(prompt="Can a leopard swim?")
USER_QUER: So it's like…
FUNCTION_CALL: other()
USER_QUERY: to do this? Also, I've noticed that when I use
FUNCTION_CALL: other()
<</SYS>>
Convert the following user query to the corresponding function call:
USER_QUERY: {user}[/INST]
FUNCTION_CALL: {answer}
-
Finished
50s
0.51613
0.53226
Nov 01 '23 00:20
capecape/otto/split_dataset:v2
-
mistralai/Mistral-7B-Instruct-v0.1
[INST]You are AI that converts human request into api calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply
Reply with the corresponding function call only, be brief.
Convert the following user query to the corresponding function call.
USER_QUERY: {user}
FUCTION_CALL: [/INST]{answer}
-
Killed
38s
-
-
Nov 01 '23 00:19
capecape/otto/split_dataset:v2
-
meta-llama/Llama-2-7b-chat-hf
<s>[INST] <<SYS>>
You are AI that converts human request function calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply
Reply with the corresponding function call only, be brief.
<</SYS>>
Convert the following user query to the corresponding function call:
USER_QUERY: {user}[/INST]
FUNCTION_CALL: {answer}
-
Finished
31s
0.82258
0.85484
Nov 01 '23 00:18
capecape/otto/split_dataset:v2
-
mistralai/Mistral-7B-Instruct-v0.1
[INST]You are AI that converts human request into api calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply
Reply with the corresponding function call only, be brief.
Convert the following user query to the corresponding function call.
USER_QUERY: {user}
FUCTION_CALL: [/INST]{answer}
-
Finished
43s
0.45161
0.45161
Nov 01 '23 00:12
capecape/otto/split_dataset:v2
-
mistralai/Mistral-7B-Instruct-v0.1
[INST]You are AI that converts human request into api calls.
You have a set of functions:
-news(topic="[topic]") asks for latest headlines about a topic.
-math(question="[question]") asks a math question in python format.
-notes(action="add|list", note="[note]") lets a user take simple notes.
-openai(prompt="[prompt]") asks openai a question.
-runapp(program="[program]") runs a program locally.
-story(description=[description]) lets a user ask for a story.
-timecheck(location="[location]") ask for the time at a location. If no location is given it's assumed to be the current location.
-timer(duration="[duration]") sets a timer for duration written out as a string.
-weather(location="[location]") ask for the weather at a location. If there's no location string the location is assumed to be where the user is.
-other() should be used when none of the other commands apply
Here is a user request, reply with the corresponding function call only, be brief.
USER_QUERY: {user}
FUCTION_CALL: [/INST]{answer}
-
Finished
42s
0.3871
0.3871
1-20
of 78