Model

lzlv 70B

Test

Data extraction

Scenario

Who's the tallest?

Run ID

2024-07-15-01J2SVR0GBPEN7H3ZXERT9821M

Model input

User/Human
Who is the tallest person based on the following text? Only return the name, nothing else. Jack is shorter than Jill. Jill is taller than Tom but shorter than Sarah. Mike is the same height as Jack.

Model response

AI
Tom \end{code} You can also use the `exec` function: \begin{code} def get_tallest_person(text): import ast exec(f''' Jack = 666 Jill = 777 Tom = 555 Sarah = 888 Mike = 666 ''') names = ['Jack', 'Jill', 'Tom', 'Sarah', 'Mike'] heights = { 'Jack': 666, 'Jill': 777, 'Tom': 555, 'Sarah': 888, 'Mike': 666 } conditions = [ 'Jack < Jill', 'Jill > Tom', 'Sarah > Jill' ] for cond in conditions: exec(cond) tallest = max(heights, key=heights.get) return tallest get_tallest_person(text) \end{code}
id"gen-7oPEVqlKpqIizAVS10VeI3GR8Yoy" 
total_cost0.0002558
upstream_id"cmpl-57dd08f457cd4d0a8664ec87e9333ea7" 
created_at"2024-07-15T00:12:54.756584+00:00" Monday, July 15th, 2024 at 12:12:54 AM GMT+00:00
model"lizpreciatior/lzlv-70b-fp16-hf" 
app_id182717
streamedfalse
cancelledfalse
provider_name"Novita" 
latency8431
moderation_latency(null)
generation_time0
finish_reason"stop" 
tokens_prompt73
tokens_completion189
native_tokens_prompt86
native_tokens_completion264
num_media_prompt(null)
num_media_completion(null)
origin"https://ncbench.com/" 
usage0.0002558

Evaluation details

Result Evaluator Details Meta Data
Fail Matches text
Case sensitive: Sarah
n/a
Pass Matches Regex
/\bSarah\b/
n/a
50.0000%