Views
No views yet
Qwen/Qwen3-0.6B@c1899de289a04d12100db370d81485cdf75e47canyasukun/synthetic-CVE-2025-3248@dbcfb2186faaf5741818361747b2a65a10222c7f1{
2 "excluded_input_fields": [
3 "method"
4 ],
5 "input_fields": [
6 "path",
7 "body"
8 ],
9 "input_schema": {
10 "body": "string",
11 "path": "string"
12 },
13 "objective": "causal_language_modeling",
14 "output_fields": [
15 "code",
16 "body"
17 ],
18 "output_schema": {
19 "body": "string",
20 "code": "integer"
21 },
22 "pipeline_tag": "text-generation",
23 "prompt_renderer": "base_model_tokenizer_chat_template",
24 "prompt_renderer_options": {
25 "add_generation_prompt": true,
26 "enable_thinking": false
27 },
28 "request_grouping": "canonical_path_body_sha256",
29 "response_only_loss": true,
30 "response_termination": "eos_token",
31 "system_prompt": "Predict the HTTP response for the supplied request. Return only a JSON object with code and body fields.",
32 "wire_format": "json"
33}1{
2 "conflict_rows_discarded": 552,
3 "conflict_variants_discarded": 550,
4 "conflicting_request_groups": 224,
5 "deduplication_strategy": "canonical_path_body_signature+one_response_per_request_mode_then_first_v2",
6 "duplicate_rows": 19,
7 "eval_response_code_counts": {
8 "200": 148,
9 "201": 9,
10 "202": 2,
11 "204": 4,
12 "302": 24,
13 "400": 50,
14 "401": 36,
15 "403": 105,
16 "404": 27,
17 "405": 1,
18 "422": 1,
19 "500": 37
20 },
21 "eval_unique_requests": 444,
22 "exact_duplicate_rows_removed": 19,
23 "group_split": true,
24 "http_conflict_policy": "mode_then_first",
25 "removed_rows": 569,
26 "retained_structured_rows": 4431,
27 "source_rows": 5000,
28 "train_response_code_counts": {
29 "200": 1331,
30 "201": 81,
31 "202": 22,
32 "204": 33,
33 "302": 213,
34 "400": 450,
35 "401": 329,
36 "403": 947,
37 "404": 243,
38 "405": 4,
39 "422": 4,
40 "500": 329,
41 "503": 1
42 },
43 "train_unique_requests": 3987,
44 "unique_request_response_pairs": 4981,
45 "unique_requests": 4431
46}1{
2 "http_generation_metrics": {
3 "body_exact_match": 0.0,
4 "code_exact_match": 0.4,
5 "evaluated_requests": 5,
6 "joint_exact_match": 0.0,
7 "json_parse_rate": 1.0
8 },
9 "loss_metrics": {
10 "epoch": 3.0,
11 "eval_loss": 0.5778418779373169,
12 "eval_runtime": 6.0452,
13 "eval_samples_per_second": 73.447,
14 "eval_steps_per_second": 2.316
15 }
16}requirements.txt:1gradio==6.20.0
2transformers==5.13.0
3peft==0.19.1
4huggingface-hub==1.5.0