-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa8a8e0
commit c86f58d
Showing
8 changed files
with
1,338 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 89 additions & 0 deletions
89
integration-tests/models/__snapshots__/test_flash_gemma/test_flash_gemma.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"details": { | ||
"best_of_sequences": null, | ||
"finish_reason": "length", | ||
"generated_tokens": 10, | ||
"prefill": [ | ||
{ | ||
"id": 2, | ||
"logprob": null, | ||
"text": "<bos>" | ||
}, | ||
{ | ||
"id": 2015, | ||
"logprob": -10.0, | ||
"text": "Test" | ||
}, | ||
{ | ||
"id": 3853, | ||
"logprob": -10.875, | ||
"text": " request" | ||
} | ||
], | ||
"seed": null, | ||
"tokens": [ | ||
{ | ||
"id": 1736, | ||
"logprob": -2.09375, | ||
"special": false, | ||
"text": " form" | ||
}, | ||
{ | ||
"id": 109, | ||
"logprob": -1.8671875, | ||
"special": false, | ||
"text": "\n\n" | ||
}, | ||
{ | ||
"id": 651, | ||
"logprob": -2.4375, | ||
"special": false, | ||
"text": "The" | ||
}, | ||
{ | ||
"id": 2121, | ||
"logprob": -1.8203125, | ||
"special": false, | ||
"text": " test" | ||
}, | ||
{ | ||
"id": 3853, | ||
"logprob": -0.23242188, | ||
"special": false, | ||
"text": " request" | ||
}, | ||
{ | ||
"id": 1736, | ||
"logprob": -0.08544922, | ||
"special": false, | ||
"text": " form" | ||
}, | ||
{ | ||
"id": 603, | ||
"logprob": -0.9375, | ||
"special": false, | ||
"text": " is" | ||
}, | ||
{ | ||
"id": 1671, | ||
"logprob": -1.671875, | ||
"special": false, | ||
"text": " used" | ||
}, | ||
{ | ||
"id": 577, | ||
"logprob": -0.40429688, | ||
"special": false, | ||
"text": " to" | ||
}, | ||
{ | ||
"id": 3853, | ||
"logprob": -1.1875, | ||
"special": false, | ||
"text": " request" | ||
} | ||
], | ||
"top_tokens": null | ||
}, | ||
"generated_text": " form\n\nThe test request form is used to request" | ||
} |
89 changes: 89 additions & 0 deletions
89
integration-tests/models/__snapshots__/test_flash_gemma/test_flash_gemma_all_params.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"details": { | ||
"best_of_sequences": null, | ||
"finish_reason": "length", | ||
"generated_tokens": 10, | ||
"prefill": [ | ||
{ | ||
"id": 2, | ||
"logprob": null, | ||
"text": "<bos>" | ||
}, | ||
{ | ||
"id": 2015, | ||
"logprob": -10.0, | ||
"text": "Test" | ||
}, | ||
{ | ||
"id": 3853, | ||
"logprob": -10.875, | ||
"text": " request" | ||
} | ||
], | ||
"seed": 0, | ||
"tokens": [ | ||
{ | ||
"id": 7539, | ||
"logprob": -0.73046875, | ||
"special": false, | ||
"text": " forms" | ||
}, | ||
{ | ||
"id": 708, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": " are" | ||
}, | ||
{ | ||
"id": 671, | ||
"logprob": -1.703125, | ||
"special": false, | ||
"text": " an" | ||
}, | ||
{ | ||
"id": 8727, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": " essential" | ||
}, | ||
{ | ||
"id": 1702, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": " part" | ||
}, | ||
{ | ||
"id": 576, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": " of" | ||
}, | ||
{ | ||
"id": 573, | ||
"logprob": 0.0, | ||
"special": false, | ||
"text": " the" | ||
}, | ||
{ | ||
"id": 11859, | ||
"logprob": -1.6953125, | ||
"special": false, | ||
"text": " lab" | ||
}, | ||
{ | ||
"id": 2185, | ||
"logprob": -1.3125, | ||
"special": false, | ||
"text": " process" | ||
}, | ||
{ | ||
"id": 578, | ||
"logprob": -1.5, | ||
"special": false, | ||
"text": " and" | ||
} | ||
], | ||
"top_tokens": null | ||
}, | ||
"generated_text": "Test request forms are an essential part of the lab process and" | ||
} |
Oops, something went wrong.