Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources_servers/longmt_eval/configs/longmt_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ longmt_eval_simple_agent:
type: example
jsonl_fpath: resources_servers/longmt_eval/data/example.jsonl
num_repeats: 1
license: Apache-2.0
license: Apache 2.0
2 changes: 1 addition & 1 deletion resources_servers/longmt_eval/configs/longmt_pg19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ longmt_pg19_simple_agent:
type: example
jsonl_fpath: resources_servers/longmt_eval/data/example.jsonl
num_repeats: 1
license: Apache-2.0
license: Apache 2.0
10 changes: 5 additions & 5 deletions resources_servers/longmt_eval/data/example.jsonl

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions resources_servers/longmt_eval/data/example_metrics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"name": "example",
"type": "example",
"jsonl_fpath": "resources_servers/longmt_eval/data/example.jsonl",
"num_repeats": 1,
"gitlab_identifier": null,
"huggingface_identifier": null,
"license": "Apache 2.0",
"Number of examples": 5,
"Number of tools": {
"Total # non-null values": 0,
"Average": 0.0,
"Min": 0.0,
"Max": 0.0,
"Standard deviation": 0.0
},
"Json-dumped number of words (proxy for token count)": {
"Total # non-null values": 5,
"Average": 3066.8,
"Min": 2423.0,
"Max": 3691.0,
"Standard deviation": 634.38
},
"Number of turns": {
"Total # non-null values": 5,
"Average": 1.0,
"Min": 1.0,
"Max": 1.0,
"Standard deviation": 0.0
},
"Temperature": {
"Total # non-null values": 0,
"Average": 0.0,
"Min": 0.0,
"Max": 0.0,
"Standard deviation": 0.0
},
"text": {
"unique_count": 4,
"total_count": 5
},
"source_language": {
"unique_count": 1,
"total_count": 5
},
"target_language": {
"unique_count": 3,
"total_count": 5
},
"source_lang_name": {
"unique_count": 1,
"total_count": 5
},
"target_lang_name": {
"unique_count": 3,
"total_count": 5
},
"doc_id": {
"unique_count": 4,
"total_count": 5
},
"seg_id": {
"Total # non-null values": 5,
"Average": 1.0,
"Min": 1.0,
"Max": 1.0,
"Standard deviation": 0.0
},
"publication_date": {
"Total # non-null values": 5,
"Average": 1894.4,
"Min": 1886.0,
"Max": 1913.0,
"Standard deviation": 11.1
},
"url": {
"unique_count": 4,
"total_count": 5
}
}
Loading