Files
gemma4-research/.secrets.baseline
Mortdecai 8436a91571 feat: mort-bot think=true vs think=false bakeoff
Seth's challenge: "we experienced this context eating with every
implementation that had think=true. mort-bot runs a loop. Can you do
a bake-off?"

Built a harness that replicates mort-bot's /api/chat loop verbatim
(num_ctx=8192, num_predict=2048, temperature=0.7, gemma4:26b,
STEP_BUDGET=20, exact payload shape) but with stubbed tools and a
prebuilt 15-turn fake chat history. Ran 4 tasks × 2 think settings.

Finding: on Ollama 0.20.4 the "thinking eats context" concern does
NOT reproduce. Direct evidence:
- Movies task step 2 (think=true) returned 905 chars of thinking.
- Step 3 prompt_eval_count delta: +76 tokens (think=true) vs +135
  tokens (think=false). If thinking had accumulated in the prompt,
  think=true would have grown by +360 tokens, not shrunk.
- Ollama's chat template strips the `thinking` field when serializing
  assistant turns for subsequent prompts.

All 4 tasks × 2 settings produced identical step counts and tool
counts. Wall clocks comparable. Gemma only actually generated
thinking on 1 of 4 tasks (the one with check_sethflix verify-loop);
on the others with think=true it emitted 0 thinking tokens.

Reconciled with the earlier coding-agent bakeoff: the two findings
are orthogonal. Coding bakeoff was at num_ctx=32K with a different
harness; mort at 8K doesn't touch the silent-stop regime either way.
Seth's prior may have been correct on an older Ollama or in a
different API shape (/api/generate has its own issues) but does not
reproduce here.

Concrete recommendation: mort-bot THINK=False is defensible but not
load-bearing; THINK=True or unset-default would also work. Keep as-is
unless a different need arises.

New: docs/reference/mort-bakeoff-2026-04-18.md, scripts/mort-bakeoff/
(harness + 8 run logs). README updated with pointer.
2026-04-18 18:23:43 -04:00

14584 lines
554 KiB
Plaintext

{
"version": "1.5.0",
"plugins_used": [
{
"name": "ArtifactoryDetector"
},
{
"name": "AWSKeyDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"name": "Base64HighEntropyString",
"limit": 4.5
},
{
"name": "BasicAuthDetector"
},
{
"name": "CloudantDetector"
},
{
"name": "DiscordBotTokenDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"name": "GitLabTokenDetector"
},
{
"name": "HexHighEntropyString",
"limit": 3.0
},
{
"name": "IbmCloudIamDetector"
},
{
"name": "IbmCosHmacDetector"
},
{
"name": "IPPublicDetector"
},
{
"name": "JwtTokenDetector"
},
{
"name": "KeywordDetector",
"keyword_exclude": ""
},
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "OpenAIDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "PypiTokenDetector"
},
{
"name": "SendGridDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "SquareOAuthDetector"
},
{
"name": "StripeDetector"
},
{
"name": "TelegramBotTokenDetector"
},
{
"name": "TwilioKeyDetector"
}
],
"filters_used": [
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
},
{
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
},
{
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
},
{
"path": "detect_secrets.filters.heuristic.is_lock_file"
},
{
"path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"
},
{
"path": "detect_secrets.filters.heuristic.is_potential_uuid"
},
{
"path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"
},
{
"path": "detect_secrets.filters.heuristic.is_sequential_string"
},
{
"path": "detect_secrets.filters.heuristic.is_swagger_file"
},
{
"path": "detect_secrets.filters.heuristic.is_templated_secret"
}
],
"results": {
"scripts/bakeoff/runs_patch/gemma4-26b-cap1200/log.json": [
{
"type": "Base64 High Entropy String",
"filename": "scripts/bakeoff/runs_patch/gemma4-26b-cap1200/log.json",
"hashed_secret": "a8af763db25c076b0a52bd2006aca2404db46b6d",
"is_verified": false,
"line_number": 5
}
],
"scripts/bakeoff/runs_patch/gemma4-26b-cap1600/log.json": [
{
"type": "Base64 High Entropy String",
"filename": "scripts/bakeoff/runs_patch/gemma4-26b-cap1600/log.json",
"hashed_secret": "d718535d39cc5033ea5380fe7a928af9e22ced94",
"is_verified": false,
"line_number": 5
}
],
"scripts/bakeoff/runs_patch/qwen3-coder-30b-no-think-flag/log.json": [
{
"type": "Base64 High Entropy String",
"filename": "scripts/bakeoff/runs_patch/qwen3-coder-30b-no-think-flag/log.json",
"hashed_secret": "a5781a432dbf3d4f4abf095833e368838fa0d098",
"is_verified": false,
"line_number": 5
}
],
"tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "c047557194a2ff41b80cf50b7e9dc206915c2301",
"is_verified": false,
"line_number": 87
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "20d5db6c847fa49445d929225192db0df5928de9",
"is_verified": false,
"line_number": 97
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "188bee7b54cab06c9642fee0be8eb9079c505d6f",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "fac6300a1708b13657d2bc2d2776a5a8eeb61066",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "741c727854ae43a6ac8e40547b2a28928217e8cd",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "db6ddd4bf9dbeb006e37e49c0aaf0f493ad2f67a",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "8431ebd3a678a062de55e0135c96b34968931527",
"is_verified": false,
"line_number": 248
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "6c78a989ad467ac2f2c5c685874cb8a2729c888d",
"is_verified": false,
"line_number": 274
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "b8e9ff263dbe03395e5dfe5b3e7e82a86afaaacc",
"is_verified": false,
"line_number": 286
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "47faed7887ee1dd6876565a19e841a78cfdbf42e",
"is_verified": false,
"line_number": 314
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/Gemma_4_HDP_Agentic_Security.ipynb",
"hashed_secret": "dcc7cb688d4c19f64b7b87d5734cecd4b335f3a1",
"is_verified": false,
"line_number": 326
}
],
"tooling/fine-tuning/google-cookbook/huggingface_text_full_finetune.ipynb": [
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/google-cookbook/huggingface_text_full_finetune.ipynb",
"hashed_secret": "ec8d906f0eaeee3c46122bfa6260832b7f600f78",
"is_verified": false,
"line_number": 709
}
],
"tooling/fine-tuning/huggingface-recipes/hf-blog-gemma4.md": [
{
"type": "Secret Keyword",
"filename": "tooling/fine-tuning/huggingface-recipes/hf-blog-gemma4.md",
"hashed_secret": "71f8e7976e4cbc4561c9d62fb283e7f788202acb",
"is_verified": false,
"line_number": 536
}
],
"tooling/fine-tuning/unsloth/docs/unsloth-README.md": [
{
"type": "Secret Keyword",
"filename": "tooling/fine-tuning/unsloth/docs/unsloth-README.md",
"hashed_secret": "91dfd9ddb4198affc5c194cd8ce6d338fde470e2",
"is_verified": false,
"line_number": 79
}
],
"tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7b28a3d7070540f32867560b1501bca2d85024c7",
"is_verified": false,
"line_number": 2293
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3250a206a7534697accaab1395df17255eb5ae94",
"is_verified": false,
"line_number": 2317
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "20e0f78206b444c92d5b2a919a3106df48943349",
"is_verified": false,
"line_number": 2335
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "00c26123f95ec4459ea10887e11657cadce9954e",
"is_verified": false,
"line_number": 2388
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "cbd584c84803ff8c66749cd5e896a35e9a23dc9d",
"is_verified": false,
"line_number": 2406
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e32eacfb88612b66d7956a8a456ea8148667534c",
"is_verified": false,
"line_number": 2421
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "999f9ba2ecd48fdd65d12c1520626a59f4acdf23",
"is_verified": false,
"line_number": 2429
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "018dad980a4b70f9a7928595acf9dc75ca182585",
"is_verified": false,
"line_number": 2482
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6d5358311adc4570408e439cf019f7de3873e72e",
"is_verified": false,
"line_number": 2535
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4766e9d3dc67a8283de386606bca938e046f4c3b",
"is_verified": false,
"line_number": 2553
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "dfa50551e64f372c8166d572d118d958313e99c6",
"is_verified": false,
"line_number": 2579
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8409a927bb29c9b29452757730b7ab9d5c1ff6a5",
"is_verified": false,
"line_number": 2602
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b3f91e067fdb729f11dc73c339ebcc8bdc677a90",
"is_verified": false,
"line_number": 2628
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "985a5b0cdcb568dee2ec285eb54cfafffabcdc8d",
"is_verified": false,
"line_number": 2646
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b9e9c89299c912a16e59120807ebf4cfe59af092",
"is_verified": false,
"line_number": 2699
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8fa68f4ce956140372a7a02d946e3a8d5213d835",
"is_verified": false,
"line_number": 2722
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d10b5174a1c6298c5ac25d180cc784f12507fc10",
"is_verified": false,
"line_number": 2746
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8634b269b4e3aa60b4d7a09fb01a44403c58ce4e",
"is_verified": false,
"line_number": 2764
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7f25be36dbe94a4445d2129f2b6948d71da9b168",
"is_verified": false,
"line_number": 2782
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ebc4ba4fd0e0ca75961114a2975da7b6774b1de5",
"is_verified": false,
"line_number": 2805
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a3d4ba19de373e136533902dd4b96fdce77f8ae6",
"is_verified": false,
"line_number": 2823
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1bf50b3f53f54fea0b760dc27e0a6445e5d8f19e",
"is_verified": false,
"line_number": 2846
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1569f031f2c6442ede9957cb84631cefa14fcee7",
"is_verified": false,
"line_number": 2864
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "dddf9d1367d182695ccd2713e35acef8bad36d05",
"is_verified": false,
"line_number": 2888
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b13860da9d17621f4611bdd76d9198a9411189b7",
"is_verified": false,
"line_number": 2941
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "db42856bb4602df4c06bc11874f205433930d4d8",
"is_verified": false,
"line_number": 2994
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a1389988f504ea1cef3a96882ec67771d2d0054f",
"is_verified": false,
"line_number": 3010
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6c598e465fa0d1e3c6a120959116bcc1ee2a17f6",
"is_verified": false,
"line_number": 3063
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8ddd35815ac2aecbb2ac35fa381500115ea9ab13",
"is_verified": false,
"line_number": 3116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "dfa7fb5ad86d3ff41345dd91a9abdd373a4e8e6b",
"is_verified": false,
"line_number": 3134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3edd15a528cf2ee4f4509785b936fcf04c40392a",
"is_verified": false,
"line_number": 3187
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "adff5cbbcb6532f7afa4b3f9d6fa60e03b9f398a",
"is_verified": false,
"line_number": 3205
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c680018f7e47514dc5517d8d674ef38b89912bdb",
"is_verified": false,
"line_number": 3258
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5eac1ed4fb1273430b7a45a576ff266dd5ec99c9",
"is_verified": false,
"line_number": 3281
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1e2898ea840a0f8d8f2842ae172c6cd1d483b189",
"is_verified": false,
"line_number": 3304
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d7320dd9010c2d740b216870b418b632035ce972",
"is_verified": false,
"line_number": 3357
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4f1a861a7daa5360b094346aaddd40179d80b44d",
"is_verified": false,
"line_number": 3381
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "262df0e3e6d05393082979e3cc9a23a79ebac98d",
"is_verified": false,
"line_number": 3407
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "65e1fac5be3034c09dd1c127e05b9d693c92a7da",
"is_verified": false,
"line_number": 3460
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b263194e038ea5db3a9217e1adaf381ece6d00c5",
"is_verified": false,
"line_number": 3513
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2ed898d42a250c1d1fc67cb6897e942243d3a6f0",
"is_verified": false,
"line_number": 3529
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3dd11e891947ccf32cf8c5db2e6f766339adec12",
"is_verified": false,
"line_number": 3547
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "39944bec132bbe95a0f05d34461fb54086dbc0ea",
"is_verified": false,
"line_number": 3570
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "51f521f67235a1ebcf04083d7581d97d7a0369ce",
"is_verified": false,
"line_number": 3593
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3b6d277d60da6f1e2187411a1c79372eae02e72b",
"is_verified": false,
"line_number": 3646
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "32d0df3f2186b2851ad64d4310bda6f8dd21558f",
"is_verified": false,
"line_number": 3699
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f5c1ee5cf93deb18f3dc9dd14fe8d53963d24c65",
"is_verified": false,
"line_number": 3752
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7f7832c0c792bd28605cbd5a1de175ebb5611951",
"is_verified": false,
"line_number": 3775
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b4d3771fc88f882bd0d26edfd95d4ce37e29fd8e",
"is_verified": false,
"line_number": 3801
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b2e00ba62ab1495e8883e17bda8b1d09383ea90e",
"is_verified": false,
"line_number": 3817
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0e77a87f7b51404576aef759a57456a3977fba01",
"is_verified": false,
"line_number": 3840
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "dd6b425b825a35ca949cc6895463c3693a3d0958",
"is_verified": false,
"line_number": 3858
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6ef85c54313b6d23b3005f2aa0c7fd95d7d14988",
"is_verified": false,
"line_number": 3911
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6b80c72c8e887bb80b0200cd85d20aaa12e5d6e8",
"is_verified": false,
"line_number": 3935
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c8e5885399ea785bc27637cb80722c47efa35547",
"is_verified": false,
"line_number": 3951
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "37c3e005ae2dbf21f09cf62fa1f93dd3ca74f2f4",
"is_verified": false,
"line_number": 4004
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "643a018894867ed2bb0944d980b72c968929e7d1",
"is_verified": false,
"line_number": 4057
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8bb1e9c34c7e3ae1664ee887c4ec5e8b387a5518",
"is_verified": false,
"line_number": 4083
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "85c32c2597780c2bdcbaff77f01a366b981a983a",
"is_verified": false,
"line_number": 4099
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "67d4082d652f00996e976f162a03b934c5f62fdc",
"is_verified": false,
"line_number": 4122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2f8e56f5553a43554e5d14d790b0971f301ac970",
"is_verified": false,
"line_number": 4140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e16f229cbd6d5eeed06ca0597d3a4652a6877fd4",
"is_verified": false,
"line_number": 4193
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b6968e9edfff3f407ec6a80d9206c09bf6051e0e",
"is_verified": false,
"line_number": 4246
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4eb76eca3d48816ff0f70d7033f9008e6c7244d3",
"is_verified": false,
"line_number": 4299
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f3127b26b921c95d3101d4ceff4489c940387de7",
"is_verified": false,
"line_number": 4322
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ddbf47d19f2e39910d0a840e2c7671851a8600fc",
"is_verified": false,
"line_number": 4338
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ff5703eab45bd9d39401b1abd70bc533cf468e8c",
"is_verified": false,
"line_number": 4361
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b2cb5d0de0e8eec1e7c489f04365964434a2e442",
"is_verified": false,
"line_number": 4379
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e973a6cb31adb9e08cd19f96748cb2c13e6632bd",
"is_verified": false,
"line_number": 4403
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a65274456d24c335d6cab019af696816bf7c2d64",
"is_verified": false,
"line_number": 4456
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0436348df309ee93b2d4476dfb6addc2360565ba",
"is_verified": false,
"line_number": 4509
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "46ea390b6ec00f132a7859edb8c6765b26f66127",
"is_verified": false,
"line_number": 4527
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5035594205e1aad058ddb8429ed7d9ba322703cb",
"is_verified": false,
"line_number": 4543
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2c479502092632ea3c14569eecd02b2d24109b9b",
"is_verified": false,
"line_number": 4566
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f429fbf3a73d167edc2dac273018fb8b56971f92",
"is_verified": false,
"line_number": 4590
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "47d2afd58c7dec8944f600851355380f52f0d885",
"is_verified": false,
"line_number": 4616
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c1196cecbe73070b0a7718569d7d7c346367ba52",
"is_verified": false,
"line_number": 4640
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7b348620042ad689ccc5c5fdbf604afc1cfa82a4",
"is_verified": false,
"line_number": 4664
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "220f5b443a78edbdad4c8ddc339923b5e84d9ccc",
"is_verified": false,
"line_number": 4690
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0b971b759cb4b6de92895e0c23c5f5dc52eac45e",
"is_verified": false,
"line_number": 4743
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4bafc0b46c362bf7cd6b4cc90a2303a22725684d",
"is_verified": false,
"line_number": 4796
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "046114ec6c1a96a886f3200c2ece3dab9c2734c0",
"is_verified": false,
"line_number": 4849
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "cd12005b028fe0374b427f4d7b55fd8df078ae00",
"is_verified": false,
"line_number": 4902
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "bf6943ae575b8e0bc11f223355618c1aa4450aa0",
"is_verified": false,
"line_number": 4955
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "21d5b699d17c831dfbad89ceaa3cc6f11b2cab73",
"is_verified": false,
"line_number": 5008
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "63703fb125ae927ebc890f5d7c25f0d56230d6ed",
"is_verified": false,
"line_number": 5032
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ee060324eb3222698119af51961ea70f58e482e9",
"is_verified": false,
"line_number": 5055
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "bd46af642dbe7b1732f64f710e2dfa241abb4a76",
"is_verified": false,
"line_number": 5073
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0fb3908a9bca0dca7628698e52130ce9b62cc6ce",
"is_verified": false,
"line_number": 5096
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "201a0a6f3b898a76ed23ca01ac7ace831ecdf38d",
"is_verified": false,
"line_number": 5149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "bd2f3dd962169cf165d5fb1c4cd1c88a9d75385f",
"is_verified": false,
"line_number": 5167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ba471079c58ce552149ff81dcdad299371de06a6",
"is_verified": false,
"line_number": 5183
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "dfbfb1425fac0e6c6b5b5a121d5c98d7fcfdd2ef",
"is_verified": false,
"line_number": 5206
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5ac3652f7fa319d0d55ca25cbccc4eb38f1f2988",
"is_verified": false,
"line_number": 5224
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c1f399fc6fa56398c645183d6029b883b9b705fe",
"is_verified": false,
"line_number": 5277
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "dcc0e1f23d92a4cadf7fa8a0c27817675dcd0ad2",
"is_verified": false,
"line_number": 5301
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b87cfdc3025b6e45f81bd847a65ae93bed7af2f0",
"is_verified": false,
"line_number": 5354
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0ad2af15dba78767b1217f168327f9358b7d0eea",
"is_verified": false,
"line_number": 5378
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4475027e5c30de98873ea67c036d5dd3757633e2",
"is_verified": false,
"line_number": 5396
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b72fa415e27b7f3bd3f1b9cbe0a51a02188697ba",
"is_verified": false,
"line_number": 5412
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1a4ea3d257812f6c9edbfd75ef3d1fb1a2e2d343",
"is_verified": false,
"line_number": 5430
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b28f04421521d35eb0c047ce37e1127d499af39d",
"is_verified": false,
"line_number": 5483
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "69948743d4fde0a0db19ae3d6285647441c79ffd",
"is_verified": false,
"line_number": 5536
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7d65e429969a00315788dc5cb72ed91d72f51846",
"is_verified": false,
"line_number": 5559
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1c750f5714b732dc45487889a595dbd3f7385c5d",
"is_verified": false,
"line_number": 5612
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "32638443ee4245cb1434fbdcaff4b7fb1549025e",
"is_verified": false,
"line_number": 5638
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "04b6d3fe154fac80af700763ed06d500ef81e40f",
"is_verified": false,
"line_number": 5691
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f9d91d15db03a93d9bda46eb7413704680057c5b",
"is_verified": false,
"line_number": 5709
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f7fe2a08c14cc44410c147b22dc47300ca11481f",
"is_verified": false,
"line_number": 5725
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "010e72a1d624c969f5c98e0526b62928df2d9797",
"is_verified": false,
"line_number": 5751
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d0828b99ee45fc31e4bef633a81e54b5024e5a64",
"is_verified": false,
"line_number": 5774
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ebbfec9e7ae506f4c1d2348cf4673ed02c143b1c",
"is_verified": false,
"line_number": 5797
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f0d541a9c47543ca0193730bceafa15d4ca92b5b",
"is_verified": false,
"line_number": 5823
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "92e978b7502549fab2ae1de91de79b1ba03befaa",
"is_verified": false,
"line_number": 5839
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "efdd337de5fca260f07d6f63313890d408966429",
"is_verified": false,
"line_number": 5855
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c2bff0347cf15c6e72f2dafacc85c8abff235e4b",
"is_verified": false,
"line_number": 5878
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "05b741ed85b0faecc2304bc804241fb4ea62ad36",
"is_verified": false,
"line_number": 5931
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d8f6b317bc8aa681270c650deeba6b9d8d43bbcd",
"is_verified": false,
"line_number": 5947
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4942e1f0e3a42c9c22eba2965abd8f8d64e0b034",
"is_verified": false,
"line_number": 6000
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "590739aa7912ee38cddfd3298f3db9ca5fb8aee9",
"is_verified": false,
"line_number": 6053
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "aab80d9a6569ee7736c6cd5a202ac903dc818d1a",
"is_verified": false,
"line_number": 6106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "10cd1f0c6e6406c58278df72d3b564488d12598e",
"is_verified": false,
"line_number": 6132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "286559168b5d7795f35f8d286c1f78e75b7503bb",
"is_verified": false,
"line_number": 6148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2c2af1b20741695fa52ccd08717f6745b6b97973",
"is_verified": false,
"line_number": 6201
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c6c351d27cd33b713a419379aba31614257d1ca1",
"is_verified": false,
"line_number": 6254
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "448fd471513415e6bee29bd3565b2bf59f0b07f8",
"is_verified": false,
"line_number": 6277
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2023188e6d0f02baedd885f17db5b7d0d6b352bc",
"is_verified": false,
"line_number": 6295
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "972e971b64f406990a28689026e4cdb476d2b498",
"is_verified": false,
"line_number": 6313
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0c0375c386f4dd2a11ad51136c92ff4be8a07469",
"is_verified": false,
"line_number": 6366
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d66daa4371db75bb5505d78269f0c786ff153c70",
"is_verified": false,
"line_number": 6382
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "26cabc82a770e8e2fdfe18d0afaff31147e47349",
"is_verified": false,
"line_number": 6406
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "24e69db5ea9b97e57a865cf6a91d9c2b2d7d90e9",
"is_verified": false,
"line_number": 6430
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "da91bb9f2b1780ccdf5098c36f30caac1d246a22",
"is_verified": false,
"line_number": 6483
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "cf0f8384ec9864b456e9c40a9b018ddcf2ac0f37",
"is_verified": false,
"line_number": 6536
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5a01c86e830b0d31095cd29fcb58e6e2c7d8e3d4",
"is_verified": false,
"line_number": 6559
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "444381bd598656694f1d292e3d53b95148800928",
"is_verified": false,
"line_number": 6612
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3086470fac13d32b120a7abd9111889f2f43b5ff",
"is_verified": false,
"line_number": 6665
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "bf3674842f22eff43c3d4a848b7b7d6ed307641b",
"is_verified": false,
"line_number": 6718
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7cc753eaae056606a57b2916512dcbf5921d99ee",
"is_verified": false,
"line_number": 6736
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "31741c5d6fcddfdb28ad4361939fec8d707da368",
"is_verified": false,
"line_number": 6789
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e9f9e3d60d2ee703b78e5358ef2d5e5168b54b97",
"is_verified": false,
"line_number": 6815
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ddc3dbcc804d369d3248c72cfd24d4cc745a2f17",
"is_verified": false,
"line_number": 6868
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "83f95fe76faf9428843b0648a920b45c661fd586",
"is_verified": false,
"line_number": 6894
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "61df1bcc0c08cf18c6e54c4d0f4bab0bde04ed60",
"is_verified": false,
"line_number": 6947
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "dc0e0128b4ae491be93cd15c03a8469d57766142",
"is_verified": false,
"line_number": 6970
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "cd140641d56d1dd0c2f43bf958a6c050a3078b27",
"is_verified": false,
"line_number": 6988
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3f3a4af6eefe0f35fe0eb844f1e21057e82b464d",
"is_verified": false,
"line_number": 7011
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "23808cf845cfe9457c69918def7b285140ca0b31",
"is_verified": false,
"line_number": 7064
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f03b27289e228a7be7e4dcbef9df360095ab2957",
"is_verified": false,
"line_number": 7090
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1a45195f4cf08da470129b3c553c4b079fc0f152",
"is_verified": false,
"line_number": 7116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fafdaa67564d28b973433c88ec43d5f6eab6feff",
"is_verified": false,
"line_number": 7142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1f2f25f3dd274e4773e2af161cd0184bd6282d93",
"is_verified": false,
"line_number": 7158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c6020d4722dd2ef23f0bdeab5864605c81c9636e",
"is_verified": false,
"line_number": 7176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8e8af5e893d28420982bb9a64eaee1415cff5f1e",
"is_verified": false,
"line_number": 7199
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ac65dcb0beaa5c09ba07dd702686400bf12e23af",
"is_verified": false,
"line_number": 7217
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "19cacf652590342114b06a7488f21e76770bcc60",
"is_verified": false,
"line_number": 7270
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7ef722ca81b49153f1cb5251fc0eca34500ece19",
"is_verified": false,
"line_number": 7323
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "800177243411ddbde177a0500c0f38b0abd09f32",
"is_verified": false,
"line_number": 7339
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5874e145b2f501b09dbd8d047d1bd9fc28483bb7",
"is_verified": false,
"line_number": 7363
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8314a2e7e3c0d0a903fe861d030b89313c2793da",
"is_verified": false,
"line_number": 7416
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1ad893a1efbe6eb0c9bbb43a9fa0ecf4d7164385",
"is_verified": false,
"line_number": 7439
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "18b60d2a6cab7c4fbb01a173eac11f38c916d598",
"is_verified": false,
"line_number": 7455
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6b0134353dbdd96fae6beff071a4495f1b69839a",
"is_verified": false,
"line_number": 7478
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e5526875eff9965215ee58302d021f7d9de02c2b",
"is_verified": false,
"line_number": 7496
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6e4ea4506659b296efec27be04648e61d0672277",
"is_verified": false,
"line_number": 7549
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "36b7b6fd9911ed6865f5dede0af474d359bc386e",
"is_verified": false,
"line_number": 7602
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7d71e8f800702079e5e47ddec94206ad2a9e38b0",
"is_verified": false,
"line_number": 7655
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3c147d975c9ef2fb506d1bfcdd43b07c84137497",
"is_verified": false,
"line_number": 7673
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c04554fce6076bbfaff180eda14b7ee7f345ee0d",
"is_verified": false,
"line_number": 7726
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "47bf988e95b09857581a545884b030a0cd6d6d4f",
"is_verified": false,
"line_number": 7744
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "63dcac84f853fbc31dedc04c1b3c115558dfabd3",
"is_verified": false,
"line_number": 7767
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "57f74983959068e1b2df5a24ab0d989041ada2c5",
"is_verified": false,
"line_number": 7785
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "574e03d0e694d9f60bef8e1d95124d485e0c032a",
"is_verified": false,
"line_number": 7803
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e130142b2b181d2eb4c585299e74a939abc57e85",
"is_verified": false,
"line_number": 7826
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8e9f9a79530865409bbd21c92c42f8e60b841064",
"is_verified": false,
"line_number": 7879
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "96a19c78698fb04cf0119910f204444f24d4bc7b",
"is_verified": false,
"line_number": 7932
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2385a7a720a2fef93b2725c7be7d01bf7edd1014",
"is_verified": false,
"line_number": 7950
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4e96a6f8a842444a8374601c47760c004367fb5d",
"is_verified": false,
"line_number": 7973
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "76199a11bc218b7cdd2f63e4880e072f1a1b16a6",
"is_verified": false,
"line_number": 7991
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "eaa45969f2ecf3710975d5046c566181a3f03d49",
"is_verified": false,
"line_number": 8044
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ef37f25c40bda1cb3ab57d2773bbb5073e7f52c1",
"is_verified": false,
"line_number": 8070
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2b57ef6f42b3a71a8b3e321eda205ba131a45f07",
"is_verified": false,
"line_number": 8094
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "da4a31d732591ab580c51e7165cd0f359c47a4fe",
"is_verified": false,
"line_number": 8147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "39c3486295b90b48e94019f4299334ee223d45d5",
"is_verified": false,
"line_number": 8200
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "85fe59acec570a73199b63e8f2807391233e342c",
"is_verified": false,
"line_number": 8223
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "752cca010e856e369d6b085977af9d68884258cd",
"is_verified": false,
"line_number": 8276
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f651f1ccaf681f90d3bf3c2606105779e08a7962",
"is_verified": false,
"line_number": 8302
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0c8a1f8cec60e983c60ddd4f506d349379b305a8",
"is_verified": false,
"line_number": 8355
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5c7347ea65ccbdd5d32a4f1f2159f858a41a6d5a",
"is_verified": false,
"line_number": 8378
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "128fa87706a650efc7e04b212a3738b3526bf06b",
"is_verified": false,
"line_number": 8402
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fbaa6b44950fa3c51690e9805462cacd1e7348b0",
"is_verified": false,
"line_number": 8420
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a3891b8ebcc55503178d01ab52e896d3245b7af8",
"is_verified": false,
"line_number": 8473
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6d0d94178e3f50eb717715449589caa160fc8b5c",
"is_verified": false,
"line_number": 8496
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "04417d22f15a3f8f2443508bb9cb6daca044ba1c",
"is_verified": false,
"line_number": 8549
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "438b89bb1d25a9b6b414bb31aef9d2d35f7e639c",
"is_verified": false,
"line_number": 8602
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "45bfc0cff820795eaa07909d7928b029e91ac2b8",
"is_verified": false,
"line_number": 8620
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "21061f644ef5db9809ae56be4ffc110a74a7e65c",
"is_verified": false,
"line_number": 8644
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7a4c3f3d79697056ae720d04b4bd3601efc56ed6",
"is_verified": false,
"line_number": 8667
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e075b29342548dd35bc0bda698f727bb07c67873",
"is_verified": false,
"line_number": 8720
}
],
"tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "80b9a79395f5a897fbb735ed19d6878334e3b010",
"is_verified": false,
"line_number": 2473
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "470262fea074e23550bfb4a78e70ed541a9a1a81",
"is_verified": false,
"line_number": 2496
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "817434c7a469b859809f041d984196f830e45bad",
"is_verified": false,
"line_number": 2549
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8b93195bbf936c6322d49e8f7011317d8b97d00d",
"is_verified": false,
"line_number": 2572
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "94e018a277785f523c66795f9e6cf5ba2431508e",
"is_verified": false,
"line_number": 2590
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7952eced8e65159d2729a02841c64242b9395d8e",
"is_verified": false,
"line_number": 2614
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6c36385475868fb78228c6c409c355ddeec990b6",
"is_verified": false,
"line_number": 2637
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a59face0e07d83916b45dca1e117978fc3b95a3a",
"is_verified": false,
"line_number": 2690
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "059c521b4a24005939dd071a3be4763c4ae5ef6d",
"is_verified": false,
"line_number": 2706
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "005976b424823e2a9589b314a56ceae02d64c0a1",
"is_verified": false,
"line_number": 2722
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6009b8b9e5fa861a121ffb8af384c6a088c20981",
"is_verified": false,
"line_number": 2748
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "58081433c33cafe6e0ee1528602520c89e2ff807",
"is_verified": false,
"line_number": 2766
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8d7eb10608cff0798efdd0eeaf136ac57ee3828e",
"is_verified": false,
"line_number": 2819
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0344cd757cba49469b9e00ead0a19fca2b04b638",
"is_verified": false,
"line_number": 2837
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6d2423fb99d71f5c0fad584b83cf60835ec89ef2",
"is_verified": false,
"line_number": 2861
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "bffadbb797f05acfa0312a8f82197df7d259998f",
"is_verified": false,
"line_number": 2884
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5f43adbcea1819e85f3031349288b739e9fc6775",
"is_verified": false,
"line_number": 2907
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "cf099615f80ad15a5abeae22a847a2cffe32bd7e",
"is_verified": false,
"line_number": 2931
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "47b720311e10e8507b8247d0104f5f49c2d40a0f",
"is_verified": false,
"line_number": 2984
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "be86658eda92b77e1da365b115bd5d0b2b59c12c",
"is_verified": false,
"line_number": 3037
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6a1392d8d83e3ae08352634c4ab12d559ab24945",
"is_verified": false,
"line_number": 3090
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "da94a0c11df8ad6ba3e486fe5692f21dcc3738b1",
"is_verified": false,
"line_number": 3143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5a0d29df9d0983e988759ac66939af3929dc58a7",
"is_verified": false,
"line_number": 3196
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "85f2f89ef67690dbb46207051ee8039c61631130",
"is_verified": false,
"line_number": 3214
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b2c9b01ee5c7d5cb8174f7ed67d8b6836698acd4",
"is_verified": false,
"line_number": 3267
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c26228e5bc56816c6c719e6e1ef7c7d13df296c2",
"is_verified": false,
"line_number": 3320
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3d420e930da116f7b330499257dc69198ebc4681",
"is_verified": false,
"line_number": 3343
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8d1c793e43689ab38b5475598edabb42a98ba125",
"is_verified": false,
"line_number": 3367
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "20ed73cc6c21b63e9918974f3ebeae20d34aba50",
"is_verified": false,
"line_number": 3385
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ec88589993ae8ffd959c2469380c3cdae5b33da4",
"is_verified": false,
"line_number": 3408
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b17a125a6c60199ee568de00b44120046b9b9935",
"is_verified": false,
"line_number": 3461
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4de9928f1841050c1373940ed9299a771aa5beb3",
"is_verified": false,
"line_number": 3514
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "74369955b3b56aeec009431a42d256875760e74e",
"is_verified": false,
"line_number": 3567
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3e38d6a84db092c6d06ed7542689c44d3193ad41",
"is_verified": false,
"line_number": 3620
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "481577a93aa12eb944547caf3aedeccc81a38609",
"is_verified": false,
"line_number": 3673
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "90e43a7f50a74876b5f46389b5d1e20af762071c",
"is_verified": false,
"line_number": 3689
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ccfab2ab72eac475d5cb297f1557cfdfff92192d",
"is_verified": false,
"line_number": 3707
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8c7e91811ebf84ce3f0ac7d75b5868dd5862e837",
"is_verified": false,
"line_number": 3731
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "db436a5c0bddf36a7ab2e983a4110affecdf694d",
"is_verified": false,
"line_number": 3754
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "cdcf675809b57e140ec1b9e66703e3049fcfb2db",
"is_verified": false,
"line_number": 3777
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ece95df77e66afe014b42dc0ad3d5ca2a0dced4e",
"is_verified": false,
"line_number": 3795
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f6d93d2aa0517e4373063828a8b67afa62d68e5f",
"is_verified": false,
"line_number": 3848
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c4120b8d0c22430d51e9c59c4d73f80eff28865e",
"is_verified": false,
"line_number": 3864
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5321983a6665657c713f1618c774b60dfdd59087",
"is_verified": false,
"line_number": 3888
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "714930bea6252b1b5e10eb36cd6a6f652920dfc2",
"is_verified": false,
"line_number": 3906
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "47c3d8c8bc57a1a62114a7595bc8f1e4aa79573b",
"is_verified": false,
"line_number": 3924
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6b7bb440b77a20f5402687150b45653efe33912f",
"is_verified": false,
"line_number": 3947
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "112e703f8dc9dab648c77195fd29358fe703439d",
"is_verified": false,
"line_number": 4000
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "24b48934781884324a1596d492a981ec05758113",
"is_verified": false,
"line_number": 4018
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "188a62c758074071a93203a00b32fca149a353ad",
"is_verified": false,
"line_number": 4034
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8851d3e039c54caeffd17a167cc9849a07d6aebb",
"is_verified": false,
"line_number": 4058
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ac0f7baa03c05b64a6843ce0e3e93d1e74cd838d",
"is_verified": false,
"line_number": 4076
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0124cfbd969c83f7a0c234ea6e11d31b3d12712c",
"is_verified": false,
"line_number": 4099
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "80cae12156c70bfa34ac2c1ee49d8ce8da632216",
"is_verified": false,
"line_number": 4117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "266ae7ae00d4c75fc812054ddc63ad00596cd395",
"is_verified": false,
"line_number": 4140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "99e84c2c2feb3d5402def98539cbcb5b7a4fa17c",
"is_verified": false,
"line_number": 4166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f5e8356462380f7e7ea0803ea1b63fe7e2487836",
"is_verified": false,
"line_number": 4189
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "45864e86c19cf2d93a3ac1a2162ad798293b1e68",
"is_verified": false,
"line_number": 4242
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "be20acf2e4578d70339ae6a5940aacb44d565e52",
"is_verified": false,
"line_number": 4266
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3da2a1f0470ed279452ba63bc29d166bdd041b51",
"is_verified": false,
"line_number": 4289
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3b107d07c44e8294b79bbc5cfa574646ab93ee34",
"is_verified": false,
"line_number": 4312
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "036097121a4dfe45cbdc128d7b51c41131d5a210",
"is_verified": false,
"line_number": 4365
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d830d8f9801a665cad75568813b6c0a6ed3e9113",
"is_verified": false,
"line_number": 4391
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "666e5409b160c4e00208b79ec48b8cfa70d92e62",
"is_verified": false,
"line_number": 4417
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "96b0c78113a4569060e957723b39c295a76ebd3a",
"is_verified": false,
"line_number": 4470
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d5a3cb75309849177beb604c1d816edbd1d60eb7",
"is_verified": false,
"line_number": 4523
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4e4f5e705c667b3ba7a3ecab995942c24b4936d0",
"is_verified": false,
"line_number": 4576
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2b9866518e9d7f2ccad189f43ff63f144b4efd46",
"is_verified": false,
"line_number": 4599
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "aa2f2e70169ce470e89d7d35c7a6537844b5da79",
"is_verified": false,
"line_number": 4652
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2ddfa860ec6bbb5d87a05fd5b359bf178264c3b6",
"is_verified": false,
"line_number": 4678
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2adc3244bc4d1033416fd6e0f08958e9b9e89851",
"is_verified": false,
"line_number": 4701
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5a5068ea48d0eab32ff45f7658ffd6726e1e29d9",
"is_verified": false,
"line_number": 4727
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0f7fcf9b8ce01610929340623d4b20499f4bc56e",
"is_verified": false,
"line_number": 4745
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "393a9701882e453072e38ce14f9f072039daf8cb",
"is_verified": false,
"line_number": 4798
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d9550c1cda55dbdaaafb2f6f42d5f2308f454b01",
"is_verified": false,
"line_number": 4814
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0a45a52a64d7287a102ef014291a656c276a08cf",
"is_verified": false,
"line_number": 4838
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "99b389129c35e8e3b02bcb3ae7cc7b4239cf4edb",
"is_verified": false,
"line_number": 4854
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "38334c4b3ed15cb185316922ae5a479eda50feae",
"is_verified": false,
"line_number": 4877
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8b4ccf15b9c28cc5279b9cf32d0907d264c65d5e",
"is_verified": false,
"line_number": 4930
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "130f5955f748df9829e0bb61aec5f0435be15a71",
"is_verified": false,
"line_number": 4946
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c03b899ce84c22528f20d613fcb1a6eb282f42e9",
"is_verified": false,
"line_number": 4969
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "566501553720cab613e21339d5ed3600dba86a28",
"is_verified": false,
"line_number": 4987
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f726aa7e91543c5f19e6f9834953ab0c27026d9e",
"is_verified": false,
"line_number": 5005
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c7a9f259e8b0fa1544104f18ec753319a2547b2f",
"is_verified": false,
"line_number": 5031
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "464099e8ef25ce1f874f17e644d86a2c09b4a58d",
"is_verified": false,
"line_number": 5054
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b5abc350c01dcb2065749088aaea11e060d0413a",
"is_verified": false,
"line_number": 5080
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "9b1bf633455977fc12fe1af25ecc612e20ed8318",
"is_verified": false,
"line_number": 5133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e5399664a17c5b497ca96b66edc76141e9f4d8f2",
"is_verified": false,
"line_number": 5159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3884b5bf2675b192945b03e6d4a9df31678dbadd",
"is_verified": false,
"line_number": 5177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "dcf3e575a24b4b3aee34d89756bb6a971a8dc03d",
"is_verified": false,
"line_number": 5203
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "372eff3d212f38477637aa44cce1bcf6a2a2a590",
"is_verified": false,
"line_number": 5219
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "dc0caec2c76ba29d09fa6d44fd1fe5234d11532a",
"is_verified": false,
"line_number": 5272
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d6ea30b3fd0325f9a9ff023bfd1b5fbeeee6b59f",
"is_verified": false,
"line_number": 5290
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "36b961c1b50a4a35a42ad1b9cd12890a93df7104",
"is_verified": false,
"line_number": 5343
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "bd99a580d0013b5ba1c7de29d30d26bd8992b5f1",
"is_verified": false,
"line_number": 5366
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "11671871d66eb62661eb3532063972e63d96ff13",
"is_verified": false,
"line_number": 5384
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d6bc3344fc0577574c0f8db2dc91f0489e340a0b",
"is_verified": false,
"line_number": 5400
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "9a6f376703402891990afdfe5cf7d1f0f8ed3530",
"is_verified": false,
"line_number": 5426
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "11eddd647a9713655800714116346c44bf50c8b2",
"is_verified": false,
"line_number": 5444
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e88b26bd1293e02bbd19fec18512fda352b8fbbf",
"is_verified": false,
"line_number": 5462
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c42a4cadc3aac5ef030837676c1622b2a21eccdb",
"is_verified": false,
"line_number": 5515
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4960057ca787b6c8568745f7e63ecf670cf5ea69",
"is_verified": false,
"line_number": 5568
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5fc30960b3b6ad04dc036b61ea9520c85731c0c3",
"is_verified": false,
"line_number": 5592
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "195786cd1de304f9eee579b9285023150d453683",
"is_verified": false,
"line_number": 5615
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "53bf53b71a0147dc7930f7367f951ec0f0884199",
"is_verified": false,
"line_number": 5631
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1948ecba08bdc41038648543a62dc27b951bd6e2",
"is_verified": false,
"line_number": 5649
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "49408341075042567d57d3ce9969fb5aeeda506a",
"is_verified": false,
"line_number": 5702
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8393b2030d9b061d47b2ca7e4114228a8ba3720a",
"is_verified": false,
"line_number": 5726
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "82fbece5c8fdbd992c9d2aa1583f0cd310f751ee",
"is_verified": false,
"line_number": 5779
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "cc5348487428be8f255fd8e4ceee2352332d24f9",
"is_verified": false,
"line_number": 5832
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "dfd1e20300b72494466f8107ba66c0d1f9b2c219",
"is_verified": false,
"line_number": 5858
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2858a9b599d1f091f7677f946483766a5a2acfce",
"is_verified": false,
"line_number": 5881
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "61e63147fce6a05b6fb184f31dde92d5e54754aa",
"is_verified": false,
"line_number": 5934
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "90f57808d1ab43970e91e96fb417f1127455f7f7",
"is_verified": false,
"line_number": 5958
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "13f3b19e6918773fb190793b3a467b44cdf03105",
"is_verified": false,
"line_number": 6011
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "69f8aa97de50f769e11266b8905041d7d08ad359",
"is_verified": false,
"line_number": 6064
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ebded1137668f4c5ed70a99da83d72c9de1d9978",
"is_verified": false,
"line_number": 6117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "135a18e2820bc1c48cb2d281bec63e6811019791",
"is_verified": false,
"line_number": 6170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4d463599569cdd96dafc2afd61ad1d4ca4c55a29",
"is_verified": false,
"line_number": 6194
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2af788e9dfc8b6e3f6035b9ea23d81880b1e2ca9",
"is_verified": false,
"line_number": 6212
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "16d26e289a9524417d2b95c5e459d334b995f25e",
"is_verified": false,
"line_number": 6265
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "26d9989846d086b1cea1af9a62a3a8caf5f3bc83",
"is_verified": false,
"line_number": 6318
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "bd0327ef9019d3c9bc7e2fa2b43db4c275057a30",
"is_verified": false,
"line_number": 6371
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "958bbc670a1896bd6d3f1ee6ea6c7e0c2c3a6e4b",
"is_verified": false,
"line_number": 6387
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a6df75999c71dfa0a65bb759c70d267aec3311cd",
"is_verified": false,
"line_number": 6403
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b70359c28aaf8d11782c8afc34b05c6b13e5433f",
"is_verified": false,
"line_number": 6456
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "69795325452e780c51f05972ed4a902ef93adbc1",
"is_verified": false,
"line_number": 6479
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "22dec13e621184f9298eb0e601d018126365f648",
"is_verified": false,
"line_number": 6505
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a0bd4b911b8155954167c2968d631405665c0a9a",
"is_verified": false,
"line_number": 6528
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b7ead26c51c0fced24756df739697606edd0d703",
"is_verified": false,
"line_number": 6546
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b43950c3b354bcf0381b3b5a1e3f97637b50eba3",
"is_verified": false,
"line_number": 6564
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b6cda0a79d8a31fb32d0b61dfb0defd6ce82c81d",
"is_verified": false,
"line_number": 6617
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "dc8c04d0761e1fde5105c2ac14a75ba21561e026",
"is_verified": false,
"line_number": 6670
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d0c315ae4beb00aa89ef453f37feaffeab1b9a2b",
"is_verified": false,
"line_number": 6686
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f73b4a4556f5ad952a2f340b426767de8d0dd976",
"is_verified": false,
"line_number": 6710
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "9abb483b5474855bc887215b8483725503daa570",
"is_verified": false,
"line_number": 6728
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "162ff43cf234967a4f17628d2f36c6108efcbc00",
"is_verified": false,
"line_number": 6781
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1baac1fe1f2e11874b961a7add6428d7c5174dcb",
"is_verified": false,
"line_number": 6834
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1ae636204c5bc7e708b06dcf7c6638aec0b59538",
"is_verified": false,
"line_number": 6887
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c7da1a7a50e7e3830acaf5189957dfc26e2cda5e",
"is_verified": false,
"line_number": 6911
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "fe483154f60d11388b783349ad2f25d5b75fb2c6",
"is_verified": false,
"line_number": 6937
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "16b30e5b639efcfd4ca4d1eedacd83e995454784",
"is_verified": false,
"line_number": 6990
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "eab36b5342a54a7e10594f1fb4ecb48185ef7da4",
"is_verified": false,
"line_number": 7043
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "54ffaa24063eafb9cafe39cd27576eade8678977",
"is_verified": false,
"line_number": 7096
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5b3e12f3ae733a768591d3faaedeaed7ccc834ea",
"is_verified": false,
"line_number": 7114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "36710a1619c954dc3a4e565c51ec90f00932f43f",
"is_verified": false,
"line_number": 7137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "eee115acdb1274b3ad585be06975bbbab093b012",
"is_verified": false,
"line_number": 7190
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b3a9c23e75131467d4a0ac10ec72b40edcf26fb1",
"is_verified": false,
"line_number": 7243
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7402efa6245414a49e22f4af026d73e0f07727a0",
"is_verified": false,
"line_number": 7296
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5d329d61ef47daf2820084bca8169e1ee5eefcfc",
"is_verified": false,
"line_number": 7349
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "819cfb4863e29596c7c5ca2387972d045e751368",
"is_verified": false,
"line_number": 7402
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "87b373bd875e8e8d971b8f5eafa23b6d54f4e980",
"is_verified": false,
"line_number": 7455
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f8255288e869bf1e133820aeee089fa390399eba",
"is_verified": false,
"line_number": 7478
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1c0cfd765f0c93c8499044d5b4ef05cadb2504ff",
"is_verified": false,
"line_number": 7496
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f3ab3a165d3d014632781b97c65d9b61ee696f2f",
"is_verified": false,
"line_number": 7514
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "178df2e7637c1629efe32a1a734e981383ebda20",
"is_verified": false,
"line_number": 7567
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "dd3689973a4ae5d6750fe2d9ec5b60e2e4002c95",
"is_verified": false,
"line_number": 7585
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "77aa7ce8d8664eae86ffe59221adf2bc9f910cec",
"is_verified": false,
"line_number": 7638
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f15bb3a08fbdd6339abaae6549bc2d5b9eadc83c",
"is_verified": false,
"line_number": 7656
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1d1d0901000a74f308a81f46462a7c47264a8bf5",
"is_verified": false,
"line_number": 7679
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "109cc4cc8befe48043158262811fbabcac82e083",
"is_verified": false,
"line_number": 7732
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "490e44caee5a21ec8e16cd5931e0ce916b5f4105",
"is_verified": false,
"line_number": 7785
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "aca6ba8b5c3a583b628a8a78ec77ae3da8297f8d",
"is_verified": false,
"line_number": 7808
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "767b3cf752ee6c330de7657990842362fce27e47",
"is_verified": false,
"line_number": 7861
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ddbc09bc80956d0172ddc35cb48cbade07687c16",
"is_verified": false,
"line_number": 7879
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "108214b3d6b7266de7542e616b989997a7a315f7",
"is_verified": false,
"line_number": 7932
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a1d9a1d4038e5f172659acc69530eb07d29c5906",
"is_verified": false,
"line_number": 7948
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "9da94ffbd3db55af3ba930a5c7e30dac28adb1ca",
"is_verified": false,
"line_number": 7971
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c2878643084ef4f3f4627e35d9322b4227044ee0",
"is_verified": false,
"line_number": 7997
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f54d7ed134a2b6cdfd6a67ce2ee9614a5e274ae7",
"is_verified": false,
"line_number": 8020
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "90d01d6e4ef7505e9eb213c938d901c9a9c68de5",
"is_verified": false,
"line_number": 8044
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "460cb2b764883c72339372805d7b887ece65d35b",
"is_verified": false,
"line_number": 8070
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "35061f2ff459b9b6df1fe79a7d58aa2517351fad",
"is_verified": false,
"line_number": 8123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6b23f6b130679c9ce62359964357f59073ecc72d",
"is_verified": false,
"line_number": 8139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e63c824966f177a77a48a8b7c4857d118568588e",
"is_verified": false,
"line_number": 8157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/kaggle/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3e41d3210d8c678e31bc4ae480f9b0f52278206d",
"is_verified": false,
"line_number": 8210
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "cf149143efcd5197a2f0e7428d38660145394350",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "39ca97fbb0ba1f8f72779247b1b5f0654efcffe2",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b69f34b804a12c6bb778b4bc8cf1814c6ca3378e",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "40660f7a34da1d7fe8cb62936b59e6ab3e31f47d",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d205c2c0aa6f798c2b30fa0b1048aeefa4df4722",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d4bacadd2ad0e0bf8bacc597fdcae7ea5295bc84",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "1300ef5fe53b4b7640376e86e006e2a3584733d7",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "467357798bcfca28ff012999531d8600048cf8d5",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "22d4593c387ce67a33473ce1173483c8f0ca1a56",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "ea7ac0ce06124b6a44022da307b82e0e507daf0e",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "95aead5aa6cc8355e0c94a0128832509044880aa",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "8f95e448426a542e0e6e643915774534a07e19dc",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d37e86f8b363f7ed4fe667d19bdc424b5d5a33c6",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "0e6212ad0ebe4085cf4f46446f7819223fcc4626",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "a28573e31eed98285dee3fc4f76de14e060d4727",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "5d15f69b72032af085874345635da6a7c386be44",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "dad9db7c6587e237c88e6ef9562ac578658f5315",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "dbe7fd29a7a7938aefb7c3d4b944189c89ec89c0",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "ba836d4a993ae5099f8aadf87326f85c48dae1ad",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "569d5f1e51d6e5b5a14d73ef424edabc2d0a837c",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e99aa15bd932f0b53f8a9bd7e7955b365792c810",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "fe3f0fdb457a92de24079a97b7cfd1c876de64f1",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "6bcd354f5d03360d16c3859b3da164b49ebd2199",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "a0674db709b732b34332e2de31146563871ad388",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "5b8bf14f4f8971a40df50ae93f9716bae15f18c6",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "2fc5052a70c98ede40322af83273b57f91a32bd3",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "f38deea1b0449c273093cb4c042c09d81d103111",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7b602b6b189f50de3d88d5c499646397f20a30f1",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "2d06a8e6e88ee193537cc31fe5d0abdf0284d308",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "80e44d11d3d0afb96c52a5b9a3426e7b8b21b3bf",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "5c13aae1b667c10ff832cddc4d54fb30faca0bfe",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "8f537ff7f849f46ea991c801d38342937beffa92",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "0279247812ea0a092592268e7ca91ad63ac4e598",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7a266151e307f91680883e52a7de95ba6887df59",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "f440b61dde12e7ce32d9ee0c3ecb40b4c0adf6f4",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b590268ba7dfe06d5ae0eaf72c7eb01c7b18f9f7",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e4f94611f736138facf6d49803169512c92a0bdb",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "689f00b62aaf1792fca4bb4327c8d79eb881a547",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "099ce7758925ee79ee94cd967c7b64b3cc829105",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "1fe5fab88994d286cef44874d25f1aad843886d7",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "2f3fa1d3f5ae65143cb6bf0c65fca7dcb131b873",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "1f9ffaaf1b34502e169670e882f28bcaf279fe1c",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "3f4fe15cafe9e65574bfe403354be795eba401a6",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "26f38ca75ef133aef9b61aee3fa6d30dcd8c840f",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e2e48cb64b05e65473c324f67074b5ed4b5ed889",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "36c1769f16be64679ad1e60f2d07b380da34be8c",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "f55bdb2b27580227de1dd5df10148841cd049665",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "df6ebe152589d8b30f8b2c643318b4b62ab87e6a",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "a2725fd8b9f98a5dcfd8cb052b5f621bf03a98cc",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d4badba2db1a6cc2d1204bf78040692141d38d0d",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "ef8cf3c11c235661fb9b0915260e4fc9658cb043",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e31df0304162526af190d141aa4526727d41aa0a",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "bb0ec3e42c60e8e960b5b04fe284f30ed73ee36d",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "fb853ec7ede250ba7405eee60a6c46bbc984da61",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d935427d3ef28ad9d7f7b9734b789c9baea0ac0e",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7a21dc1f6ebd76334edd4b42d762bc89a7633893",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "2959c3af4ac1aacc3c5c020995be286c71775a05",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "80f584dcc84c8abbf726a5711907a89bd300ad14",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "37c1c1772186edb48da27fd8838936c2a2940c3b",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "9703ccc7dd412b5a2f6c4c1dae817c91ac9adbe8",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "8aee6ecca819481f5f0a07855eadd3598f389182",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "5a81cf6079c567338ff6ca3dbb86d3ab5432ea1e",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "89b6ebffa3f2055ddba4ec85a576a6fd6d1292bd",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "344ea30caf19eed7206e823bd589ccf1fd6dea6b",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "9f40420c00ad7d40e6dd0367e51e26011a42c56b",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "2983fac6af36c9cf56b94a3eeb04d0ad030cb770",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "4352db6e63a31a27cfbe6df1207c62d66f26a013",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "f548cc269b1317819cab4c48f9ef93364687b26a",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "19fcc564716192903765297685838ae3fc2b42f6",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "8d10fe7c70209d8b079ec24845c195b3ec908bc6",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "6d63d1c01f7dfc8485f78bd1a327f5c8d174e6d7",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "ddbd1bb56ec81868da98848495d126a90ec71636",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "9181b56371acdcdfa210e8e339392695beb8911f",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "c5e32acf9d251004a169cb1c8f38bed7d7cdf86a",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e65b6564c2b7c6e3565aa858ab1d4f27496ba899",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "0280884d5402619094af7fdcacde3eb7a0166b8e",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "15254cdee35ac4933d756ea5cf8fdb15e8b7b8de",
"is_verified": false,
"line_number": 178
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "6e48cb7c1b8424b3ca4b606f2fe558b83dcc8818",
"is_verified": false,
"line_number": 179
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "58cffa5d576239202b339c7c2feeadafcb5623d1",
"is_verified": false,
"line_number": 180
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "0d7bfb5ff28ff017674a5c1f5ef3d57a82a8b4f0",
"is_verified": false,
"line_number": 181
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b35d4af54127a2e21efcc3c92a2c34cfce20383f",
"is_verified": false,
"line_number": 182
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "69fd7fa7efecd4c761627165b7ab95ff60efa62f",
"is_verified": false,
"line_number": 183
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "df7b0b80b326c6cbcd6f410d9cf74b677fd8c984",
"is_verified": false,
"line_number": 184
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "03631770d3daffd52cc299dddcea8ff2279e3240",
"is_verified": false,
"line_number": 185
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "90b1e5e67626ae68fbd1744bce0f919209d6578e",
"is_verified": false,
"line_number": 186
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b423c765198670ecbb7cf833a0a8f011088633e0",
"is_verified": false,
"line_number": 187
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "fa595de76ca8b8c55d3c281a09d5c289cd9373b8",
"is_verified": false,
"line_number": 188
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "c117f6908ff1f3aee6b34e625fff9ca7cfe12147",
"is_verified": false,
"line_number": 189
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "24f4a17bfbe9c65cdd3ec08f1fc70f8286a1476e",
"is_verified": false,
"line_number": 190
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "85303430b082985b7d468d6645ea76e3480b2247",
"is_verified": false,
"line_number": 191
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "4b4134f7c81fecced8d90b0c7c5d1b4d46c93087",
"is_verified": false,
"line_number": 192
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "5171f33449fe1adf90b5f1994e3d6a6f2df00a23",
"is_verified": false,
"line_number": 193
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "17af6001eac3a68819531b2e5accf8767f35dd6f",
"is_verified": false,
"line_number": 194
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "56c0dceb6417e2efc6b8659376b1a9741b8e059c",
"is_verified": false,
"line_number": 195
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "cdb0595ca12767b6ff1158776caab2d7baaaf236",
"is_verified": false,
"line_number": 196
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "284b9e86cb6465960e6e7af17979d76e27b0856a",
"is_verified": false,
"line_number": 197
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "eca67cb0532f3624d62565808492a84cb85b9b78",
"is_verified": false,
"line_number": 198
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b0850c945d931738c9f1c1d00b29dcaf95c0275e",
"is_verified": false,
"line_number": 199
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "4caa557291a9da1a5724a780197d80c08dd3cbec",
"is_verified": false,
"line_number": 200
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7bcec97afe338f7b12cb9cb92c4896d1c3e6f66d",
"is_verified": false,
"line_number": 619
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "15939b5d8b8e1f88e33a0618255b74d594e5ab2b",
"is_verified": false,
"line_number": 620
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "eff51b30c770e92de8206117d89193f7474798c3",
"is_verified": false,
"line_number": 621
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "f7c08a7765399fa74a1fc1e75a5236e891bb763f",
"is_verified": false,
"line_number": 622
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "ad26d52263fc6c2429a239e691208fe7016fed26",
"is_verified": false,
"line_number": 623
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "27cded263087bda5287a872524a62d0f8ad8634c",
"is_verified": false,
"line_number": 624
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "bb715d54f334a67f26b00d7feaefb5cf0d9d0034",
"is_verified": false,
"line_number": 625
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "aeb0d6b68c5c97017f1425b86e9c07b730c4c4c5",
"is_verified": false,
"line_number": 626
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "a9ca7bcb7607028d6f11ee319c03d3008f6b6645",
"is_verified": false,
"line_number": 627
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e24f8730397a6e1e4652ea1081a16935da94f4d8",
"is_verified": false,
"line_number": 628
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "fc55326f041c1ae3f47b1893a042997bf86553b8",
"is_verified": false,
"line_number": 629
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d75f1d8c2f6fc63298238af5e494e5e3e1917992",
"is_verified": false,
"line_number": 630
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "f7fd1895751bc95fa4fd931200e0bffef8fb23c4",
"is_verified": false,
"line_number": 631
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "3104535789fff283cd8889c9c1718a10a29e3304",
"is_verified": false,
"line_number": 632
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "12036808595fc2f915905e0206e288274566c0f0",
"is_verified": false,
"line_number": 633
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "186ef0419bbd7f7c20727b1dcc7c5f08551f1b62",
"is_verified": false,
"line_number": 634
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "0124f0063c50af737186bf465417fb518f492d98",
"is_verified": false,
"line_number": 635
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "defc1c7a3c89ebf717830cedca9b73738f44b13d",
"is_verified": false,
"line_number": 636
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b4b33c87f72a0d93192c3a1552955ff7b07c2af9",
"is_verified": false,
"line_number": 637
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "510f349d340e279bff7df08ed1d4d565a3604ed9",
"is_verified": false,
"line_number": 638
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "3c7b2fc2dfeb83ec086a39aabe8ac23853f5b585",
"is_verified": false,
"line_number": 639
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d6da890e8b3dd33336497399cd77db59d37b9da7",
"is_verified": false,
"line_number": 640
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "cb833d2cf440171c73e7b89ea1abc6593f907a70",
"is_verified": false,
"line_number": 641
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "eb73b337cf5f15ce99ef45324f9bcbc28f2aca16",
"is_verified": false,
"line_number": 642
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "85d8651567efa2de1a952992f9be66dc531371f9",
"is_verified": false,
"line_number": 643
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "780ef4d4f25e705b0dc93fbf4c249d415fd13eee",
"is_verified": false,
"line_number": 644
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e29d5390460a00fdc134fb647c67ea7dc035f9fd",
"is_verified": false,
"line_number": 645
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "0447af27069098e6d7f6cd77169e1c610f0f8e80",
"is_verified": false,
"line_number": 646
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "2ab8c1afc27ec449b441bf408fcc64175a02a029",
"is_verified": false,
"line_number": 647
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7afa3a60807a2585dba43469fd6c1acfb72e4b9d",
"is_verified": false,
"line_number": 648
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "408b7e968df921a0efe23fdfba7799f619053018",
"is_verified": false,
"line_number": 649
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "9ac42dd97040001510fc6a102b4e2c78daee28a3",
"is_verified": false,
"line_number": 650
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e84b32f1bd799314f7ca57678611d059b726b5d8",
"is_verified": false,
"line_number": 651
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "86fb83d53a9ffd6bdbded469b0a04efcd9e1257f",
"is_verified": false,
"line_number": 723
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "571bbf7015d801eab7b38b952a6204da4f29ad64",
"is_verified": false,
"line_number": 724
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "c47e83d68dd24f5cdc1921c3f69dbf10a2b9d406",
"is_verified": false,
"line_number": 725
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "edff16889a5888c8f9aa6fe6ef1ff0168ec3d05b",
"is_verified": false,
"line_number": 726
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "a8490f294367493839e91597a13fad96137c83fb",
"is_verified": false,
"line_number": 727
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "4d828e0a1bf835381006afe1de80876dd62b965e",
"is_verified": false,
"line_number": 728
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e6806ef8fce8bd02c760f5a0b56404800d1d44d2",
"is_verified": false,
"line_number": 729
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "32b103a157c0b382129c9af2d7e2707f727a465a",
"is_verified": false,
"line_number": 730
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "24782515b6f483771b88633a53685595bc57a240",
"is_verified": false,
"line_number": 731
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "47e33ad68cab40248f5a607a1d9d6b6414fd9640",
"is_verified": false,
"line_number": 732
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "1c9812eff28fc744d0c6e215afeefee6a9ad1456",
"is_verified": false,
"line_number": 733
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b04df40f7b8f741ab235d8b04beec68dee92228d",
"is_verified": false,
"line_number": 817
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d6dec5ba8a7b5f96f11ab40ab016063964e183e1",
"is_verified": false,
"line_number": 818
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "24237196f186ebc5c5f76cf8cd9070ef5b6ed561",
"is_verified": false,
"line_number": 819
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "82250a99ed1b9008c6896002fc6021547e6288c3",
"is_verified": false,
"line_number": 820
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "22621eccb058f8f939babc666342d161f4803822",
"is_verified": false,
"line_number": 821
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "3bd19ee1e56dd0317ed3a8213ea322264f4cea34",
"is_verified": false,
"line_number": 822
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7b8c18eb56e37bf90e46351258459564a84dcce0",
"is_verified": false,
"line_number": 823
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7f921fda82ce0b514ae8dfb36075366a8f9e1f25",
"is_verified": false,
"line_number": 824
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e5a3e0b65f49198c2d386e447bb0e09c51e1653d",
"is_verified": false,
"line_number": 825
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "06d3d1fdeee64349dc92b8402be6d179774eb8f1",
"is_verified": false,
"line_number": 826
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "27b6ad28b08e5d9194e849a5d7f8abbe35b6295c",
"is_verified": false,
"line_number": 827
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "8db09396a40cdcec6ef7834204af4b5e6cdd5352",
"is_verified": false,
"line_number": 916
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "fdfef3c1d2e4738f7216e7439170981c8088f412",
"is_verified": false,
"line_number": 917
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "b5993ce59df6f9067c9329c2b37379656239debd",
"is_verified": false,
"line_number": 918
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "543323cf87caf369743654097ed26d608f083c9d",
"is_verified": false,
"line_number": 919
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "84d24a72c6513b9b88dbaef52f7d885eca5d901d",
"is_verified": false,
"line_number": 920
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "98cdea7cfd314e6ed3d78b563d7a6a21073c9547",
"is_verified": false,
"line_number": 921
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "049e6a58d23bc5b48996cef9e6b5398cee49ed2a",
"is_verified": false,
"line_number": 922
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "e3591eb69f4204ab177db8f90382be04bd417345",
"is_verified": false,
"line_number": 923
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "8b07bcdacf9af232d32eaca324f1cfed1f6491ea",
"is_verified": false,
"line_number": 924
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "46863e6e62379c07a676488582e72ec4bac51256",
"is_verified": false,
"line_number": 925
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "c309654d460f8f60dfe21cda43f902140002fbd5",
"is_verified": false,
"line_number": 926
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "3ad276b479ec88aa3f2a093b0c0bd7a3d1f84bd6",
"is_verified": false,
"line_number": 990
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "270e81e8a5816f7407c89370c99553b978a42ef9",
"is_verified": false,
"line_number": 991
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "60c6baa1a23d1b02f2daaa6106f38e074645f0af",
"is_verified": false,
"line_number": 992
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "5bcb030c792bfa2aeda27ac5e6dffd8fe7fc6f3e",
"is_verified": false,
"line_number": 993
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "33731943a0049edd47ef5ea2a3103df5c6702ef4",
"is_verified": false,
"line_number": 994
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "86d7871ab13b78b7a5a14cc3fefd96e4bd84aada",
"is_verified": false,
"line_number": 995
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "a5fa565713c48e60e36dce3208c0ed3767a07716",
"is_verified": false,
"line_number": 996
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "5ee44703e3be71bed65a3fcecdf9a4b85a251782",
"is_verified": false,
"line_number": 997
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "0ecb3c108b716cf50a52b2a43ad35ae9e4646a53",
"is_verified": false,
"line_number": 998
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "26d4ca1a4b827e490b781d22c020fd4a46c06382",
"is_verified": false,
"line_number": 999
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "aacc92043b563afe74ce2d0e518ac5f64a1b3e6b",
"is_verified": false,
"line_number": 1000
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d621b911b73adcd0f00db0763ce1b9eee5dbc0d7",
"is_verified": false,
"line_number": 1001
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7ed50eb579b0a5c81991227ee797ae53910041b5",
"is_verified": false,
"line_number": 1002
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "3fd509759972404b7acbe1251fabd130577b0c38",
"is_verified": false,
"line_number": 1003
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d6314e28794415b97a247273529347ae9216c080",
"is_verified": false,
"line_number": 1004
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "636b0a09549d5d9003d8baa30d17b4f07a5cc20a",
"is_verified": false,
"line_number": 1005
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "d81e94844d817f893e726f22b6a4a848bd39ea23",
"is_verified": false,
"line_number": 1006
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "c5287d92221a721facab8ded7dc9cb1f5eec9088",
"is_verified": false,
"line_number": 1007
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "da22f498bdac18ae5327e197a955971f5217fa0d",
"is_verified": false,
"line_number": 1008
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "7d11da3b280556514a5a4e0211b212d5d97f6ffa",
"is_verified": false,
"line_number": 1009
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "294cc1d7e14e1b44d524926385e6583b87e14e6c",
"is_verified": false,
"line_number": 1010
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Text.ipynb",
"hashed_secret": "67e695750592f47b40c805c648d3663b494f5b48",
"is_verified": false,
"line_number": 1011
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "eb0e03762b7a42e9d0f252df439b8bd77bbba7cf",
"is_verified": false,
"line_number": 100
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ad93f062b04d41824ff6af9f2b529e87b1b258a5",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "c838d6b2a4c5c0b2f1ee43ea1c83d777b5da2617",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "208671cdb2e0797678465da9cadda5cdd29f4b8a",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "675d9f3a16b7dee25a654d15d313e60e57f8ed64",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "f723e8a09d3b608f30f6ce9b1bf15dd0b0e72b0d",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b8ed716d2ef819a9a287a9827edbd3fbc15b0623",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "77071f939747d05176dcc6d3dee5f467eacbc30e",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "93a1c522eb6f269f071ad8beef997f79f29f8001",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "10d2c262ee69610bb99e7be642aebc750bdd3b19",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b05031113febeb4391254bd72eed71d4bc8ceeae",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "9b319c211c47d7bf9fd24d68292067e3a175316c",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5e05a862b31c85a4dcc2628450ca308d8fdc066d",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5ba45495c3fddb6606029dc5076eaec99afd9dfd",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ed4ced6a12d24938f578c492af628c38ac622b6c",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b7a16a90ca000d45556e4e85169eee67ed7d1169",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "388a0caf76313b0637b598420d28d61b6c211a7b",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6a72ae4570f4b8b89b2e7283d983d8953824839c",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b06a302c2d3026043f444edd43b32790d8931ceb",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "aed040a4c03ab547f9c8a70eb09dcc728b396a4b",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "397cbc30a7b94508df64f528833694143623cc15",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ddfc6819a375395d92333e7b1065b998c61c18a0",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2f0727c646748fd02b98a559519361c97ce4a205",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a9d34ed3a503e529853236797e175bdf8f5fa203",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "9c74076441ea521aff00dd8a79a3629aa74e8d0b",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "54b64e2aa73e022d165ba760b004f5dc151292d3",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ca3f358e5c626877fe07c402da1d8c83c0598f13",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5beadb5f948fdeec89b03b80f3235835cb8e69de",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "25d2e039c74ab37d2a38167ccade47500f97ab3f",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "008082f24df1af67943d39bf356010782716ec91",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "0d44d1a6bbc0637b8a7ceb9a58da101b7f4ecff1",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2c13a460adead68b339a3c4cd610da85e83aaa90",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "0444d50d8944fc5780849217680de3bfed0475a7",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "0d7918fa4ebd12dd84f6b5cba459d4bd1856be8b",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "7d5f6f0ae303a220bf8c6e6cfc361ebb59b78a89",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ddd8412b058bc38d3cbf1c943d00d475921022cb",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "77ee45a1bee97d7642614d111b5ef226cca820dc",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2051538ca8b6e90bfde7d8c4dcfe2ce086a7089f",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "656eb4b48c3374a8385441ac303b781f86740542",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "d3dabecd63e9160a294ad4c9ef6b33dcc52bb31c",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "4304800bdb35280cbb17b7268339a2d3191fafa3",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "e92062eb598d385e63a21237daea2180512e64f0",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "23e960e3232c63a5bb3393bae938b1887af52ae2",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "eae1a33620f131ceee1e8c5edb0ec3f18872d80c",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "513da43050394110733b47a6ea02da8a2d87b31d",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "08c85bb2ccfe415e589f5852ee3a65ef1f42815b",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "940db563a70b6be7961d9f015f29cc4ac5585af4",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "676605666c496594828f7f4996b758a2a7826d2c",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "9537ea86fbcd204d0a5ff6b60311a1a74a2935fc",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "c836847756f009d3fcf2c49a267d3161db27e7ec",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "c9a0f58838abb7cc488a75b71bb6ae991df670a8",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "3b948edb2352d75119a7d198c968877e836594cf",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "3d73b879e42e29d8f9d3b3e4836463ae921f238b",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "cea984960751731761a8ce2ede6d84f50702a64e",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "310d83a727330a84ba78626d4e8e72a683a14a4f",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "d444687c528649a55ea4684042c6647538114d1d",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "73f1b43a8b5ea5338bc8510cf08467d7f4ad8277",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a884e878b06a299417e2f71ce9babd881aa6d952",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "883f399f15ae900f145e4e8484d6ed40d41ca8b3",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b689859916f00b0882b372044dfc3d91b359aa22",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ead64d741c7933cb950a6606b2c0d4e6beceb977",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "8cceac80c281a3ab3dacc34189d4bb541deb404d",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a4c2d444e221988f6a3e1b800efd2a0f140e8e6a",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "3b4598a8a7ecedf36f6df1715c0bb0273198f868",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a903a82c434dc57943293f35606164b30856bed8",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "22b5e5dc17b9cdfe49a5c68942536344b7e4d1c0",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "c5b36015b76f3b308ac1935df253bd50937078cc",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6850975487ba7d69ccce302d898c0179cfbfb962",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "c14b8541bf3de633d85e92d71f100ea1c1fbcfe3",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "687ea142013abff828a191743f37056395d05b97",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b9530676cd026aa360d8b51b36f22ef2caff9e25",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6294c546f4a078a5d5e36aa889c7d0caecc382da",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6fd643e6740d4c8a85272b8ac779433d6487be37",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "60f73b7fd429f46b1782ca224ccf9016f37eb2ca",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "63468cdbc63477e53c3ca3a0ed50f87a0db0acf3",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5dafc395cac47ce2400fac33d503decf4ad8768f",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6804a676cde54e9931d612b1e5b4579cd8f21a3e",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "1585d6898f841e6f017ed5c5e4486e5a51d550f0",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "d71e3b934ee3953867bb361e5482f034627801ec",
"is_verified": false,
"line_number": 178
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "157531a70db795ef07e14341c7c11ef416bb2272",
"is_verified": false,
"line_number": 179
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "d0ba9c301208d8e61bccb0379f7a0636eba40c3a",
"is_verified": false,
"line_number": 180
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5778cd74947e96615f5794945e837578cd66e3f3",
"is_verified": false,
"line_number": 181
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "32834ee47cb4731f7156c6c6f753eaa16195abfd",
"is_verified": false,
"line_number": 182
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "feb1cc3e73ad8ea664746f4e692e378948c2edc1",
"is_verified": false,
"line_number": 183
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "0f0076ea57b6dc0629a8c7c6660e8dfebfc1687a",
"is_verified": false,
"line_number": 184
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "07893334d3581ad4159a9481aace42e4e9e187b7",
"is_verified": false,
"line_number": 185
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "daef35c594acbf51793d8ff29ec35613e58102f5",
"is_verified": false,
"line_number": 186
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5bf8d755793148f51e7a2b5315c934b446456114",
"is_verified": false,
"line_number": 187
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "3ba12ed69e49f4645387082154c2876ef12b3401",
"is_verified": false,
"line_number": 188
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a960b3a9827d94170e58fd2b234e320f4737bef7",
"is_verified": false,
"line_number": 189
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ae9f7f116ab93592c86f863227c8ca616bb67aeb",
"is_verified": false,
"line_number": 190
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5a059cd783e35e93fdf27cea8a6688432daf20ec",
"is_verified": false,
"line_number": 191
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2c7538bcc4deae000ea92387d3338431af3d94b4",
"is_verified": false,
"line_number": 192
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ed9b31053abd980b0aadfd0004884e6f4ac7d846",
"is_verified": false,
"line_number": 193
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ba66e76df548113aa3246234c6a512db559620a6",
"is_verified": false,
"line_number": 194
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "03d46e3b0bbf47d845bb7be95a6ec320c782fb50",
"is_verified": false,
"line_number": 195
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "3052885934cc597bdfb6b9908eb552c8c7a756fb",
"is_verified": false,
"line_number": 196
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "d6ef1879ada4740aa02ccdb817122e126d0524bc",
"is_verified": false,
"line_number": 197
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "486c14892b04fda1364d0f79bb8f83f5b6a5b455",
"is_verified": false,
"line_number": 198
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "bfb4fa3f8faadba2fdb1619f4b4cb5c55018a042",
"is_verified": false,
"line_number": 443
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6ec9e6b18f3216086abd35b709008b937c62d89e",
"is_verified": false,
"line_number": 444
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ab03a52d2a10c769be6aaf17261df8eaeb4c7e5f",
"is_verified": false,
"line_number": 445
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "0024d9e22355b90fb2789dad4eb3a9d5b443c1c2",
"is_verified": false,
"line_number": 446
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2f3c17f95abf09eb2c7e5d9e15246f597452b817",
"is_verified": false,
"line_number": 447
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a9ad8e16574b908b538687f25cd460beb0201a9a",
"is_verified": false,
"line_number": 448
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b602e355b292b464e3fba5ff5b8d32c5fe091a49",
"is_verified": false,
"line_number": 449
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "425e4a69285cfc52ec498fff2a5f2b13762da230",
"is_verified": false,
"line_number": 450
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "072273439104d1f60265a330920e5ac1654741fc",
"is_verified": false,
"line_number": 451
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5668ed1aa591867b9e773071713b717e2b5b8636",
"is_verified": false,
"line_number": 452
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2314774cafc087ad07cc28a0d6296303c6cdd158",
"is_verified": false,
"line_number": 453
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "281d8323f45b5a1c888a89c84784071685f31c42",
"is_verified": false,
"line_number": 454
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "702554907bcc2a1395bfb1b3127be75aaa063912",
"is_verified": false,
"line_number": 455
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "d7c3178c6c0e2d59b2e2bba448b2c8c5ca8d863f",
"is_verified": false,
"line_number": 456
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "853901a681fdfdbd7abf54a5a5245883775f9aaa",
"is_verified": false,
"line_number": 457
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "255b6b8f40af3cc10eae2dd5d9dd4012a8912b47",
"is_verified": false,
"line_number": 458
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "392982f845a80a61f61dd2fa09216922aafe95c7",
"is_verified": false,
"line_number": 459
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "46f96aaaed76057103d242fbde0d22646d3624ca",
"is_verified": false,
"line_number": 460
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "e43b37b1685890cc5c36bb79cc79039288b90184",
"is_verified": false,
"line_number": 461
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "94fdc10c454b6346a5a9ba34fc9acaacdd7e2641",
"is_verified": false,
"line_number": 462
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2d5f91af83b1470a310daf5e7cb2d2e0d2cfd4e5",
"is_verified": false,
"line_number": 463
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6c25d65ddd86ddc119cdc5f9fe16d47039d70a38",
"is_verified": false,
"line_number": 464
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "70a45cb0098a1a837af3b433efff99f5584acd54",
"is_verified": false,
"line_number": 465
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ec901d4aad2d8981420de4cfee2d2c24a803c3e6",
"is_verified": false,
"line_number": 466
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "76f1bdc36249e0c30d08994d610c1c3590a94053",
"is_verified": false,
"line_number": 467
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "30481af23dfaeda0526c905bceb32f7e6cd358c6",
"is_verified": false,
"line_number": 468
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6fd1fb003f725df7cc1544c67a10f660cfc4f139",
"is_verified": false,
"line_number": 469
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a5cbb964b82897ae60697cd9bc7a56a83a025e52",
"is_verified": false,
"line_number": 470
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "3e13eb902c3f9ae72e90ca3ee8abb0b5e4d75c1f",
"is_verified": false,
"line_number": 471
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "367f1672fd9ac7fed5e0030f8904190f86ff6c5a",
"is_verified": false,
"line_number": 472
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "0f51f9fb917f2d8e6e4ebc5186f8ab17a1581211",
"is_verified": false,
"line_number": 473
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "e673654ccd15b9ea73bea96768d485936bc1db38",
"is_verified": false,
"line_number": 474
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "75d9f300d28d53647b9b5df6a2da006e298da148",
"is_verified": false,
"line_number": 475
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "94ebbb88860a6595b1cedad3fe2da3332f15cf4f",
"is_verified": false,
"line_number": 476
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "86bdd97c784b3d3f1cb5d8dd0230435fcfbb485e",
"is_verified": false,
"line_number": 477
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "fab591ca0284a65d7fe09994c3175d1212fe8f66",
"is_verified": false,
"line_number": 478
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "f8055e7d06bb23845fe1dea3714b16ffbda45cba",
"is_verified": false,
"line_number": 479
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "ca0937f0653b0eb390261a501029ae355138a0e2",
"is_verified": false,
"line_number": 480
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "bb6c71651b3e73ee55b9e81fcc44c7d7903a322e",
"is_verified": false,
"line_number": 481
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "12f3764bdb8c0d0168c3266d282ab18add7c615b",
"is_verified": false,
"line_number": 482
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "eae75de5a023076ff4a7bbb9fd4bd09ac24a3b9e",
"is_verified": false,
"line_number": 483
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "9b416d6f2c6db1449729c3d91005e455471ebaea",
"is_verified": false,
"line_number": 484
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "45ab6eb074eabb4bc4c5ba8eeb4f92a68abc91bf",
"is_verified": false,
"line_number": 485
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "3dd4ba69965d7f66c712d7565e363eef4b1a9bad",
"is_verified": false,
"line_number": 486
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5fe3730a9369d7cebc37624d446403131b2ba169",
"is_verified": false,
"line_number": 487
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "9b6b1876777c9419793a3a802424d707934723c6",
"is_verified": false,
"line_number": 488
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "576e24765ab9939f2e2080f58fd25ad97f29fdad",
"is_verified": false,
"line_number": 489
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "7bbdeff36ca19b752ca1fb3165ecb593203fb760",
"is_verified": false,
"line_number": 490
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "c3642eb71687f2bc602d04bb9af2a2b19f800566",
"is_verified": false,
"line_number": 491
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "2f81fe4d6fd443b845d0b4fd5cc83f6563bd51e4",
"is_verified": false,
"line_number": 492
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "b76cd514f66e294ab477d5868ed9d5343661b3c5",
"is_verified": false,
"line_number": 493
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "5077b5ef045beeb7c07d93ca79e5d107d8572e41",
"is_verified": false,
"line_number": 494
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "9826fcdfda6493d4b613b9d37479ddbad5d540ef",
"is_verified": false,
"line_number": 495
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "6dfc948b0ae65c3b4e49a0963c9db532359f74de",
"is_verified": false,
"line_number": 496
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "02e66e6d11a7a9dbeb2e1e3a6e0a2c32a8580e15",
"is_verified": false,
"line_number": 497
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "7c02d61dcbdc6190962fc8086fa02745801f6b63",
"is_verified": false,
"line_number": 635
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "a212a1e88a7cbc66a5cd35d68fd2fdbfb8e4d088",
"is_verified": false,
"line_number": 636
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(26B_A4B)-Vision.ipynb",
"hashed_secret": "0f55df966231cd457121826b5f3439a0449ea049",
"is_verified": false,
"line_number": 4769
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3ae6c5863822d3c2ee35b940716003108fb2a357",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3f01d7be20c8476f793e91f9515c7aaa149f09ba",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "73e9b153514d0b8c512d58f313c623a582b48f8b",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "41a7c92e4594055184de6819cdf2b76b554df68a",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "355887686a52554f549a4c25765fa7cdd2ba1b39",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ea5bb3ccdda9a3c557599c708f3272e942677595",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a579339248f785cedaf998545965af51e31b9505",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0b3d5fcf1931c2c26f57c683e735be26befd1537",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d685a03a41b0a9a82e797a58974599d1c28335f5",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "88904e4945ad5af5b0272fbd2e8cfdd01ea6d0a0",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "55323c145001185d09a7bdfea878d7479d449b4d",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "bedab8b753b474e93e47de54bd910231574df813",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "95fd22d2823d801619aca62f2663b7f2cc31f1e4",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f1e4b954da4ff21198e8e329fc37f5b627c11833",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "237ae809b0f37e7085006b2349452e068c19bb22",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c75de967052dcaf76e528347ce6a62480bc62a89",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a2113e40c374a78820ece06464bd59be2220cb36",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "635dc53eba80861fad1d355c7b25eeb805535425",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5010801e6e7e7c76f5c878ed0fc655588184306c",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6584f9932c3e4921b8ed7a81ee63b2f6d6174fad",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d7ef5fa0e8ef8b4038f3ecc4591b97a2473d76a7",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f3fe1cbecd06faa5f885302b6f0bfa4fb9a4e150",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1e5575d172dcfc87b9e4fa14e59d43fdf0b0b2b5",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8a9097733cb4487d2e7df16566fffecf496d3961",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8042653156909d727dd0cf91558d0cbfb99d3961",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fc03ff7c2ed00ac330bcf63f4dbad9754197d2e0",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a1889487dc8c8cf2c7fa4f0dca101da73e14ff90",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "97db337b5104633a8259b931746868fcc460baf7",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b7b98d6b40c1f77708984e23975128c1d678c84f",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "93f686093ab7e556aed0c3ed60da65d1622c664c",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4a536bc2e27114b9df719c3da87968e7df3ccba7",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6c52a5594af9c3dfb4321c1ddf855077d84a576a",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2f65b69aefdd1e03eb99326ecded1f8815696c3e",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7fdb1fd74f4eea49732b18c19f98ed2c1992d490",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "620909e8840ca5ba192c98e2a703488294c825c7",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "49225cd5c69db94958c017615b16cf7dda0de744",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "30a143fa52157184713903a4e640d66b0703c1f8",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d645c4aa210214996b46c21c6431c427f64b193a",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fc22695dbc3472a5650542738690e60cd6d7e6a6",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "13c44d857734eb877d4e237edb8c2102a469d3f3",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "396c641f62fa08219c2c7901b884398870b56764",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "aac174120146585a429e0f2b906a5d1c986e83fa",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "daaa9c547d042b630a2a742ab01572631eea5e94",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f23a9079019f75f2f4441ae7d18a62cf539e45e2",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f456fbe11a8b8d3efc0a212f446e72663f93d7a3",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fd3d37fb9751220e2ed56f05a30d43c6340cc898",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6b9571647587934a659131c295fef34666eef23a",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a7188a4f4a802b7fb14683b1a752182ba693b01c",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a011069e1b71468a96a8f7be84cfad1f21d59b0d",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8a897fb0688b0760573f994034c0e88cc16df9e5",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5067f4c80d2cac6357c3aa4139ba7573ffa81dc3",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2a6492d0dc79e2a077b8865eb147565c14a51a8c",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d910de38c0ec0a9325842e0b7c32774b0f743de9",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1a3fac71a0956b950c8986a78054f3b5923fd037",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b4327c7deff63edb483efad31b631756a3131caf",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e677768aced4234fe1ce27a5142ac75f6568c378",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c14f2bd6d92cf0ae00d867a3013bac9f1e321e7f",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "541713cee616a3d1bd29e48ad48a44f2472c765f",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "058bce2065b72f75e2843351b51ab97189f5f1d0",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "97607c9696729ad3900271ded4f5e0e25aac3e60",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2e323c12b05194caef274ed468ec51efe06b423a",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "16ba8786d623626552859b2e7d15ee3b9d52bf76",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "49de801c786603fa365bf6942579848aa1d11a71",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "31057197338ee4884eb76a4c851fbc0a50bca2b9",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c20fb86bc0f92b4588a8d6802d474a65755919df",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "53756b7b433194dc8070f3dd2ba6203a2715e497",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "9d5d65c2fea51df61a4f66e734a620f80b003090",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8830abb10dd54e89f226354b16ef65d2f094f71e",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f1791248e0618617d424f7c2521742eccd22eca4",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7b925132975eda76508b90bf6881c1534a918200",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5c0deb6244a2478701898ee72c437473bbc1255e",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5120eaa531dd170432f7fc4eb9935a1634292fcc",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e4c35032deb957597b661a8cc5e6edbc6b769c09",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "46f15e2345a4ebdacf8fd55bd94058e86cfeae96",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "1c11404a1185931d6cb99886f52fc478afa2758f",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "9e0f29ce49a3e36d7ee1a15c0bcda574ed34b76a",
"is_verified": false,
"line_number": 178
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b2d28513c36a86d33ca9f8032ccad2bce951e804",
"is_verified": false,
"line_number": 179
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b05eb806470ea4ce611a68eda7a1e355619af0c5",
"is_verified": false,
"line_number": 180
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "58e7564f80aa516a4813de2986dc3d8a582707ab",
"is_verified": false,
"line_number": 181
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "91a7b05f12ae6f81c19f8bf9e40d7b4f27e67e21",
"is_verified": false,
"line_number": 182
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "033119bf4b57d5b9766f08acb6dec0224a0a7ccd",
"is_verified": false,
"line_number": 183
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f432966eab30e7d5450d93596b64313b990fbbf9",
"is_verified": false,
"line_number": 184
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ee8e618c578f2676fdc36f28d6c8aacc6a1a7511",
"is_verified": false,
"line_number": 185
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "362ca6325f6c832f857f0c174a9958a2ad961b81",
"is_verified": false,
"line_number": 186
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "71c69abd9b1788a9ef308e729becb5c680580670",
"is_verified": false,
"line_number": 187
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "18432680da92fbad6e1a8e3e58007b33f2a01f39",
"is_verified": false,
"line_number": 188
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "daa98bea2feb84626a554bc06eb19ec3dd9a3630",
"is_verified": false,
"line_number": 189
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "97cf9026890442dce490ee62eba98549bf937321",
"is_verified": false,
"line_number": 190
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "12d95d0e2dfb774fa4e3b2cda0b4e2c2a4dec431",
"is_verified": false,
"line_number": 191
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ccd7c51f336903aca0909d2cfd0560b157b98f2f",
"is_verified": false,
"line_number": 192
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2ccace18ac977643b2268f7cf0bde9f92a754829",
"is_verified": false,
"line_number": 193
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d85dfb46081a39d7056d3c9947e25ca179fb7bb3",
"is_verified": false,
"line_number": 194
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "797983c6f7c0e8c7f59f87996599382b1ea2835d",
"is_verified": false,
"line_number": 195
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ea294638e09c2f0d25e30a915a45451a6d9b5f51",
"is_verified": false,
"line_number": 196
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "03ddc1a2ead7ff733ce8df800957c93e2006cf6e",
"is_verified": false,
"line_number": 197
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4feea0a006bdb16f454344a4b4b415c921733ad3",
"is_verified": false,
"line_number": 198
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "23b7a4218ee1b290f058110bb07f083a8f0cefa8",
"is_verified": false,
"line_number": 199
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "da71e7c6414274499c3fa980804b4d4a22da5ba3",
"is_verified": false,
"line_number": 200
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a05b14798c7815d4e8c7e4e1cb7a425ccd6ed38a",
"is_verified": false,
"line_number": 201
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "bac2f7e4ba764628a27b4e0684af905e6f1dc763",
"is_verified": false,
"line_number": 605
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8526dc715e970b4d45d5a4e10544022a76ff9f7b",
"is_verified": false,
"line_number": 606
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "69f560adee80ce70a7464d72275a5f0e68373886",
"is_verified": false,
"line_number": 607
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ff97bdb4699e3497f2f133c9d8ac925b8e34f6a5",
"is_verified": false,
"line_number": 608
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "92fa5f3bb609c75516dac3931047bd8f1dd0fdfe",
"is_verified": false,
"line_number": 609
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d55c67c06d6607825512c42a4ed0d05071a654ff",
"is_verified": false,
"line_number": 610
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "cb8f42febeeae95f7357935a3d640c519d9cc84b",
"is_verified": false,
"line_number": 611
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c6c3f61eca367e254602412c3e6573cd531eeb3b",
"is_verified": false,
"line_number": 612
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a80d8929d5dd5f426e497625de73eb511e930767",
"is_verified": false,
"line_number": 613
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "851320601b453e58912e8623265970ac37b5dab9",
"is_verified": false,
"line_number": 614
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0b8c0719f0e7ec641fa9045dfbe4c7b39ae50d08",
"is_verified": false,
"line_number": 615
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "781a1d796f63da0722d3d72870b900e68dac7979",
"is_verified": false,
"line_number": 616
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3dfaa0a9e640dcdbee801eb7dc58753b4f988955",
"is_verified": false,
"line_number": 617
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b9a9524942e17b764e77a64a6979acfac046d2f2",
"is_verified": false,
"line_number": 618
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "59041323a02dd9731a416b9db574c191e925fd9b",
"is_verified": false,
"line_number": 619
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "bcf068ece13ade2d8f6e3ee384053f1a97211ca3",
"is_verified": false,
"line_number": 620
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fabece08eb513ab0c9f148bc30568b17ba090a2a",
"is_verified": false,
"line_number": 621
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fd9917e9f98fd78bd753622dd2c100b957e0f1a4",
"is_verified": false,
"line_number": 622
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "9f4a3d2f672bcbb34719b2eef526764abe954ad6",
"is_verified": false,
"line_number": 623
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b4e4a2ea6cd38e35fc00c21c3a925e1d6f9fa860",
"is_verified": false,
"line_number": 624
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8c07e18478e531e53a17d7cfe91eef674a4f47ed",
"is_verified": false,
"line_number": 625
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fedad5144899a399263a972a7a2ca085748a97ed",
"is_verified": false,
"line_number": 626
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "05e3eae3dc7b1ed817578a06fa5e5d1c246c8c42",
"is_verified": false,
"line_number": 627
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b9d2e88a27c61a7ca495d263029760b8b7fba005",
"is_verified": false,
"line_number": 628
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "11633ad307f173586dfd3f07a1ba1e60aa5a2842",
"is_verified": false,
"line_number": 629
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "59a2cea39b0b88ed22941f4149bad211dd2df1d1",
"is_verified": false,
"line_number": 630
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "912f05364e218c46a805828b564de1c945b2f1c1",
"is_verified": false,
"line_number": 631
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e988b48cb709d08d7a885017b4f9f6eb013ea49e",
"is_verified": false,
"line_number": 632
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "681bd169123b07f07c7183e67a700c4a63f3ac13",
"is_verified": false,
"line_number": 633
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "74880506ab8eea151aff65227580d546ba2c2b2d",
"is_verified": false,
"line_number": 634
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d2adbf41f08ca552d57f32d1e010ec726736286e",
"is_verified": false,
"line_number": 635
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "80f656eb61782856864c655a285f4345e5bc3de4",
"is_verified": false,
"line_number": 636
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "04b67c90915bb68a6a73bccc1517c189ad2af5db",
"is_verified": false,
"line_number": 637
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "5b023d5fa74cad3dd1c1c1619b8e1182201a8a9b",
"is_verified": false,
"line_number": 709
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "aa6ffe548f17a67a7a61e195dd5e5698f277f330",
"is_verified": false,
"line_number": 710
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "885ec180730df4e8897c31595e620e81fb52677e",
"is_verified": false,
"line_number": 711
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e0a6543dffcb82e05e4627bc55af5ffa537f0cb4",
"is_verified": false,
"line_number": 712
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0e69278b8accdfd95df4b8d366866a71c2f26169",
"is_verified": false,
"line_number": 713
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "fca88053b1f2fefcd8e2517ca7d5aafcf304be65",
"is_verified": false,
"line_number": 714
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8260e74269235e7a94ba8168d5dc1cc94869a14e",
"is_verified": false,
"line_number": 715
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "ff2466b51f7e2c844134c821cd6661cc414d30d7",
"is_verified": false,
"line_number": 716
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f6e89477fe591bc3719272c56a0d9269360825cf",
"is_verified": false,
"line_number": 717
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "f0bb5e5b75cf652fb6a4367fb1ed123c1e3d5b64",
"is_verified": false,
"line_number": 718
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "c4cb6c0d515164d76fb82b40f0f0272bc37679e5",
"is_verified": false,
"line_number": 719
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "45f87e89a1e17cc5b79badc6c77b7b55093644ce",
"is_verified": false,
"line_number": 803
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b9f95f6a8c88cb6bb09b714a3460e6b29bbe2459",
"is_verified": false,
"line_number": 804
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2b1c0a6d735ff6da01ae33ade6ce68d1eafe3654",
"is_verified": false,
"line_number": 805
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "105933b52cb31e54d3c4202e3cdd309a7ba877d0",
"is_verified": false,
"line_number": 806
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "b1e07e94fe7db718c0b922fc5954d79008cd7606",
"is_verified": false,
"line_number": 807
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "d937af46f7593ba3f3cd5d13b4eccf6c5453d696",
"is_verified": false,
"line_number": 808
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "14ec60b96d604711b57505d851324d9be43698fe",
"is_verified": false,
"line_number": 809
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6b5b115de1d8a44d157058c558cf777f697555a9",
"is_verified": false,
"line_number": 810
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "eab977b25174b128f33559f8a2168c37040e9727",
"is_verified": false,
"line_number": 811
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3cd2241daa94fd7204c53195b1ffd0931549ae83",
"is_verified": false,
"line_number": 812
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "0f9e700e3d596cefcadbdefcdc20874a6c5b7ad8",
"is_verified": false,
"line_number": 813
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "afe9531ec0d27f16ad8c0104f7245a836cc93207",
"is_verified": false,
"line_number": 902
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "27fad3dc3688521fb1a0af35bd93c092c378e7e1",
"is_verified": false,
"line_number": 903
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6825632764044ce442783669cdc42f3a8b8b0445",
"is_verified": false,
"line_number": 904
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "9c034625cce5c37f11f6c97b7e42468e5f41aab3",
"is_verified": false,
"line_number": 905
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "215565495ed61778118ca850c4eaaf6dc63e5162",
"is_verified": false,
"line_number": 906
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8854c43b277e51fc64a72c6cd430923d16911c39",
"is_verified": false,
"line_number": 907
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "9db41a3b200763ec0ccd6fdaaa4b5cac6cd32613",
"is_verified": false,
"line_number": 908
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "85e4f40be2ea0c60c31927c5b58db643bc785040",
"is_verified": false,
"line_number": 909
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "936727e962dff1fba1a6c9b8d7e805b48bd13e6a",
"is_verified": false,
"line_number": 910
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "59c7ba13f1362953f13cae4fd928342711ad4280",
"is_verified": false,
"line_number": 911
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7afdfc6212868b1eb6316850f251bc9cc41aeb69",
"is_verified": false,
"line_number": 912
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "779df22a6cba8244ba4dfd950b50d0153e44e240",
"is_verified": false,
"line_number": 976
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "63d36cb66feaca42a5281da1a3e7e0e7192e26c1",
"is_verified": false,
"line_number": 977
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "86e4f6fad919531d99e989a1abbde21b41487ada",
"is_verified": false,
"line_number": 978
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4aa10d679fd553e1682169dbd851e94273573176",
"is_verified": false,
"line_number": 979
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "8e44e8f0081a93be9870ea33d47033657653d6bd",
"is_verified": false,
"line_number": 980
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "7eb8988ea60e231562eca9681d83cdfd51a3ec26",
"is_verified": false,
"line_number": 981
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "e60fe4efc42a9e98531fb09d444fd7145ed2886d",
"is_verified": false,
"line_number": 982
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "cea6da35a3864b4210174fb80e27f38368d866c3",
"is_verified": false,
"line_number": 983
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "9c527d3bf5e0afac9e08e2e4c69bf5dd0393ab83",
"is_verified": false,
"line_number": 984
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a1e172a797fb7b39907256e24c18a7af5ba2f6a2",
"is_verified": false,
"line_number": 985
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "becb606db37885639462f1c4934b60f0028a1ff8",
"is_verified": false,
"line_number": 986
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "876ee56b245c8eb4d07a8b95b4d98eade026e8a7",
"is_verified": false,
"line_number": 987
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "3c96d49291605ae815839d35e8146849458c53cd",
"is_verified": false,
"line_number": 988
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "a248ff3b34e73d50c8bbfa567b859e1fbec30952",
"is_verified": false,
"line_number": 989
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "2711ba7b8e51f27c24b1564464c35e3ce41d55e4",
"is_verified": false,
"line_number": 990
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "60ebe1995088ae35968e0637141bbab24f17a4c9",
"is_verified": false,
"line_number": 991
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "034c95ec3c1b0a1a512daf881b453e6c09e96b52",
"is_verified": false,
"line_number": 992
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "95b09eb652258e221b64c23a9d584f487d062902",
"is_verified": false,
"line_number": 993
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "6c9fb58d774071974ca2a284e69edc3b12bcb695",
"is_verified": false,
"line_number": 994
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "60687f91884a38a1e1a6c0ef9fe60c0303a1de10",
"is_verified": false,
"line_number": 995
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "4ada1a01900087c5603040d54d125ce5d99f0cc3",
"is_verified": false,
"line_number": 996
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Text.ipynb",
"hashed_secret": "405dedb4fa69de5e73f318a622deccb78cde4284",
"is_verified": false,
"line_number": 997
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "cde942acf2d2f46120aececbf0f90ae5853dfd96",
"is_verified": false,
"line_number": 100
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "6cf2b11388fd832e083e0c2713679a4dc929b829",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "fcee50fb4c645f0a5efb5c4be8fa1062c643e28f",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "9b1d075b3d1939d684b8f26bdd8b5fdcd5e28b9a",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "3a9888548a4ea7b159c2c90c8a2422ee272fa81b",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "411436473e1e8306230a8998074e8f739231889f",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "035a49397d84e3bdfc6c5f1b9ba3418d31e9d1fd",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "ee1557023433861d9d6a0a10612d6200944d98fe",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "af67e59a45951715135b339bdd253addc830a548",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "8cc3b14c3cf333f9966b8dae22ae8bc291a75583",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "9b0be3e0296449d7115cf86db26c7252ecb64d67",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "60f9c80cd11dc36a225305e23d7d8f8989639b5d",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "10ef5d6ad3caa085be619bc8cbac9af5eb1a4e1d",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "0dddd9858099833099f32b4580e2d917c4166938",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "5177e7bbed46e30a8b4a6e73a33cfb37890cc09b",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "b3057f11eb62078a753b5590ddd728b1e6f99dbc",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "8722e803c0bef65ee77e1238c8dd1e4db4162620",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "5427bddb7febdac28b79ac521e15cccdd936a0c4",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "04b551b8430e7f3354800c077e106a1c646f966b",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "ba2d2dca8ea77ea5d9890b0ce895506a26ffdd46",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c47f2f34b13100f68b2aea8bc475b2270a55491e",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "1d63010888c5f9c33a56d4716b6a53e543288bdf",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "bb8d0e57dc1c4a25b74f8cbeb39f4a1e0ba1b94e",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "35d64a50b2245aa0b965c67fe5df14463340a6e6",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "539412fcf06045e7f9dbd76d1854634f1e2b3371",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "7818fe35c7d54291e011c009cf3e02a6e91da5df",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "d5f1d514e6b6db5f843238159f8410b093e93c10",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "fefd7e67660ea27e59870045675f533677d13e74",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "8adb811915eb51c60cb1a3c1ec3fe939955ad314",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c90313d5aa0bf8474ab97435f6e51a70b59db3fc",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "714d6c41f55196a3ba368d1c44cbe6d553aaee62",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c7a9b02ca4e7e130359a72b1bcbd7883ddfec30b",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "f47f62970c73a13ecaf9f2d8b933fad9a7d741ba",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "41175b40246eeca1a57fe02be0a85717090876da",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "41721e8ef84873f2d1e7440064b18a1862459e59",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "934a152a9484d3a27382f13d74ce892d5ed36d76",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "60a022244cbb880483ce94736a6908769bbdff58",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "0bbeb63ffacd8fa500ad577cec53f19546df818f",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "89aa6044d8cd28ab68bfe65441ae229761aba21c",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "030d8d5038cf2177a9af6b8f292a080ec1bcc1c8",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "932e1606237575e0bab5cbc3ffd3f13d92adeac4",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "ffe913b8df4b161d14cf523a6a127293b1ede8f6",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "30061c243f43aebc584a1d1c4e812c1bd9cf9aba",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "883a113cd3717a3af1d72922ba8dbab257e392b1",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "2ccbdbb2ee98a9d5ea28b780dd41504422463863",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "94bea72517b1aca5a29d73af8d247fa52dc3b037",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "a60d16f08a56ff8ff985588e7f42eea7eccb5c34",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "b866f557e66de1476a9b3448346fa3860a4c34ea",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "18e33adcfefd1fb0239b546b2d7d2b4d5802ff9a",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "3ec2e75654a88ad255ec674aba8fee0c3ae8d305",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "cd7d4cce0a9e24326074fb181cea20378125cab1",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c0d0421fe4ae01c26cc22310dd9581325d79cd8e",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "64bd43699db97023a4b5a56cec7a0f1300549509",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c9b913e36a61b41ee1cc80500781a6baf61894e9",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "5654e39bfab2796fcc91a1d0a8a3e2f4d7ff8c41",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "30c10f497b4aa100adc34020a77a655a9ad8a87c",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "fa3922750b88c4d54b40e729bab6f81664d4e79f",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "61e6528137bf5eddc7d538c85be04d8a48609308",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "2cf46a5a49710473c1c82db7664feb5c8cc092c6",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "6b470ec9be87116d74f1a8bd3acc032867433769",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "19ffd71b22526d52507ecceead89cfa1d6d813cf",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "6816170387fccf0797fb6d388bf5833bde916f15",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "f775ed1707df059d0464f6d504ff5ed7434fa2c7",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "e4a6d220389d4c9b79d7114ded17af6e730385ef",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "b63688993ef4656192de6735032c96e6a8466e33",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "aef3fabf8dac7b21932763ed1a329da3dae8d344",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "185269e2491e618c445f4ba71aa63053fe551f31",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "0b128fe2cbb228c624ca61c07b247dbd57639f01",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "023e1eb2cbcfa5bad11d8e1b8b11248987fabc64",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "96cb5f05af5a1fb02626807ccd1d79b5e3f2d2cb",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "12e2d530a1ea6466a072fa0a16e51f0d21d3497b",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "a7240bb0248203f7011b2ce0a25634e5fdaa6b8e",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "65a75d4b976365212c374c2588b310a5f15e8406",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "32538a2b86cbfae2f6aabb809d29ff18421c4a60",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "dd984daabb73835eeab3f6f90f2feed0600adc4e",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "6bd22a7170c8ce0b6c61a03cf095eed9a569f49b",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "b8cbcf265c00d0b31e79d7495089a02e94bab5e5",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "9c4da9e38560763b3a39615b73c9cad0e1d79a55",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "df2c1e181f45457f81d2d5d8f141da4fdbb3db30",
"is_verified": false,
"line_number": 178
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "5f82d30cfd9edde5cc9437eea08d6605da03a0b5",
"is_verified": false,
"line_number": 179
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "e5ac6c3612dc8dfbf272c40ca69d0ef095773fd0",
"is_verified": false,
"line_number": 180
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "70c477a013885240070b88e55b6b3ff59355b59c",
"is_verified": false,
"line_number": 181
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "55b7ffc677a51f30a8835c97b4386f7846ff8fd0",
"is_verified": false,
"line_number": 182
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "612e9bed2e142673a228aa7110e8acd040c81ea6",
"is_verified": false,
"line_number": 183
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "56b001c83e1f99bacea8c0a29f2cb83cf5f4fdb9",
"is_verified": false,
"line_number": 184
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "df8251d61e5d9bfb035439fc3127f5cc7cea7207",
"is_verified": false,
"line_number": 185
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "21193d777c9bbe1436070e07afd2d35fcafddabf",
"is_verified": false,
"line_number": 186
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "b646874db41ae803ba51cab75b56a3546538d7a2",
"is_verified": false,
"line_number": 187
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "798518b95a0798bcb008f840fb72fec7446c83fd",
"is_verified": false,
"line_number": 188
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "954706c01b3cc4931efbb1211dc9c44d62866b47",
"is_verified": false,
"line_number": 189
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "edcd2d423fceb36a00283e5990998beae0501a08",
"is_verified": false,
"line_number": 190
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "645a1acc3441f7171c8558646de158472bc189be",
"is_verified": false,
"line_number": 191
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "358438a4c2aea53f9616d29991ea5b9ebc8904b3",
"is_verified": false,
"line_number": 192
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c18142d00ac6f903e5f50d330922c74497a6fb5e",
"is_verified": false,
"line_number": 193
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "740b4818bfadbad9a69b81cadad71904764db27c",
"is_verified": false,
"line_number": 194
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "d5cb8dab1cb7be87fe04fc52be74cbe7092dcad7",
"is_verified": false,
"line_number": 195
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "ca3f13407cd4c685bf045d91ab8d2767a5edbde3",
"is_verified": false,
"line_number": 196
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "e769c2052ff509d64fb626028a4b276cbeb35eac",
"is_verified": false,
"line_number": 197
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "5ff69a1adb4fe3529d82823b420c8bc216a54bb8",
"is_verified": false,
"line_number": 198
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "318da54cbbc40e2185c10bad0f4597bd1ebdccd7",
"is_verified": false,
"line_number": 429
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "f37a8c74263121c779c5a1fdbf26fe985ee95f5c",
"is_verified": false,
"line_number": 430
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "4c4c4b67c4202a7a595da42b84f17bc335b3e23c",
"is_verified": false,
"line_number": 431
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "e46026b44e339eddf12769590dc4173a0da7783f",
"is_verified": false,
"line_number": 432
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "bb44d207d0d7c514cc0041e4f4f24b124d219499",
"is_verified": false,
"line_number": 433
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c745c37d94c6d9542fe38509799df4eb0ac6b73e",
"is_verified": false,
"line_number": 434
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "a1daa384bad810884f6f7a590974722702466978",
"is_verified": false,
"line_number": 435
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "6c2db2ce4742b540619c8ab92697785222985386",
"is_verified": false,
"line_number": 436
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "8cb64ecafb5c98506a362597b5ec735fcd1952f3",
"is_verified": false,
"line_number": 437
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "57b206965f3cee851d439dd93838759ce07e2343",
"is_verified": false,
"line_number": 438
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "9fb7555b5f25e25113443a04c13b002144033643",
"is_verified": false,
"line_number": 439
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "75a81cbc3af51d0a6a5a9462e2ed665d0f3d54bf",
"is_verified": false,
"line_number": 440
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "0e1824fca0ad1a1cdb8d970a6e9a34b586676ff3",
"is_verified": false,
"line_number": 441
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "a356eda27d7e5e592de1d38c91f32ad5f02065b7",
"is_verified": false,
"line_number": 442
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "d5020fa1982432224d22d3c87f1cc6f5a4ac93b0",
"is_verified": false,
"line_number": 443
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "a3a87e55a6eda96ff2f99d556533f73ec426a791",
"is_verified": false,
"line_number": 444
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "5f5edde7424759de77a5957c0b653b37734afcc0",
"is_verified": false,
"line_number": 445
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "43614072b246cc17d733cd87ac375de0fe65c6a9",
"is_verified": false,
"line_number": 446
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "6465a6776ba64cb33898cffd37500de5cdd308b1",
"is_verified": false,
"line_number": 447
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "4898013bf379c18a36164ac2f56243685c31b71b",
"is_verified": false,
"line_number": 448
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "09d401733f5e68e07f7469a850739c5f6d31f344",
"is_verified": false,
"line_number": 449
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "5f140fe296ad7855c6a22597b8476671b84a1dda",
"is_verified": false,
"line_number": 450
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "a763f13f8ef0116aeb2307a2c62c9759a713deac",
"is_verified": false,
"line_number": 451
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "829e18e84c6bc6147f27cd76b9177322f7c255fe",
"is_verified": false,
"line_number": 452
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "ad5492cbde67835d8e93b45226897d29fabdc46f",
"is_verified": false,
"line_number": 453
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "9d6325cc5ef20e90c9afe75d298968c405c87ade",
"is_verified": false,
"line_number": 454
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "af1aa53fb65784988478f3e5b4f40cb8d9d71cac",
"is_verified": false,
"line_number": 455
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "7efd75a2e35f90bf4c8fbbb62baacc6110d062c9",
"is_verified": false,
"line_number": 456
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "c1b32359ee689b38759a8060e9fa3ac1062bf87b",
"is_verified": false,
"line_number": 457
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "30ec7972dfc8e4fb51ce225e0a98579a0669e1b9",
"is_verified": false,
"line_number": 458
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "bc04dec59c142dbc12478dc36c0ee0e0dc04878d",
"is_verified": false,
"line_number": 459
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "3b13f259e239a3a2091a8fabec1a24af832bb746",
"is_verified": false,
"line_number": 460
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "409948233301befa1dca03c674a63cabf78e8d6f",
"is_verified": false,
"line_number": 461
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "8bdb00eeb7063148cd3e48978fda0d274bd6a7fd",
"is_verified": false,
"line_number": 462
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "30f930dbe124f427921d12e4d58609be365d410c",
"is_verified": false,
"line_number": 463
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "53e76abaf04a0a7b570e1bce8e4e550fb3c30caf",
"is_verified": false,
"line_number": 464
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "265352f4a81f01be9ad4ebdbe8538e5e1e9b41cc",
"is_verified": false,
"line_number": 465
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "18a0a2204d6cb43e43db8ccb237003fbac3ac1a7",
"is_verified": false,
"line_number": 466
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "9fd36ef6f4d76f15adbdef49d7c24aecb456bd16",
"is_verified": false,
"line_number": 467
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "8f1b012d497169ade69a37f1077a4121e69f6b51",
"is_verified": false,
"line_number": 468
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "628c6667a0a8fd751ee031f68067cd5022fe4b06",
"is_verified": false,
"line_number": 469
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "22d545b1040eed3337df2570ec5b2802dde05bbf",
"is_verified": false,
"line_number": 470
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "00a8095ca466808d6edab6acfbda946ccb635ca8",
"is_verified": false,
"line_number": 471
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "7e5cf27cd60ab5d84bce5d6cebbbe66f0d06e1de",
"is_verified": false,
"line_number": 472
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "bf4ae1c3b21cf3c864ae3c8f58c51cb592f22bc9",
"is_verified": false,
"line_number": 473
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "76c45f25582815839c4528a4d29e9b0e8ef6e804",
"is_verified": false,
"line_number": 474
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "fcfe70ad491d5da21976f39ae6b019c5159740e5",
"is_verified": false,
"line_number": 475
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "00099fb7a8183973bc28e47fe193df7a4ebd6ad7",
"is_verified": false,
"line_number": 476
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "9dda34efafd7c8cda51f98b049cef20d1896a982",
"is_verified": false,
"line_number": 477
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "e1c302d019fe8953643f5e9165e0bb1408799815",
"is_verified": false,
"line_number": 478
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "8eff2749fc7c693b025070ddd51d252e5fea2562",
"is_verified": false,
"line_number": 479
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "2886b83d08052eb7a414fcf2e6480a318f36730d",
"is_verified": false,
"line_number": 480
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "65f380445ccfae1e20dca91af7f901e899e27943",
"is_verified": false,
"line_number": 481
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "b73236f45e4fe0e0ee2b3f3b9586b9c5c567c528",
"is_verified": false,
"line_number": 482
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "656546fb2a325f0c151a7b34bb18b1de7370c1db",
"is_verified": false,
"line_number": 483
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "7c02d61dcbdc6190962fc8086fa02745801f6b63",
"is_verified": false,
"line_number": 621
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(31B)-Vision.ipynb",
"hashed_secret": "a212a1e88a7cbc66a5cd35d68fd2fdbfb8e4d088",
"is_verified": false,
"line_number": 622
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "fcad8a88281ca66e78ecec2003a1901d76c9433e",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "0751d4d65bcb879d22ec513457d59e0cc013b689",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "df9498f3e54cdca44f8317578a224c21d9084f37",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "82c86f35066f80747e822fce16052b60a89aa267",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "d3dafae78887e895c66856e38e90b1677a2579d5",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "86e7b47fcbd972527f8f775085a17262eb4bf207",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "4b8c22e1b3f0a81063666d001a26b167948e9abf",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f2baaad3c6723bc936610a0e95c2ebb7e6673b2a",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "2cad1a3cf6f226bb93f06475ace9ea9a7c7ad2db",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "fd3dacbc5f486ae5b2a37b5abf799bb762de14a5",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "a976ba2f635e10870215d5877f3ec49d2219154c",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "61b5f25bb415a45706bd554e7df65de178b6ab2b",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "2fde1bff2b8d68fd0457b88f2c1000a1a91cae93",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "36068bad958fb990e58f9c26b1e2d6910dcc1643",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "1d3a37f93b94c3258f9139c228ef16f6142f9f32",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "73b64822bafea8ae2efb4096fd240c39802e27c3",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "2d14deb0c52a958dfce09ec6b5d530cef7bc2931",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "9cb97911a7b867bd5f65770e7487642607677edb",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "941aa7f45f5f8c95d59578acb347c60c53f46808",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "50edcc5869b7abbc3f45016a575b4a53afe23789",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "1e050e3dc94ff45705b7ee25221bb78d650b8da8",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "decebd4d6fe092230b06c513fee0661e6d104043",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "adef2c2942db975ad2a470f6778592d23cc12cbc",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "8e841bb17dc5d2c0466e245200a72a579f799922",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "59b1822cd542637f7ff1361571a3c8c2a3dd4b95",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "c4b7842b325e2b8c7a23ea10a7c27e6a388dcdb9",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "24d6a0936da94bf4e9ce85bdcda90890bbad032b",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "c4a905ab97e75b2854017cad015401fdc8f032a8",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f58d6c09a377f6286460f419348c17a7056997de",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "e5d4e5b8677b6f35290393215c8990a80681986f",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "25dc3cc89d01555cf4840569d49428d0d1cbda09",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f56c8ae5600a34621b8d5919c031456e0d8cb10d",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "da01c7a5d7a3e71858b40ca9dfab21ee12fba24f",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "cda1f93a6efdc8d46b0b685ff54bce4643d0ca8f",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "06c045e6f8cbb16cbbf24003ed310f8e70e1f35a",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "8f5c62f75e70671febada92444c5ebd62c247007",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "d83694a19e7a751f82cd293ebe5371c75e2d6ba5",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "c1921dd16a75a45a2ff4f2a2574ecd8b93e7154e",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "cc066dfcaeacb7fbf288f4732d4f04cc722fa1e9",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "bda4c4b253b3bffe62d38a14df077aedb47f33ce",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "99a166e41b342180ffc77e2bd271ab2a2b1c58e8",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "c7b5f19b0459a5877ec4882494121c7e1ff7b639",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "30539820e91aaeb0feff3e02d354882534ae7c8b",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "fc3926145e7f052b09a4da29476a5ed73a1b668e",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "9120b1cc8389091838a83d69c958ba42667d3d83",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "653b223ff98f7b948e67ab5a977c025053e14c30",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "cedaf8af8c4b7583265d36ea4a3503e1c6d3ae89",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "69683716b6c25f9b125c2a9809348bf562da0ffd",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f6f507efa8dab89b47f9f057893c00607b2960f5",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "680e75215b2bff89762d13cb80078a80db4cca8e",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "59883141ea424f32a92e2002a6f0061fdf147fd7",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "af9838da162ebc2e683cad87ce93b4b2fb3daa1f",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "75e4cad3593f2a479eaecf00eaa169f81e3672b2",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "fafba653e323efe72a11a3fbad0b537bf299b0a6",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "8fffa8227efa2b3d03019ba80cfd750a55cf45f3",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "dc417bfb486655235f66f4eb0f750c48dc53f211",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "3902b4a18c553c89ed43993b9729cbeddd605d19",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "ee1f5c45175fd4eac4e45f880dc9badd7db0f50b",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "a87771969a9c18a5b9f34fa4e423a45782038729",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "ed7f3ff12256cec6aeda0455c8647b622fd940ae",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "6b52ee9849a9f6f3aaee7f4b5d3c43d8350c8c6a",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "86cf29e27e42508a4cae25b2d3ff497b59efdc77",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "c7442cb211b4ae0d4108ee2e99f4bbd79b51e75b",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "6f4ea6472bff5e9020c0a39d9caeb08d5e724c65",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "b6069869b9070f3a7749765b0e0597a5fb491f7a",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "1309139a9ec9d68686d2605e22286f93df653325",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f36d2cb7c563ca8a2369faf851c22ed7328ece49",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "a319b36ce4831488d9fa13301399dfae8f06b494",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "ce0750bb65040d061ee187d35bd4eb8e36f65ca2",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "4c00d8ef79df745a1f80824cb1d5c059db66c8c8",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f5324981261c37443c1a54dddb8271c37b46162a",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "ab4cf27ab9c7a2e965473255e2a3de7f77525ff7",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "2df19fd7f1c1526ea02d14e89ebaef3542e294db",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "19a0d44d811924dddcd3af3e0d562cf1ea1fc1dd",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "d245fce16cc7661ce20680e570c86ef1d30c7b17",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "5fb387e9dd9110226cda47f9643c0d6099d184f0",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "fac75ca756ffa48ef299d8bf957183bd7a12931b",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "2b5e6c89a75f88aba42a3790ec1c798e5aac8907",
"is_verified": false,
"line_number": 404
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f0b99f1e34e9cbd5786601d41d50e7ba1cd1a660",
"is_verified": false,
"line_number": 405
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "4aeb80314892ee0cfc3e4977ee7ec7b8d3a3e551",
"is_verified": false,
"line_number": 406
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "0cba6a3ce121bf9cce8db99949efc99bd9de5666",
"is_verified": false,
"line_number": 407
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "51bd4df7787b385c5152069afb6d9f6b8ac64345",
"is_verified": false,
"line_number": 408
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "1173a3678cb3e4b7c990e58dd523efe5572480ea",
"is_verified": false,
"line_number": 409
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "98a14a3098d7a6e897f865e565f1147fafd3ddd4",
"is_verified": false,
"line_number": 410
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "ceace5222af871953c48c542990f16946f57521e",
"is_verified": false,
"line_number": 411
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "4a3470a09ed918baf9c0957fa15d883c4ac92e7a",
"is_verified": false,
"line_number": 412
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "ed9a4a35e35750b15e8f185c79d35ec7e2fe7b77",
"is_verified": false,
"line_number": 413
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "6460cb70c856bede5d246e6eb90300f610f3d856",
"is_verified": false,
"line_number": 414
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "a1b9e806f3abde2048c73f2c6d0690c26e8b6c3c",
"is_verified": false,
"line_number": 415
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "d22915a705667fa774516aa1ae092b71f2cfc4b6",
"is_verified": false,
"line_number": 416
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "c37d0045df3671282536cd2a598c36955c9cdb55",
"is_verified": false,
"line_number": 417
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "307a4d3ead620b35c8137ecfdf3376f696225e7b",
"is_verified": false,
"line_number": 418
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "57caa3c1efb63e6de27e149657f180c11dfd441f",
"is_verified": false,
"line_number": 419
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "6d6e03691d000b4de73c6af099b04e0b178ae591",
"is_verified": false,
"line_number": 420
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "9e53b466b2e71f7bf9318011e08c98f8a24e22ea",
"is_verified": false,
"line_number": 421
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "408019b0e893981b366b80690673caad522c37fb",
"is_verified": false,
"line_number": 422
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "54a7324ab52efc87e3404d1504e1e1c2e8f14178",
"is_verified": false,
"line_number": 423
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "9c4f0b8efb735687bcdec150e993a2da4173b3cd",
"is_verified": false,
"line_number": 424
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "9a9c6a33af33ffff535acb3880b2e9030daadacf",
"is_verified": false,
"line_number": 425
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "8d998dffe4b10c8d7d6c9eda279dc9b9ccc4bdcb",
"is_verified": false,
"line_number": 426
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "062f8b4d84ed7a98c897c362fe66d5ec58eac7c0",
"is_verified": false,
"line_number": 427
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "b77c3755c0ff3a32e534de6b996564d11c04b96c",
"is_verified": false,
"line_number": 428
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "73677e46cfd4952e08b44e36ce27ff808a293d98",
"is_verified": false,
"line_number": 429
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "0d006642cf2dbebad98080bfd8d064844b2e4437",
"is_verified": false,
"line_number": 430
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "0b01719353d519b4dbd4f9d8bf656b06f1386b51",
"is_verified": false,
"line_number": 431
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "103935a08cc4caa122fd4b7562dca4f585bf29a2",
"is_verified": false,
"line_number": 432
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "8d9f53d0cd1571316e34d740e771dd743468fa13",
"is_verified": false,
"line_number": 433
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "adcece64e098db916d798b5cfa2857d60e53e31e",
"is_verified": false,
"line_number": 434
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "d20efaf6644d42241e9c5c6faef0138d8c5089d8",
"is_verified": false,
"line_number": 435
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "e84645f622e7dba5fe6e4e134e11443ddfc5e9bb",
"is_verified": false,
"line_number": 436
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "09bc9174a90a397f11adc2faaa207303e5f27088",
"is_verified": false,
"line_number": 437
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "9a71a499d46d59b19a3d03fc39dd221a23cec591",
"is_verified": false,
"line_number": 438
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "7dad1402367b554c6781e7061433dee2df68a2d5",
"is_verified": false,
"line_number": 439
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "b7f48216cb4d6ce388b2a3f2d72644d5d385c590",
"is_verified": false,
"line_number": 440
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "1d68324545af9b698b5970422521f9b648762146",
"is_verified": false,
"line_number": 441
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "2fc002a3d6281921b75267df4409c3ae59d89339",
"is_verified": false,
"line_number": 442
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "a667d594f98e99dd525ae42f3f7da56f77a4d382",
"is_verified": false,
"line_number": 443
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "6f5b05a32b5089ab3b1b664ebd74811dad625d3e",
"is_verified": false,
"line_number": 444
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "4606f0a6427a809a5d6875820d5cbc8ae3fb278a",
"is_verified": false,
"line_number": 445
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "562325483d9519945e175319f25cc4b1d68d2066",
"is_verified": false,
"line_number": 446
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "794c8d2706a6a792c54be88230ad83aed7ca9df3",
"is_verified": false,
"line_number": 447
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "289312b989aad17d64255822a7a3b13bd0e72e41",
"is_verified": false,
"line_number": 795
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "a0f0114d70398ff522adc7643d4bc41379e5f3c3",
"is_verified": false,
"line_number": 796
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "297db76ba0f7696973659a999c618c8132a8eba5",
"is_verified": false,
"line_number": 797
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "429f2154c2d45b120c900da1c50fbc8280993659",
"is_verified": false,
"line_number": 798
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "59e49150ff5075c68cb1e9f09aea6b4756ad17fa",
"is_verified": false,
"line_number": 799
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "7e51e20768e4655c6e78a5d9bd076a50aebb59ba",
"is_verified": false,
"line_number": 800
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "96581bbaf149a1f00117e457cc9383cb99f15bf4",
"is_verified": false,
"line_number": 801
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "f727624090b8b0a0a3c6d49841796d545aa1c370",
"is_verified": false,
"line_number": 802
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "c299e7a826c50ffb6b132053f5743b721b4f69e4",
"is_verified": false,
"line_number": 803
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "0dc9f1c7c747d74017aecadc0f1f41deb8f78d65",
"is_verified": false,
"line_number": 804
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "031ee4e59005ed47da0c24439f59adba1e24b8f5",
"is_verified": false,
"line_number": 805
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Audio.ipynb",
"hashed_secret": "3e5e7dfd7a51b646d617b54d8d75f0a61ca598b4",
"is_verified": false,
"line_number": 4092
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "74060d1ab13001481ede6fd82dba09b8ddf34a6f",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "745ba48509409ad5d488ddf0d11d554f62ef0b36",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "f7b2fc1668f203282a6b606cd7811d4166d2a71b",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3224c1ed4c3452dbc4200fadc833e32980449c18",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "975f98e7fb894a54248e64f5a3d65d5fa3536c5e",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a17cfc69b6cd67fbeead2cdb0b8b3fa6eeb88d7b",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "93c92ffae29e654378022026aa64895cf5bca122",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "6b04a3ab6ed06f794b20a49ae00401ade760ab3b",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "5046dbfda16d5d50ff80aec21e07a91bb0d16fb3",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "09dc4d89d311b03da2ce6b6a7255cbac3e635fcc",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "b73f2c685318cb01029e32dd0601c20a06cccb20",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2e947ed3173181d363ba51b2fb12f20be11e4f01",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "223513ff01fbbe6950fe0df303ca96ef78f4ad2f",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "31c5ab3d3f49b09d48622bd4c14ce82160446a35",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3c27f6c2f3e1efda3432ceb2d321881035b08151",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "1cc63ab1ae06dc0f5b4b6eaac9b4600e45daa1ea",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "c27ed99a077dbb12ab83871d9de932ef95c57a91",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "bec3ef7523ee3283579c532fd141a30387815603",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "cc61d958019e1c996962ae21acccf67a0c6a37f3",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "f21fe96c232f96c772a7bcf78ca3e49b8600a97f",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3f2d9341d95599c05e245b3e901bb67b008fa8bc",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "0e4f82f0ca3aad174086e0bf0ed27dcb4240faf2",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "95de936d522f369ca77a6b26fdf7a191fcff3c56",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "64d334e32aac6aefdc8a40798e06299dc98ddfaa",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "1738f063cd6256922d6b3fe8ea59a263b03927c4",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "0dbe847ac9bb902011cddde3ab74f60a49c94b4f",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "8453403e0e76d2b3f3a5181b8ead6bd6fa8079bd",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "f0ec71928bca3971e9e979e9af9f6b0bd02dfc32",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "4dc8eeba2f1af1ed8f93852bdcd5c8d9937918ef",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "f7c2065b0e11b40f993a64102e2b59db5774c1b7",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "173906a460271f6b9fc06da5cc85224accf5b31f",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "b2c13deadefcfbe8d480eece9cd898d135282c43",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "4a5c44b4cacabeb2ec5a39885500d377a30095e0",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "c7715534fda1b2c0955354e3d8e1d9188bf9e480",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "d37d301e7eb382e904d302413633abd0aa90d9ea",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "b7e5d509ab33a1c9b7a0b1a52a403d88b6aca231",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "ed2af8c055968b2a47564c38cf44f49daa90acd3",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "83b938b3c20e32e570edea848d007788bed2144c",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "0a0a32988feb17817743aa217510799bd4e73dd8",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "4aa09104f5d87301366e411e493c098d4d3d911d",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "25e89c7832c01fd2a2f5c1b1bc32154690766c5d",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "c3719b93b51d48cb364cfc5b5bd8bd1315097e4c",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "87fa39be896b256d20c03258d4abaf356c226209",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "6406d1fe78adb68d8efe7076e95ac14d7cb53cb9",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2673fb4ade49d7dd24d5fd8c2cbd9c90300932d5",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "997b1358b9fc1a975f4c06cd59755287f9b9904b",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "af2bb367eaac040ed6328d1a14b6956ec5074fb9",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "0c680a27fd8288195a2f826c6e2bd9f62193c089",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "0c209b0c2f3b58947226e93b9f7b8f53b24c818a",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3dfd994a97f4741e9d56501a729b6dc1f88a30dc",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "6bd0714fabe6fb228c9e1f02d0d850aeca58c04c",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "471e09eee6f7ea3f5982467583d85214d95a750d",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2f26fb888425224d74e4c7bfb090d3e92bfa54ec",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "8d3c4f097a0001eea9eafe822e874d95b64a8429",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "195a999d8904bcad229d82c114fdd410e1e013be",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "314e4b78973aaf0c059891538f4201c174c5c391",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2930318a924daaab40b9d45c834573935a5ea949",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "7e1ac190abb1a2a94de4ba5826bd88ff5b4e1cc9",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3ff97bc90b173e1e81a8dff1dd226097c0d1a92c",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "25a173b02a9777708c67dc66ac1f7f8360248fae",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "5d772bdea2db770abab8f4b35f3188950ea067cb",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "15c3bf03da8529dffab9ac9c3bc88c30bec226ce",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "d95d8e4fb9dfc4827d6fd862379ef54cd0a172a4",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "7690e87c04cfc854f8d85aa59f7cbfade3730247",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "6601aa905653fa2f4550e855c5bcc84fda7437ee",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "9317374ac7d8acc960c4b91c2c733876b3d70419",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a78490a35ad0ab9fe6e1aa8d3bd142186c7bffef",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "bb57b1bc83fa576c3972776d8fd96cc2dae0ebea",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "5984b394d7a2c63a9f2865b2f64bfc9a6a5e2203",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "6a30f063bf1b69a5da2dcf0d9163ae8aa53a60bb",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "19aa83618813d8a5cfba7580be39a3b7caf2e78b",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "72e32f87dc7105e71a6eeabd1f965fe620538301",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "bde10602fbb0e87ab5b61b63bcfd828b33c2cd9a",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3d3ce9e7ca13975044206140d0b6c007de8a3840",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "884df8ec713482edc4cc14b51655f8a9be2b1dee",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "8b6c483d0365e0f2267396c392c1ba708561668c",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "95b17c68372bb51b5e5a296e1273527de512e3e4",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "ffd61dfe6cc618ef0f04355dc1649647e56d4dc9",
"is_verified": false,
"line_number": 703
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "aa3617c634620ff356d47c3479551c2efe847937",
"is_verified": false,
"line_number": 704
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "70106351189bb9db68c2855bacc255e11e413ed2",
"is_verified": false,
"line_number": 705
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "7160b5f2752304c8c50abac9e8ee175e258320ae",
"is_verified": false,
"line_number": 706
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "f044d508ae3e7275678dcae412f31333177163fe",
"is_verified": false,
"line_number": 707
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2f3a83e2d19ea094dd35bc298a25b0ed9cdcabea",
"is_verified": false,
"line_number": 708
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "be0ce30efec0fd0bf4929d850084b31661a3a007",
"is_verified": false,
"line_number": 709
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "4a0fbba249ae4d221681ac205057b220bb9ea84d",
"is_verified": false,
"line_number": 710
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "8de6fe7e9a9893bb458de0ef884e26a5ca98dbd6",
"is_verified": false,
"line_number": 711
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "42dd63b111180dcae2ae50438c18f7336540eae9",
"is_verified": false,
"line_number": 712
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "c2881ac952fa8e4077b969f03e72d68801ad88d1",
"is_verified": false,
"line_number": 713
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "114f527db79b45d0ee66796609a21542fe4401ef",
"is_verified": false,
"line_number": 714
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a622fb744954430ff14c9acef82cf362585ff6cd",
"is_verified": false,
"line_number": 715
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "8ccb7cebd43f0c031f0cf5f6b9a96a72f34a222d",
"is_verified": false,
"line_number": 716
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "16dd395deaa30a56e1dd21b391f83cbf5f41e943",
"is_verified": false,
"line_number": 717
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "aab8c064341ebbdeba7bb211d941067ff58f726a",
"is_verified": false,
"line_number": 718
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a6180210afad963846368a0ab91a81010dee8b13",
"is_verified": false,
"line_number": 719
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "c20517669b855d3919bfea2b42390e91003ead3b",
"is_verified": false,
"line_number": 720
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "eb2c9464e580475a1a42089bf62eb7e2d9dc0c6a",
"is_verified": false,
"line_number": 721
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3729024349806217fb3d028690595def749c5b94",
"is_verified": false,
"line_number": 722
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a0f9555b1d675a9e1431ad4d781717e001f3eb5b",
"is_verified": false,
"line_number": 723
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "4b8187d24c51067974bf0b553856b0392ad025aa",
"is_verified": false,
"line_number": 724
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "9af94b64ed1226c8a0473dc8d881264ed9526b92",
"is_verified": false,
"line_number": 725
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "bbed636fe8181a73d323622dd3f37c456377e76c",
"is_verified": false,
"line_number": 726
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a40e2004be045377a84d1b5bae042d3198c09a57",
"is_verified": false,
"line_number": 727
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "9a79e65806c8a2ee142107580cd0ddc1605c2266",
"is_verified": false,
"line_number": 728
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "9cffd58fcb2f35c27f5bb9abf0ce8db8ef0acda2",
"is_verified": false,
"line_number": 729
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2abbbaaedfe8fde06f7b9903c09ba65ca1ccd345",
"is_verified": false,
"line_number": 730
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "436972cfe5ddd0b4e6a9e5d4ecf5564dd0502224",
"is_verified": false,
"line_number": 731
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "6e4fac80154e4b61d301d85b9d3e8d0e1eddd853",
"is_verified": false,
"line_number": 732
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "eca2373690ecdcfd57dfbca8bda11da40b87c692",
"is_verified": false,
"line_number": 733
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "90f85af0af7b55b8443c53481973a7585cb8a3b1",
"is_verified": false,
"line_number": 734
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "7978cbe00b192485b6e547f15f5a38f86003285a",
"is_verified": false,
"line_number": 735
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "d121b27bbab9ae3dc78358a2314346d0125c7253",
"is_verified": false,
"line_number": 807
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "69a73db448aa6f3d0cc947e9c7483c3adf6be784",
"is_verified": false,
"line_number": 808
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "1b2145f987b6b534f7c3bcfebee997652ed6b81f",
"is_verified": false,
"line_number": 809
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "43da01a620e1cef4a7b8e6f3f075c450ee13d6c9",
"is_verified": false,
"line_number": 810
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "f739d772a745773776a80bcbce7c21d9df9b5ef7",
"is_verified": false,
"line_number": 811
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "6115124261d39cd55c711c3d4d86fe8852c67261",
"is_verified": false,
"line_number": 812
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "1d232503587360ffddfab517b9ace6494241b834",
"is_verified": false,
"line_number": 813
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "58cc7a2ebf868eb778f04fb9143410285170b02d",
"is_verified": false,
"line_number": 814
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "eeb7101e4bce1c0415578893e5c6b89858628a34",
"is_verified": false,
"line_number": 815
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "fd8547059a4f7e7edb8cfe4b7e897a3e4cb6998f",
"is_verified": false,
"line_number": 816
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "79375ce5d8eddfaa25c736a9a6e094b14ced2805",
"is_verified": false,
"line_number": 817
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "08e1a68e55bf816b1655e191b853270d61d5295e",
"is_verified": false,
"line_number": 901
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "4a6744aa81aa19d7ec99d28c0badcaf3ddcbcd0f",
"is_verified": false,
"line_number": 902
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "1249474906fd071fcd5f4f825e16654885f498ab",
"is_verified": false,
"line_number": 903
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "d0d8bc41ea7d7b3f1e888b0e2463446be3ce30d2",
"is_verified": false,
"line_number": 904
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "ce4638afcf4ef0808bb9e349ceebe47590d2716d",
"is_verified": false,
"line_number": 905
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "cab4dd9788728cf3bad184bdc27170b87cb3820d",
"is_verified": false,
"line_number": 906
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "0eb9623c31e383ac6e40d296c3b26aed98a83c8b",
"is_verified": false,
"line_number": 907
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "29bb9f19d1fd6ce01c6bbeefd106bf8e7d0d427d",
"is_verified": false,
"line_number": 908
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "5f9edc537f1d03b5765ac9865207473b088dd0a9",
"is_verified": false,
"line_number": 909
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "aa030d2985001024312eb740dc3986beca90c793",
"is_verified": false,
"line_number": 910
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "aa0e218b978bab3126a3412f9ac32c2d07e394c5",
"is_verified": false,
"line_number": 911
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2e0a5854cbeb7a16241e82ea3a2f9f388af93e91",
"is_verified": false,
"line_number": 1000
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "1e1038e89d8d65e2a2d1d7c047d27c8b579c0a1b",
"is_verified": false,
"line_number": 1001
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a7baef00011061ad33b5b4b27b2e7b0111c35488",
"is_verified": false,
"line_number": 1002
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "8f459fc87648b2879a65b7042e6f42ee20292d8a",
"is_verified": false,
"line_number": 1003
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3dc5e34ab89161772088b55a24c6a7cde7cb1ca0",
"is_verified": false,
"line_number": 1004
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "92030b29d53f68562127b71cef600f5867b55a87",
"is_verified": false,
"line_number": 1005
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "430502fa2be006a043c81b4972335ffe7b429985",
"is_verified": false,
"line_number": 1006
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "c39055c0130fbd5c5848eca6c5f7a5c2680f7142",
"is_verified": false,
"line_number": 1007
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "8873ceeea1e8562475897ef90054c4f3beca1d23",
"is_verified": false,
"line_number": 1008
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "d755bb9c016fb7f31106e0d8fa3c0b34a839841a",
"is_verified": false,
"line_number": 1009
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "681fc8092f2b32f33486b3ef0e69762f48fae9e4",
"is_verified": false,
"line_number": 1010
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "f61c88ba5748e4e1cfb3946078898c2deb007534",
"is_verified": false,
"line_number": 1074
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "3660de3480ebe0212f79187424d95adc02901ab3",
"is_verified": false,
"line_number": 1075
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "aaf031a7d7f8b803a5c5f9fa1ba6ee1ecd3e38ed",
"is_verified": false,
"line_number": 1076
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "b90c13fc26e48e7690f00bf471c36644438f0f5c",
"is_verified": false,
"line_number": 1077
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "706ab71bc2065a3c35a69057dd4a0be336457c18",
"is_verified": false,
"line_number": 1078
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "cb0dafa22b254d0b7091a1a0945f086d63d901f9",
"is_verified": false,
"line_number": 1079
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "d4564cd9e419df09f96ea1ea8a5c2da6f2f55ca0",
"is_verified": false,
"line_number": 1080
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "02683d0cc404f056091980b8d55ecb2ea638c78a",
"is_verified": false,
"line_number": 1081
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "7e3fd2ea940d3ff2982c706d8a7462471305c578",
"is_verified": false,
"line_number": 1082
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "415d9b906fc2a2c848166b3819676c1b1189a069",
"is_verified": false,
"line_number": 1083
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "bf02e2431af970dbba170830d4c56d571774bc84",
"is_verified": false,
"line_number": 1084
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "1bd3a65e8c0b09c6aba5ff8b2c16b66bfd34f578",
"is_verified": false,
"line_number": 1085
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "2c9a6d8ce5d6e0f64b2ccb8f38a33710b90c7e1a",
"is_verified": false,
"line_number": 1086
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "9e50f748fdeeeb3a302a7d3f683c4d9e4701be3f",
"is_verified": false,
"line_number": 1087
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "fd9f23ac54a12611c6fa996f329af42ce347d176",
"is_verified": false,
"line_number": 1088
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "a4e415cbf063b06057c6ac33b2ddceaad5fd7c5a",
"is_verified": false,
"line_number": 1089
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "cec945d023324c46f61fcbf87676a9edbf9f15dc",
"is_verified": false,
"line_number": 1090
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "d53ae02f9c47b62295abcc1d2f407dcbef9411dd",
"is_verified": false,
"line_number": 1091
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "43b634e22355f4949f4e89b0d0680cd957821ae8",
"is_verified": false,
"line_number": 1092
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "ae0c7b6d7ede0e5889ecdff8df1667334ea053dd",
"is_verified": false,
"line_number": 1093
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "39cb519677783cb823aa393e72a5a42f6aaae840",
"is_verified": false,
"line_number": 1094
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Text.ipynb",
"hashed_secret": "b001bad262c1a775636e8a0c00ece51be151d3e4",
"is_verified": false,
"line_number": 1095
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "52949777f05e1c835509535368b08168438577df",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "3a7dce539c3bffcb660f2b8432014f6b71c2a228",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "954886d553ba90706eb59685e9e96f3a17e09f68",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "5b3dee1168d69600034b05ead7699a1fec6c5b94",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "481551970ced76762ff367e01a8f9deed32c47c5",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "8ef0daa19309988700c75220a271ba9faabd192a",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "ce7036e28364f6dbdacf93c522cdd4534ae86059",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e4cb4521d41f57de844b3d00a3ff06af2dd7b872",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "333a689587500b08e6e7d1d1bb9710c67b2644ab",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "2409b8599d21ecd16c314e1c831e300e48536596",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "94499262f207c23e3ac60ffd72841437f049e20c",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "266f8b8d834898e80536de962fd7acf3ca03283d",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "43dae4cf505ed282680aa1aac673481b16a65d3b",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "3d7b822530f06338ee1199f97373facfd5925629",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "9f69a21e7a4721675656efb98ba23357c72a4f39",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "618be022f09da377219e6a5231c0ea23994ab01e",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "163723cd6d05c8ebdade26b3aa591cceb8155ea5",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "5c99d5566af46c7dcfe4283d948db8938759d021",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "12b9c823ff54066765af8973c10d39075d3947a0",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "16620cf617675c0abcb7df35e151fc893c2cf2c4",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "2bb853ed0a10acc363778182d6869f36bae34114",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "36ca5abb82b469be736558e031925d673aafc016",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "85e60f0376437d0e1235def2c0906f3916143e4f",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "99c2c7aaaff0fd7498fbb7feb0b379fc60b7d4fa",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "c8d6cd70236d795dfab3d98aaae8ccff2ab48c00",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "15dd64e26b9405bd779d142e6dff147a5b1d497f",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "ab65ffbe7834734d171c0d78c75e3f15a8ba9e40",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "877565b7d97d0ecb221f6a7db842510131899cab",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "1072e8f663074b2c7cc5a08b17cf4c1863b447ed",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "aeafcc6d06dc8efadb22729e7294bc77c14e7eb7",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "33cfdbfec9f408972ee03438cc1bf67544905de8",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "395c53bb2ed583da3232b20cfe7057d732ee572b",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "57b0194e67dd40d4edd6b1d8a90df1a93d4d311b",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "22132f2d284795a0342d1560dc38b9de41994b2b",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "756c24ce634057af8cac400a6ac5cc75009a7571",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "7b60bd7a04a3470f57def1df808cf872e62f7fd5",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "f39b78db02cdceb79a8a33b39f19f4ca4bb58d70",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "17c115688061290b96039cdc61c796e7f405dce9",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "a39ed8528fc666da4b5597db4e84120e0968c3bf",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "328ee158fed4170c8e7717a075f79783a061c0f0",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "b1cb1edbf03d49de6490da5a13b1b6510facf16d",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "a3aaca236e2b44b5ab05e679da8fd68377dd7fa3",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e30d9c09e1ed12a57ee1b850e105eb607a8ab317",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "940fe7ff3c9f8c670933f6e1839587a4120545e2",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "1aca655f4d1a03552b078745b91ecf55dbc356ef",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "50423ac0c9c79443ae30b1d4f3d7f1f5bb77b4ca",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "f5260d596787807d1067fa343d2a661229f1e172",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "5cc2b3a26c8c9d6ccdff99bcd2b0fe0a54758445",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "3e1e8c3660f8ce1b99b1027db52e4e8719d68deb",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "cdaf55f5be4ff2154f6504e2619998a21a51b065",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "ffe1c15c908a903f5785e44857c824a4c9a3b428",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "91b6a9f2b289f366db0c33f3f3ac62290fc32b83",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "5e4aafe469890848547759128c7dca988b03999c",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "b5023a34f7b3aad48d029f5db7317e69e5530b1b",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "70c9808d0b09c582e608c408d233d2bc7ee2a120",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "d81c39b28c736d5c8fa73cc0358f5f1ffddd7e5e",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e1efa6d69de8d61a0871ce8cdd8cb7ee4081bbf2",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e9291b55fe9219534955c2663c55f03a0958b8a8",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "24cbce042ea2152299300b34c5611d293e6e2e22",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "f499422940839e2846c1fe7252fd075692e79ee7",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "a66f08edcc7ddab3c646943cdead29efbe541d3e",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e52dce2bd7f4dbad50a458aa9464705fabf99f97",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "eba2974a8562d769e8be9f7d5fa913bfd2dd60a1",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "250ee59dbc0ad8cde10f6890ae4e6ac33e2d770d",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "528de2b43ca326c8aac2f27508051b2dea40f2d9",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "8b47283081f8520ec9eb749118e47484caad9a53",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "536547e5988a8a272b286a1400e368c539cd2987",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "062c2394951131890c3651efdf40a85df33fada1",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "ef74fb1b1fab07b9fe818b4ea24030834c235bbc",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "7c218de57295337bf5ab2df1234ed5b441b5b819",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "777844d21bc29c53bf33a5eb83fe1d5f570d4f35",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "73c7aebc35a097484e9d774ac6cfeaf6b2f66945",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "eb2394dcab2ac54a3cd01f532cd0ff11b7bb7bde",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "88d688b5f78c63dce4f8dde6a249181c7f73ba66",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "13bd3457c4894ef19bff19aa0b56ff2478c80cdb",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "0cdbdb3367525f7131fd1cec3665d67a100af2f6",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "4ef5afef93b22d3c5599e7b5124a0bc0f83fcd39",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "1b103b127d2e8b0b2b404b33f8d6d3fae5e3d218",
"is_verified": false,
"line_number": 392
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "716a5c6f8b3bebfde574b9fbe0310480adced9e7",
"is_verified": false,
"line_number": 393
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "886635e900112dcaa4789b01424687ba31743e23",
"is_verified": false,
"line_number": 394
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "eb8591b492b5caaf633b10ad37d1e14caab56220",
"is_verified": false,
"line_number": 395
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "1039867ec71c0390d2c19a7e4102a95d350920fd",
"is_verified": false,
"line_number": 396
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "5dcde39107e8ac276963deedc8ff8f38b9cf49b6",
"is_verified": false,
"line_number": 397
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "64ed51f35a3e84196ddc18eec64cea7ac737d2c3",
"is_verified": false,
"line_number": 398
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "495de58906a7713eca42d83e3b4ee4cc4c6d38dc",
"is_verified": false,
"line_number": 399
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "7097ed21023212c3f65391f328d491f1046e0008",
"is_verified": false,
"line_number": 400
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "f88446e4efe499e117a6c5406e27fdb59259b61b",
"is_verified": false,
"line_number": 401
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "8f5ff54759e6f5cfd338e3691c293bb96dd48624",
"is_verified": false,
"line_number": 402
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e065d4406ba89dc93914ad1db50dd345b4b6ca27",
"is_verified": false,
"line_number": 403
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e5863aff7b34e517ce4835bb97fbef2a2a61ce1a",
"is_verified": false,
"line_number": 404
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "39c188ab1c78169fa4afcd5bb615ccea0556a287",
"is_verified": false,
"line_number": 405
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "afdf93a832f0bac7e911048e996666e152e03b50",
"is_verified": false,
"line_number": 406
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "4ae8d173c8c9a17379c7815333c87ec7b1d8e0c5",
"is_verified": false,
"line_number": 407
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "baa15e9e3394f8e8b4cc49fac6351ec3f1cf0800",
"is_verified": false,
"line_number": 408
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "2277f04391fccc582ff56fefb13386b0a76c4104",
"is_verified": false,
"line_number": 409
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "6f873f8934c2a77069aab95491bafa5bd1aa219b",
"is_verified": false,
"line_number": 410
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "ac5a7e5b9be79e5b308d3da0c8b63df2f0581380",
"is_verified": false,
"line_number": 411
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "14f578d709d79a4aa35e856bcca66f82b3675931",
"is_verified": false,
"line_number": 412
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "4e721cf4e7ced355dbc129581eb9a6672632e110",
"is_verified": false,
"line_number": 413
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "94813556c04ab0ae33fb46583325abf85d51520a",
"is_verified": false,
"line_number": 414
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "c84ae539ec12e16aecbe4d99f224a6466e303869",
"is_verified": false,
"line_number": 415
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "05bbd7b947fce1ddf69d05056659de38678a841f",
"is_verified": false,
"line_number": 416
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "a1388ca5855cc842abcafba8bf268f9d9b1f13d7",
"is_verified": false,
"line_number": 417
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "bebdc55d296f365cf9928cfcdc972372deeceb2e",
"is_verified": false,
"line_number": 418
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "ca5c00f23f55058cd0096de049398c85bb9a9435",
"is_verified": false,
"line_number": 419
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "090ecf89055fa37d83d46d409f4d89756a6e764d",
"is_verified": false,
"line_number": 420
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "3d13f4db1b2667e53c33512fafb5e54f842bb3b1",
"is_verified": false,
"line_number": 421
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "a858dd707711988cd765b757ee8c3c96f12c6094",
"is_verified": false,
"line_number": 422
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "1bf0c82f7bf09acfe937f357f2876825b0f134ac",
"is_verified": false,
"line_number": 423
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e412fad9d8bf10d5cefdeee58db1063ff33a37c6",
"is_verified": false,
"line_number": 424
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "ec6de86510373f93cc6c646ebdd17e23f1da8d45",
"is_verified": false,
"line_number": 425
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "97f81bcf26fbd795d311fd186c348f3fc361b43e",
"is_verified": false,
"line_number": 426
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "f8a8ad9c0d898485386d70149a0b5500cdb183b9",
"is_verified": false,
"line_number": 427
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "be57a879b3c8d361f94c580c3eb91ce075f1256b",
"is_verified": false,
"line_number": 428
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "9f0c23d527eb83f132babdbbfa54cf3565dadc73",
"is_verified": false,
"line_number": 429
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "3769dbe1f5a31d4221dfb1117178dbdfa45dcb32",
"is_verified": false,
"line_number": 430
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "e77a3aa51b104eb6092c7a962443e25e588b0681",
"is_verified": false,
"line_number": 431
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "f564c27d597e9ec2bcbb984b442e36a8b942b6a4",
"is_verified": false,
"line_number": 432
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "cc561b034c21a7ac5971925e055779896929c487",
"is_verified": false,
"line_number": 433
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "8024b8fba970e09b46fda28c890f88a07ea76add",
"is_verified": false,
"line_number": 434
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "85e2ba7f925af36e7e5da7cbf162db7fc609f5a1",
"is_verified": false,
"line_number": 435
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "f1e93948ccbf5c2174227b8506f940698bd3c0f0",
"is_verified": false,
"line_number": 436
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "6a8b917bb44e6308eb593453afcb6c96d520f91d",
"is_verified": false,
"line_number": 437
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "065825d1cce85ee0b16db6ae196460e823c934aa",
"is_verified": false,
"line_number": 438
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "14a5cb86cf739e374d24adf33ee27079f5292405",
"is_verified": false,
"line_number": 439
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "72d7e5174a20c5c762b02428221b28b993cc0a8f",
"is_verified": false,
"line_number": 440
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "a96ffaca71b3d6e6a9e7c85d325315c1048b9889",
"is_verified": false,
"line_number": 441
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "936068209d745a99407bcc95177799694658f5ff",
"is_verified": false,
"line_number": 442
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "afccdad1dcba270fac88297b0d1f62e07c484514",
"is_verified": false,
"line_number": 443
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "865fb8310135a9d17061f7b21a293ebd364fd051",
"is_verified": false,
"line_number": 444
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "fcafb6ae19438c3791b1671c0959947aad83f6f1",
"is_verified": false,
"line_number": 445
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "173e97cfd43fb4bce5a0920e5c441829a92c539b",
"is_verified": false,
"line_number": 446
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "7c02d61dcbdc6190962fc8086fa02745801f6b63",
"is_verified": false,
"line_number": 583
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "a212a1e88a7cbc66a5cd35d68fd2fdbfb8e4d088",
"is_verified": false,
"line_number": 584
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)-Vision.ipynb",
"hashed_secret": "51ce837541ee8723d29e3a43780b7e6690580069",
"is_verified": false,
"line_number": 2673
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "8dabd28b8956683602dcb8e205d9a9a9b8197c5e",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "b35f4e19f020e68a399c62b0a2dfb0193ee1af2f",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "b931d057b87bae3e577c2e47c689dbd3e584f7ff",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "05777f7168c7e075595d72b32cdd2f15f6077959",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "0bdf4cc5217a761070ae1f8951be236e7d8bd59c",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "edbd7652b54d6ea2faedbc4ca988818732149a5f",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "2c6f38c5af3843eec45cc11b11fc5f94d80bbbd0",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "718930c450fcf24fefa695c863b6a4e9456c048b",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "fac4c8186cb4b72f645fcf5045614b05fa97e086",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "d9c7e36f8030dbe629ccafc75a21d531cafabb56",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "b8a684f1578b472e66004b5ef22f018fbfdd8ffd",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "07fc7a60ca37976f38acdc7287aae7f768a3ccb5",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "74a8edeb72470c34d9848d1f89af82e43c0e5e7c",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "6177b1df376a5efb9814fe6e8cff5f25c2ec8019",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "222b8a94cd7b1a7efec04482b82feac2ca4c81a1",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "17d06b9be759312271e1fe2e23662911f140b770",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "86ffae477a494cb8f6c460a556ee08e073bcbbbc",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "ea63f151e9a9cc815c3d1648fb01927d43fb0dbb",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "f68175b9c4c70dcbe4e653b0737e0b929ed74054",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "acf1e4a6fa65bc7104ab734ecc8f1758266c6bf2",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "ac41af75c4dd92d520075155aa892e3fc228f0b5",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "237606acff50c84bb3a0e4fa719d182d165c071a",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "21c8d3946e3e316d0d4f8a873f577fc34dbe011e",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "fcfa69822ef1c3ecf836da1d357b0688c31f83f8",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "3caeff036164c80e8c7e085c19e43a8206e5fe54",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "18f52a61e451f9b0bdcae200d72248375eaeab41",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "61d694c7d873e72bd8d9009dcfc312c2a20ede06",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "6bb53142f0c04160ea4200d60e56c73671d688fa",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "543211b9c12051bcec076211ba197f764e06834f",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "0f7b7b5d5888ecd1586bea997016fc133825dfa1",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "c17c6fa137852ef8f5403d2a752dd68417911355",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "1ac1ca2a08326b7c64b3c1e87d77e6fa67d463cb",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "2f21d372fe83d0d38329a831a94e2b75285e263a",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "0239e9f8a35b0acc8629a91a93bd9abb3c704ad6",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "efdaff78272871b311bf38e62556e2fca4a7fd17",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "a4165d2e9e8e101a0177c7480c2a1f6e18ef2530",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "a993886034fd625244a9bc69f3bc17b23681e18a",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "58325cb089faaad227e4078e364f8e56f794a517",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "d37dd627611d36bdbc7a9daf468d30af211785c2",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "13f9018e5e55570e0814d0f58d4d1564b57b1cbd",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "33ad82332cc3b4f0ed73329768aca98aa2bc1b02",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "fc6339e5f75034455e0635abec5831bbba565b47",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "e877ab632e401d60b5c3c8be57f16399b40259f9",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "f946f07473af26ac18b8f3f2306e2fec99b95134",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "c83b78a21fd0e0ded8328af327c3102306cbc576",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "b8673396fe864c50f376fa9cc4eb7fa61e695353",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "7c020431609bf78d5790c582668f7167c49a0869",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "90903a3dcef1f065594a110d4ba92890a27f887d",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "fad5746221ed33b1b1e88410c999fc0acf2519ef",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "2ee800860c0062cb8364766dd1daf60c4e6f18f7",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "8b0614cb8c4a9ef77ae5dd2a436a1686499442c8",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "dca263fa54d3bf24fe9bf4d64252accc367d2e00",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "bdd5035affaed522eddba8f344c601239e5c142e",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "cccba69afb0f6159e47fcebf731284403f277a25",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "ca10e8e552b3766d122a230fc6671321958d603b",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "be58f46f1908d05219688c28f1f6ff209a844638",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "14f5cdce162007ec6953cdfd9950d034dc972cb5",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "63ff5f78e7319194af43f5e2a749dbca0785f7ee",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "101ba0b674c40a204c71ed2eddc95641b4929ec5",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "dccfc6470c16e05a8b26427075f416cc3ffb284d",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "478dc32fb19ec95ebbc93ed1f2caf635a33bb732",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "7dd8b40107afd6e2af8b09fda3094ac8540fd820",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "36444f24119e8fa46733971283e867bda3a81644",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "536cbded2897fb96fe9d34527aff190513089762",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "b67c53e886519f7b4f0cd25e53cc30b846ceb484",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "eda9b2a227bb07d6677b7822b98be82e12a17809",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "9693d7ea4951f9bcbb0b7b605eac1ab8f1c2d460",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "2c169e132e46f948b9e715886ae900e310ec2e08",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "a9303f1d6f40190495160c9fe00f6eb0dcbbc921",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "8ae4c848e6375a93d8befef821f0969d065016e2",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "0971497b6dafa59ab77ba963325b5804aab6b486",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "d74956995c5c987a2a8f9337ebc25584e9830ae0",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "6255f043a68836b47cb8f5e5db52b489ff34a0a7",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "ac752546f5e724e8a566910fac271dbef681afbf",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "8bdaff0fb857a3ba1988022b8f4f23fb3f8e68dd",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "208e07da7c3d67715e7ebf15eb693d4ef2b7a3cf",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E2B)_Reinforcement_Learning_Sudoku_Game.ipynb",
"hashed_secret": "a9429d95bc73e173c59e001d828b7bc46a79748c",
"is_verified": false,
"line_number": 177
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "bdd682416579076773065b846fb744db64a3e9bd",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "bceed16f11ed5cd9e40a6e904f2b31f6a78cdda6",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8e04009163fdc24ac8f84a496511a89a6a2f0f86",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "ef349fd3789c9b6b126df6c9225ebf1b865a90b1",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8b0196063f6dc80e9d11c0ef8e20727eab95d129",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "14d14f309a9297d4caa3d707df03276bf17c1887",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "56cecf1201f8fc4df1107667eb5e272e4541ebf4",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "be5e9da6352b21a94ac1c0024111ab7ce84007f8",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "29780e9512d300ba4832fca0407612b8ec3ddf62",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "e5ef6f3526cbe943c63296402aa096308f871a40",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "863b6952cfab27d23fd803ae3db6120f2921ce79",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "ee6e68f3e2513b182301e1480b02ceedf7133b88",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "80277d2065984570f6301a6cf86c53dfb7d3da40",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "e77da06db7d7b91e2a947e42e8f1274d62739d43",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "918e5e4595076c260fb427c229d0158ab03ccf96",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "3cded8f3f88d4443a67069c2dddf51f091dfbaf7",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "bb460b596c26568398ef282e95e75d833365efb6",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8574f85573c063ecb8be0b28f68e5f1024a6c472",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "6f98d4c843ca4c76d21f1a0cbc97a13e77b1f5d2",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "7416f9d5f98b9afcba8599a2615374b75699829d",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "2e3f0b5d13cd721f990acbef097ec4d47d9ad06c",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "1c3496c9ba03cc2cc3508548565a389a1fc2ff08",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "853f506db7a3c47c73676c1efff488969e9f4064",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "662217329aa223ce880f20d696a83fa774de8969",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "31b1fb28144ee78b9af379809cc3949a0f27960c",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "6d695c3a5f868010fa6f2e3c3e6157dbe5815a99",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "533985f214eca369e50f60f35a25be1bb6e300ab",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "1181e9705b421563155a330972da93148d97bd46",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "3b565a7d9565233dcdedaddad17cc64d18595c56",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "1dc94b19c981f9ddc1af8c1d088b008a3834e0eb",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0dce3fbe8f1a48ffcde6762488d3e743983d11cc",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "4b64c2c72ce0295c74505e200abad3e8fd81f616",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "530ee65b5af79031d5e3f748e60158441e1f1631",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "cae82f58d5f3506b715755f705739808df572ba8",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8eb71cc518ad03ea2ae87f9c78698eb82f271d9f",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "d5cf29ecad47f0fa13927e3590a7868e6275ab15",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "1b113379dea4a5ca820ca824e1ac358afd9d8d2b",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "90f8ac7f63d2d19946fe5eaf830c78ccb5ebfb81",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0af51cfd9120ff3e6ca1ed3d7861ef5a0fbc301b",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "5a5e1c67df7d6666029684025ff6026c1a71843f",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "7d12b3af30ad9264dd1f0d6d205bcaad0fa600e8",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0563c34780bbe5d63eba252bc1ba1ad2c98dedf4",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "de2d4711592784defa44913b59bffb0462e4de74",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "25b93a0513714d2e34d3c5a9e83b5be0bde30023",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "ac2ff5d94b21c244490ca328f000ccabc133b5e1",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8e85a29952dbf61150c411208d40e18e44b92e03",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "c502628aeca61d1562b0fa17f0b379c824ce5374",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "ca7d3be3f038c8fc69dec1c3de9dced2799f09a9",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "751746430513b3594240eed51fc230efd0714630",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "6ad3e5df411d302c009cf83334b1b0c3c927dba2",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "d2b581355b8819221497c3e80b700b8cd4b1ade9",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "d6751be33aa40d421ebf7dbf5ca4afff615a75b5",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "4d72c3af72a0694fcb167e5478d7ade812ecd20f",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "c603ad333c5406d92a31c117d3c9827ba268f845",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "b21716e36ba96514c6465c1cfe85518f89f7f98a",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0a57ea5ace6b612c7dbc158430b7c548a473abfb",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "936d4eaad7fe381f4f6afe9dfaf4ebf3cc39049f",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "945bd54a981de3d6a12e19c02d73719fadffab1c",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8101de95561c43c9c0e4a72b435ba6076210d17c",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "dbfb2c70ebc036ea3362c342dbbf502e696623a7",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "c7fdc14733f1fae094d480f5fcc1a674e55b03ed",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "e337dfc9dd98eed34b8515878ed8ced17f24aeb1",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "b1931dda5886b35fe215027e693fe71bd38b4c5e",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "a2d361335995d518d5409324a39fac99395ba359",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "110b0b24b06291054e8dcb531733b3cf097a25fd",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "ddfb91ed736bcc3e61cf1a48aee655c143ede516",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "9a3d3b49229c51c027b04168ff4e09dc33115c44",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "5fb11d2febb4b34f294f5d5f2d666efdc8342c5e",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "cbf5eaf782a66d272ce1cf637dfcf3e15ce70011",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "edbdd73443bc72cba4e18d64ca16931eaa77a8ea",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "00f61c608a21854524c141261336eb7923d4991d",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "b61749ef95e729c50c34c0102fd0b3a387e454c9",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "d46e31f4333ba29618d1248a301df98e82fd26e4",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "286ef8eef578fb753c10ded3ec7402bd0939cc84",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "712b6218c07d5469f34c7145ef0399562d4b292b",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "7f3a1f2b52a1982ef63567aadc3ab3210fc7b3af",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "2eea38fce52a50f5387156fbc95b5448404651f5",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "ac7ca0ed7c97c81bec4840c7c98cb3dd069545f0",
"is_verified": false,
"line_number": 403
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8ee53c59bfae8755c71c3ea740a7d1e60ca1f7e1",
"is_verified": false,
"line_number": 404
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "63fc00e035bd5be4684826426088449b6d04857f",
"is_verified": false,
"line_number": 405
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "b204d2cfc74ce09a177f52de09b4276c5903ce36",
"is_verified": false,
"line_number": 406
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "d920e9e1cf1daba5caa0b26a37df75611723cdc5",
"is_verified": false,
"line_number": 407
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8851c5fdee6ffd7555f57683645e9223d75e4099",
"is_verified": false,
"line_number": 408
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "1a4b6aee9717d906bd0dad025c231e2f98d2667d",
"is_verified": false,
"line_number": 409
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "2de7ecee366cf0a892670c17176b0e00558295f5",
"is_verified": false,
"line_number": 410
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "6dde270bf0069dea7771cbad60ec75553b94f268",
"is_verified": false,
"line_number": 411
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0b024318416b9ec3027f2f456655805d50a84515",
"is_verified": false,
"line_number": 412
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "b04e89966060e8c3c520206b188a3841e30be487",
"is_verified": false,
"line_number": 413
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "c17ee723f06d278ef9e183bcc0602fedae7b2ce8",
"is_verified": false,
"line_number": 414
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "965611dd7103c4ec2e524f2129d3e33ffe87687f",
"is_verified": false,
"line_number": 415
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "a0d2bca54e8cea7eca7025eded9d460288a548b4",
"is_verified": false,
"line_number": 416
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "f9c70792d688ed3e37944f35a482f384d18da918",
"is_verified": false,
"line_number": 417
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "a9c78cfc31422a4bd14b23a6813b501446d183d4",
"is_verified": false,
"line_number": 418
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "377acd584756e92cecc8709a581c36fdd4bf5dd9",
"is_verified": false,
"line_number": 419
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "9cb4ede311a7efc093f6dd915e81215bf364a6f1",
"is_verified": false,
"line_number": 420
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "43e834f7cffb0a76e86dcd65de6ca7c44bcc8d1d",
"is_verified": false,
"line_number": 421
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "a791bb35a4f90e3e822f9f6f6dd36836dfd892dc",
"is_verified": false,
"line_number": 422
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "8c5fcb38509908d297684edd3b7fe2610f45f3ac",
"is_verified": false,
"line_number": 423
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0da9190feb1d8a72ed9e1803b07d3108751073a0",
"is_verified": false,
"line_number": 424
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "1df388cfd4b9b03c825d2e0145e853bf0a0521b1",
"is_verified": false,
"line_number": 425
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "e44ccb688026192e432212662170addb53a38ebc",
"is_verified": false,
"line_number": 426
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "d369315d5d739f218646598ddab28603a3295987",
"is_verified": false,
"line_number": 427
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "bfa304b7d5184ae68db3324ee6becc48c6a453c4",
"is_verified": false,
"line_number": 428
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "fbf4feee1cbea8036c177f21e62bed9809cf0511",
"is_verified": false,
"line_number": 429
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "b19c525e5dca2a7a4d2471128b41f18676a654b7",
"is_verified": false,
"line_number": 430
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "1bcc83f983a19c8400206f1d06f2756e434b347b",
"is_verified": false,
"line_number": 431
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0d9cc698daa8b654ddb98b3abf71a423fa45656e",
"is_verified": false,
"line_number": 432
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "40630da3705b9eb0e93033a17f307e9029624bcf",
"is_verified": false,
"line_number": 433
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "877735faa293aa6766cee78fa0f045816881d400",
"is_verified": false,
"line_number": 434
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "6709b4725234a3a3d81d925078114b3de7de34dc",
"is_verified": false,
"line_number": 435
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "c6165daf97a5d9056578715def9c30e51975f515",
"is_verified": false,
"line_number": 436
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "cb0641bd772cad7c47154e385375c733ebaaa414",
"is_verified": false,
"line_number": 437
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "fbb5352e8db58436e42ffb624fdb38bc427be92b",
"is_verified": false,
"line_number": 438
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "d2ae88c29645a9a50686c655abd234b95023dc87",
"is_verified": false,
"line_number": 439
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "81a1315d7540c1a396ec043030348ec892a8a044",
"is_verified": false,
"line_number": 440
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "3a63da531659402b48897e4466d403a873a2a9b6",
"is_verified": false,
"line_number": 441
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "5be9220ed5a46546897c69e97bbab2cd720bac34",
"is_verified": false,
"line_number": 442
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "219c53537327992e9abb2d2fc62b58f84724e2dc",
"is_verified": false,
"line_number": 443
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "7545d319793053bf1ce2e52d2075b1a3eb0a666a",
"is_verified": false,
"line_number": 444
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "99ea5bbfce4f292f34828e5bfe839c3c32e7340f",
"is_verified": false,
"line_number": 445
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "4b35125167d95991bf5694eef5a8ccd3c0895b43",
"is_verified": false,
"line_number": 446
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "60be4ec35fbb4bf0186d78ba6adc84107c391fb2",
"is_verified": false,
"line_number": 793
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "acdd2e24e1a388bc8fea0bd44d3ebb696613a4c0",
"is_verified": false,
"line_number": 794
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "937f2f65b219c31dfe953085cb2eb7007debd5e7",
"is_verified": false,
"line_number": 795
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "7ea6b7f4b80468dab3997744cc4069676090e911",
"is_verified": false,
"line_number": 796
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "240a5ca8b08a5d141c9081f9e7443517fb33bb10",
"is_verified": false,
"line_number": 797
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "6d3b8cd588ac98170936d024a3e4d0b27cfd259b",
"is_verified": false,
"line_number": 798
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "624928d3343134cbb02268c08b8bedb2840b4288",
"is_verified": false,
"line_number": 799
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "b11700818be45af50eb53867985f2c8d4d402ed0",
"is_verified": false,
"line_number": 800
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "df515e64e41c13e2c47300c41b005d2c096b0a1b",
"is_verified": false,
"line_number": 801
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "0ca90670657e7d42ce02b56060dd308916ec9ff5",
"is_verified": false,
"line_number": 802
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "40d1a9290cfa1124de2eda4889d8367d897ea3e6",
"is_verified": false,
"line_number": 803
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Audio.ipynb",
"hashed_secret": "47bf4259a0cd0cf275d20dace89dbb769166baf5",
"is_verified": false,
"line_number": 4108
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ca74eb2b942da9a6941f66b8e2fcd7871d18d53f",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c3911dad28d42bbdd98e5a05f2dfe811efde5974",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ddf747c63aceec090c02ac8ca6b1da93e8cba9ac",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b43480cb0a97797ed9ab9cd0b30e80d5cb3eb4ee",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1f6857372bc59ce2b9b5cc584016e59c650a221b",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a888870120767926d451ba04993b5d76ad8c10e8",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3acbe4ee408296cc5e3f3283998fdb04e2bcb0e8",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "db0c423b61bc1225fa8fc2d84839ae3b544cdefb",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b985cd38eb430681937f5bbda2a8830c14018a81",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "36c60146b2eeb3f7a435d3e945524bf1940fc0dc",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e7d81567a3bd93e77c9368dba12d712373cb7a59",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "dad2bbf1fc30dd14d121461353690a151772ec90",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0dfd53522e76023ddb121a820fe8c98de8a53063",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "bf34a860a6fec38697cca2cf4a0be065f9affdc0",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0773010a3097dca4a7ba850220adbd9c30ec93c8",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0e8ede61d2279a1926070ff75a5f58ebd16f7135",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1dfe0e58e03f57316af76cf4fc464b8cb5045abb",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "de69548c6202070dfa09330a2a6ad5254287be59",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a408ac33a4b2e1fb6e419af90ff8460c2c9e875b",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f2f0c576d20ade44d11cc69683d1808d98133a4d",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "72e102d50b2aeb975ada6ff8424789ac6f1f8c11",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1959343b030f3fa6c3c0e24e78f126d6d2f447b5",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4c0885f69a24a6fb8db15f62d9c48251606ab06a",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "12233863beb589e40df84703372fc19c578a8355",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "edb7f92835217d508ef65cadf4508f93156a59b7",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3cc2a958020d75e073b2eae4b4f40e7ac6b18fee",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7da69998d7370ec369be4e735bb016529addcd3e",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0dd11f913a53cd31fd3baa44d946bae05dd3861c",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "66cea0b87fcee01ad2a10a93bbb8a6d73cea1bd3",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "027df53b7966b16a9add46f2bddf16d2d179be43",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d3714286a07658daccb1e09b2e5e3c3e52445b9b",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "60fa92b737b1986b90e87f54176599910492de51",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "250c8684f7a871465fc5a7306d37bdd7880f16e1",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "05ee6c62dab30c73f944bb714a3488bb48c5e56e",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f35886f250041644a3981dabb5f07b9c16a91865",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5ba4b8dd60a3056cd193234b34b0305c861ae59d",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "980badfb6c619fb2136b2414c8d27f4711f3ea64",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5b31f79f2bf97447d4fa6980c9e8952c9a2a9444",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d5f02de5ed5304ae876b453f50de4423a0a634d7",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "50e66f6a22b0884aa9e953be9be359485206b9d8",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a9e9229196c3f19ed878a70dfa4655c4d9cb1f75",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7247c3ff763baba7525e36f4720f156f0498641b",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "9b2b5b1a3be1c80f361e1846eff8cfda3eb5aa0b",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0e3fe5b2c324b88392c9f0cf55e7531935debe6e",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3c13557c4d5b7e566c156acf30a39196d5abd4dc",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "56640d5a451fe2e199419c869dc278963556665c",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7e11ce447e25c993a225b648170bb978ba5e626c",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d7dea1d86d27a1ab022b7ca80ea4823a3fad3254",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "cf74a4a7f93f6fdb6dd8569ac1042e18e3614e2e",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0bfe617d6d41de2c29ad6712d84ccc2166fe5462",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1e0c2be964556a962aed556cfd5e64b160f220b4",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "188b065d1c2cacc682221a3ea7cac8d2648faac6",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d92ab0df7f0853b81e731bef84fc1aa6f0caeaa2",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "eebd45bcf1558f6783966e3b886a6886aca289b3",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0a6383e673f03479095e6011e924568051276f21",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "206a5058842c2c7f12e67573cc0ee5af62ab6881",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "75c62b5d0199c412f133bb7478fb0facfbb575b9",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3bf5a5ef5907a3f47d28ca67a508607d49369522",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "79a2fe1ef32b80288214a006669922376fdbec7e",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "98762017e69528651a2c364bba430d4a950bd651",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "52a6d97b694bcf3f5b815b8ec9a6e9513fb9550d",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6ef920bcb5d2cfb71dfa7fbff2121088cba8c64e",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "74e1295bce3e79cd43d5089d9c20aabf3b9e913c",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "de90b26649c8aab8206bf7b3582c7d6bcf44b691",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e50c441809d28c484f8304d22863f34283b96a0c",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e2a7ebaabfa38e4c2a96a7f86d9fb1098d3ea0af",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "fb153fb532a5c14b0ff17caca6336fafefefdd7f",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b4092d0fbe82ef037ed5afe3749eb589e9189743",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4a09e48cb900e1961a4c7c708362747e3243d648",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5a30e09b0abc594503d95331fa6ce2c38fbae491",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "69739e24094de89d07fe34134a540132310d7d3a",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c3584011d7e0dcd543d1d0297e326eb40d4d8491",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "efe81b34080bc890531ab1310d63a25bb496d0e8",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "119fed743b5b74874992faf1a2e3d540c805573c",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "37f0392a8547e380fd67b788489310da6a1f8ff8",
"is_verified": false,
"line_number": 177
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e89fcacffeb9b26f3d1b293204b8118fda41fa3f",
"is_verified": false,
"line_number": 178
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e42266dec40c7cf42a97f9fb1d70e46a04b70486",
"is_verified": false,
"line_number": 179
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "37308759e0ab5573b19e59865897f61bcd1a928b",
"is_verified": false,
"line_number": 688
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0e633f0023370fee516392e8b085ec656b42c2b4",
"is_verified": false,
"line_number": 689
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a4ab6a9fcde294d75813409d7fe7e319195259cd",
"is_verified": false,
"line_number": 690
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "be1d63ab9389621e57672da82d55455997b2249e",
"is_verified": false,
"line_number": 691
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4c0299b0ce9e6771314c4ab3e720f8ac3a8bc45b",
"is_verified": false,
"line_number": 692
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a2bb69baa99aa9b7143680360912eb38ea075918",
"is_verified": false,
"line_number": 693
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a0ab86e423c13eabf42c4af19dc80d499fc8b6c7",
"is_verified": false,
"line_number": 694
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e7155b6b20fd6ca395491665a8372bc7a9ce83f0",
"is_verified": false,
"line_number": 695
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "80719e4ed7de7a039249bde6bb30ef314a55b723",
"is_verified": false,
"line_number": 696
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f70e875fcfdac045f91ed4f7a40553aeded2e7a1",
"is_verified": false,
"line_number": 697
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "83762fa62445b8cf15f857355adebe9fede112a9",
"is_verified": false,
"line_number": 698
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "04ce943e3e9cef44c3076d084148107eca34541c",
"is_verified": false,
"line_number": 699
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "cb8ab7a42d50f326372c6efc2d0a2de6cfc53963",
"is_verified": false,
"line_number": 700
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "a71dd71317ea643354c5f4053819ea4cdef1209b",
"is_verified": false,
"line_number": 701
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "888a279607361663bf08b938ba649766b7ebd750",
"is_verified": false,
"line_number": 702
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d1a898233ed14beead92f978a9878ae0f3564379",
"is_verified": false,
"line_number": 703
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5f0cf76b2967a313e0b6c7fea69e51b6d4ea27b8",
"is_verified": false,
"line_number": 704
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2ec99cedc802b0b1094dfaabc49d4881f6fe3f57",
"is_verified": false,
"line_number": 705
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2bd286ce0309a6bb194976c878349d30f179d8e1",
"is_verified": false,
"line_number": 706
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ecbf3fdba7f3b1fd73ca45a01c1fd3f5f269c369",
"is_verified": false,
"line_number": 707
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "42ba139a7ff9a0dc360abd7721bc1ff3d0364f87",
"is_verified": false,
"line_number": 708
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3a07325365f129dd821f5bc9c51b5546e78a90cb",
"is_verified": false,
"line_number": 709
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8f48851ce288d2d04e56c1296fcd53278a810e82",
"is_verified": false,
"line_number": 710
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8d2bb43983fd83dee317e8bfbd063812fed8612e",
"is_verified": false,
"line_number": 711
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7817a280438ce6aa33277195091420d4b77531d7",
"is_verified": false,
"line_number": 712
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1f3980eb3e0346a11d0218785ff4d71f603417df",
"is_verified": false,
"line_number": 713
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "57757568a36e4a9875bb7a9a264f9a4abc999f23",
"is_verified": false,
"line_number": 714
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5753840e287ba770ae35f2e31ba0b7e711b3b83a",
"is_verified": false,
"line_number": 715
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "56dbf9c326b82f0c609013c081f28ebaa1846cb2",
"is_verified": false,
"line_number": 716
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c4d54267e406e4a928a74d363912b23fee3dce3f",
"is_verified": false,
"line_number": 717
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "ee14923202bd984336cf2c2209ad1528416005be",
"is_verified": false,
"line_number": 718
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1d29834316ac9522c87a3f64dce82a4f0646a44b",
"is_verified": false,
"line_number": 719
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "b9aa8ddd946146dcaccdcbd4fc5551764f88fb85",
"is_verified": false,
"line_number": 720
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "944ef8402b43e596d213fd55a958f6a10c0ee5c0",
"is_verified": false,
"line_number": 792
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "602b7f225334e03f97450b53afb0819299da1e9d",
"is_verified": false,
"line_number": 793
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1b5c62c937a5ab1096a5588daa9f49324f8bfb5b",
"is_verified": false,
"line_number": 794
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "789d6c747cca15e6099788401e9ced8f40149444",
"is_verified": false,
"line_number": 795
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "624406007a0ac5ebbfdc9b83662a6a631dbd1563",
"is_verified": false,
"line_number": 796
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "5f11fb55081185789e34b56db5859af3f0e52bd8",
"is_verified": false,
"line_number": 797
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "686b0229000e83cd56544f6191673351278bfee8",
"is_verified": false,
"line_number": 798
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d2f33b7aa83d92acdd77b67fabd3694f732a87df",
"is_verified": false,
"line_number": 799
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2401419a238883ea5bac163ca455fa88e3af0db8",
"is_verified": false,
"line_number": 800
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "37a67c80819da4dd7027ebf46f622989c5aa459d",
"is_verified": false,
"line_number": 801
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "39abbbbdcadbec3a9a91c37fda5addaea4546089",
"is_verified": false,
"line_number": 802
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "354d05def32fb1ab1930ebbda967aad069b72661",
"is_verified": false,
"line_number": 886
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "3ba90382fec1f7b3f3f999e20f1e0669c5f13a94",
"is_verified": false,
"line_number": 887
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7af5becad33f70879fe48659dc0a31f042bbd075",
"is_verified": false,
"line_number": 888
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2c9126477d5a712a48ae15b52c4e647756d3982e",
"is_verified": false,
"line_number": 889
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2b622993f1d66613a7d2c09ed67e2c7315845270",
"is_verified": false,
"line_number": 890
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "310e5d7ecbbac3252afbcd81dbe3029cb6c409c7",
"is_verified": false,
"line_number": 891
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "95bfab8e222347504140ba6666456e8152114abe",
"is_verified": false,
"line_number": 892
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "af32c0746548a2bedcba2b1544e45512df427277",
"is_verified": false,
"line_number": 893
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "2a1e56a8084d6b501e9c9fadc740744f1f8f827c",
"is_verified": false,
"line_number": 894
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "9903281c46dbc87246a6bcd371f300637c8f9023",
"is_verified": false,
"line_number": 895
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c64a541f39c5c3704b34fc67751fe9df38d41b36",
"is_verified": false,
"line_number": 896
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8d69adbd4ef6a7ac02ab8b6283d19d7d7f2c1d60",
"is_verified": false,
"line_number": 985
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "68d1f4dd777b2041e3b3a0c24c08ea9450ffaa78",
"is_verified": false,
"line_number": 986
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4e4434330cd894f572ea9822671f2ccb11b85820",
"is_verified": false,
"line_number": 987
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "dbc60a15615fe4d728e0cf3a113bd6fd525a3726",
"is_verified": false,
"line_number": 988
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f564d642ad2b3759460205183f17c7ad3880b7bd",
"is_verified": false,
"line_number": 989
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c848194e4b6b471bd6e1aec2616385cf5828123b",
"is_verified": false,
"line_number": 990
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7a2a8595d089187d0079f3db0314dad49a642ffb",
"is_verified": false,
"line_number": 991
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c90809924715564ad29143076593d72369553635",
"is_verified": false,
"line_number": 992
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4cfc8ee34e497c922df0814867d57b5ebffa3405",
"is_verified": false,
"line_number": 993
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "887bb9ea2f34daa9b0a7238428accd9f620ab8fa",
"is_verified": false,
"line_number": 994
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "216f24b80beabe8a73fa90cf3030bff93281e061",
"is_verified": false,
"line_number": 995
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "c91e742bf55c4a4e111b72b451772a9614dc2adb",
"is_verified": false,
"line_number": 1059
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "170437ef6801ad3e7d70c1d3d7876ed67afcc3b9",
"is_verified": false,
"line_number": 1060
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "de9f8c40d39c5c25a537c4617dd8985274a9eaeb",
"is_verified": false,
"line_number": 1061
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "1c00e235c9d4644a5acde9c463f5b1a8d31dc21d",
"is_verified": false,
"line_number": 1062
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "6ef3dd5ddd05921e962cda96e90a235d9908cec2",
"is_verified": false,
"line_number": 1063
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "aabeb81a7c6b745ba690c3a5241e022944b984c8",
"is_verified": false,
"line_number": 1064
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "35744225fffcd1c9a01746bd8e257b23fe1bb158",
"is_verified": false,
"line_number": 1065
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "7bac606f7b5a2e875d1ef99e2f750d0a6dcbd9cb",
"is_verified": false,
"line_number": 1066
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0dc6509db9e4619b3fb19e44278757f045503b72",
"is_verified": false,
"line_number": 1067
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "72725fd6342e2d384a616c40850a53aa08c41354",
"is_verified": false,
"line_number": 1068
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "688c1ad52574df39e2489a3227a13835c77d9bf6",
"is_verified": false,
"line_number": 1069
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "cda6fca6767b8d59712a3d25570d946bacc2ff58",
"is_verified": false,
"line_number": 1070
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d9fb79b8d6cbaa943707aa5ffa824642f7c17ed7",
"is_verified": false,
"line_number": 1071
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "e33fa761b730a9a26c3e87d77677f28fcb290b14",
"is_verified": false,
"line_number": 1072
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "d8a7a8d1f2da5ce3ee100a983f74873ff0d63b75",
"is_verified": false,
"line_number": 1073
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "0fd445aa4d834ec59ed97078727a268ca91f9fda",
"is_verified": false,
"line_number": 1074
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "09cfa2f21bf702d303d45c701d13b1f49ea01cea",
"is_verified": false,
"line_number": 1075
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "f5de84aa8a1ac32bc31e8e57cd27c04a981707b7",
"is_verified": false,
"line_number": 1076
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "8916656ebc5affbd82937d28cb3f58ce642d07ce",
"is_verified": false,
"line_number": 1077
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "193398e6d642f239158b3c52dcf7d75bc65473e1",
"is_verified": false,
"line_number": 1078
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "77ae6218141c84535cc77509c541f901b46b10c0",
"is_verified": false,
"line_number": 1079
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Text.ipynb",
"hashed_secret": "4530f9f2c38198443b754e485ff9d9aeff6cc01b",
"is_verified": false,
"line_number": 1080
}
],
"tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "4785052085b873dcc5181809acae170103a52a0a",
"is_verified": false,
"line_number": 100
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "9c7c10d12a3c504079d134c27b17c9f5d1f79633",
"is_verified": false,
"line_number": 101
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "e13a511dfe5b34694c7dbdd6de001b779ad2a9c6",
"is_verified": false,
"line_number": 102
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "49e73c9bf6f094f274f03fe20f5dda2d84e6e5ea",
"is_verified": false,
"line_number": 103
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "518a70b9c44c64c31efbb070389d6bea21bcfbb5",
"is_verified": false,
"line_number": 104
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "0d753661ee34b87d987f38489493bea81680e138",
"is_verified": false,
"line_number": 105
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "4d9db8f050d07caba14b8b7e2aa0e987e1063041",
"is_verified": false,
"line_number": 106
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "efbf5af96c23f2983aef04346ac5f84e5bf2c93b",
"is_verified": false,
"line_number": 107
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "65c2e1af0b3a6630800615d22913783398d80b1d",
"is_verified": false,
"line_number": 108
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "e32c9debaf4b190a54896685ee4fd15a15698cf5",
"is_verified": false,
"line_number": 109
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "616b5b2998fb549f321f4462224e5562c6ec97e9",
"is_verified": false,
"line_number": 110
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "21be947eae423bdc16e24300399f5922dfc5294e",
"is_verified": false,
"line_number": 111
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "8481246fc31078955dfef7fb850370a9f73ca2fe",
"is_verified": false,
"line_number": 112
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "28f5caab46e2182214c65adc7e2da6972425433f",
"is_verified": false,
"line_number": 113
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3914b16bb47c0016fed62cd149e88cd1455140ab",
"is_verified": false,
"line_number": 114
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "bb08398b5480730941abd074c82577f482bdfc1c",
"is_verified": false,
"line_number": 115
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "b62bc723394b4dcb171c744c9a7d9ecfed24af8e",
"is_verified": false,
"line_number": 116
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "b3c0ad0764c692b505e6352e49069228b3d90ae8",
"is_verified": false,
"line_number": 117
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "c753c820fe969c2f199cd5adb06e33f7d04b2ed3",
"is_verified": false,
"line_number": 118
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "9773681a4c62946136ad296e20ccaeef0bc005ba",
"is_verified": false,
"line_number": 119
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3487d60924edf0f48470b3c0cd36e707f6ae063c",
"is_verified": false,
"line_number": 120
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "c01e35508c079fa8cf96ba939a82c60edd73f76d",
"is_verified": false,
"line_number": 121
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "fed6da51f668fdc0c3cb4c1a9138eda1875d3127",
"is_verified": false,
"line_number": 122
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a2ae1aab5bf19413f2f3548cdb6b45f9f0cf89e0",
"is_verified": false,
"line_number": 123
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "85325be6579805371772d7755e278854c0b3b14f",
"is_verified": false,
"line_number": 124
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3a1577964d792bb77e735b878d14251ff9608406",
"is_verified": false,
"line_number": 125
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d69eab01e855073241783491db98bab95b534a42",
"is_verified": false,
"line_number": 126
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "193c43938439f09ef10a691c610c2ed0ba4328b5",
"is_verified": false,
"line_number": 127
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "7641aaf648284a404b8256df12c07f4556a6aedc",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "cb9f2895de666c235d109407ae4d156eeacb9e13",
"is_verified": false,
"line_number": 129
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "aa8ed3bd82986354e73dbdc2f69b02992d8ff0bb",
"is_verified": false,
"line_number": 130
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "0c59505ef55d07dc4795f29d13abeeddfc9ff0ce",
"is_verified": false,
"line_number": 131
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "07c2f91060dfdd18f5c246370a8b7e7933db900a",
"is_verified": false,
"line_number": 132
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a2a6bd7b8fb3b0989c2472fadc9bcb7461a601a1",
"is_verified": false,
"line_number": 133
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "91e8884645b6c14301442d38c332621a0b83175e",
"is_verified": false,
"line_number": 134
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "7da6775e044a953559c1c85bb4fd19860d0f93b6",
"is_verified": false,
"line_number": 135
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "90afd93b75f2dc2adbad1a4ecf5b09d1d0f60033",
"is_verified": false,
"line_number": 136
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3ebde7fda008883ae4da91f80b5cb1cb8ba4e521",
"is_verified": false,
"line_number": 137
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "1c11750efaea5634fe03a5403f8559f5b4ad1849",
"is_verified": false,
"line_number": 138
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d9bf9f93482c2d33aa5cbec26b322810ef1953e6",
"is_verified": false,
"line_number": 139
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "7acc0bc9c36e303f8df4f8c7f71be9c3b9c5bad5",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "28407b375c45244846ffc4dc340775d3ad895c6c",
"is_verified": false,
"line_number": 141
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "6524271d65a10380f9a49d358fd01e428e9cdc95",
"is_verified": false,
"line_number": 142
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "516f29ee7e702d6e86eb7ee3c3a60da07b9f386d",
"is_verified": false,
"line_number": 143
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a27cfdbad5bb57d5c5062d9b91681b8bb3e71515",
"is_verified": false,
"line_number": 144
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "0761110116f1a5020db9172d102e2bf933d336a9",
"is_verified": false,
"line_number": 145
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a1fec17a8a2acb29d7b0abff7cd88eae78b7981e",
"is_verified": false,
"line_number": 146
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "e491401f037887119ef4d7c095985c240325246b",
"is_verified": false,
"line_number": 147
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "da91747b1de175065ce520f04eefc7122fa54f4f",
"is_verified": false,
"line_number": 148
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d26d13ce5b7f0abc6bcf7caef687702efaa72603",
"is_verified": false,
"line_number": 149
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "49ead222eca2ecf0c433245fe998a3473fd8da73",
"is_verified": false,
"line_number": 150
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "42fb519518dd3b4140c26721ce9aed20373a931a",
"is_verified": false,
"line_number": 151
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "fc23a7f27fc69d06a0499b752e769829d30f8fe9",
"is_verified": false,
"line_number": 152
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "8c3f0affd99db5b4a8c5c99afdccd3c7ea156ce0",
"is_verified": false,
"line_number": 153
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "63f24fae8959c530e6b099f51c76ff80567f840d",
"is_verified": false,
"line_number": 154
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "7cade584447f5cbc70f7ba6a094b1e7788ee46d1",
"is_verified": false,
"line_number": 155
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "5649e0775fcd0f21ca12dbd7bc37edcbe94bbc50",
"is_verified": false,
"line_number": 156
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d20358d990fceaa53471e0d2d788cb8b56a44232",
"is_verified": false,
"line_number": 157
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "75b10c233ff8d004d48a7410dadeb1cbf43c2b04",
"is_verified": false,
"line_number": 158
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "663d1fa80136d43071b9fe09fb2d3a4e3c001ddd",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "88a634ae36e4d853278f0a7193fb8dd413e3d6f7",
"is_verified": false,
"line_number": 160
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "b7fcff4b4c283ef96ab5fe307d62ec6b0795a262",
"is_verified": false,
"line_number": 161
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d5b6158c9018662e1d387d7e96a4ded9d1e3150e",
"is_verified": false,
"line_number": 162
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "c0766be6f13bdd037d463c0401be3eb6eb66714d",
"is_verified": false,
"line_number": 163
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "aa765c645152924bbf4d6cbce51019b3dd17cd54",
"is_verified": false,
"line_number": 164
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "fe580a32073d6d0195e7671b4ff69958ab30e65d",
"is_verified": false,
"line_number": 165
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "1dc6e89581b312219f38dba2b5bedfbb1799cac7",
"is_verified": false,
"line_number": 166
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "706acdc6704ef3d17d88ae394f302d600ec5b9fb",
"is_verified": false,
"line_number": 167
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "cc425a672be4bc560d955fc28bcdc214c8833717",
"is_verified": false,
"line_number": 168
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "53bd50d33ddea60f9959563b7941a38a136a352f",
"is_verified": false,
"line_number": 169
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "de6ced86e4ff13c53accbbc24f663af31def2497",
"is_verified": false,
"line_number": 170
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "35d92b0408a7d38f43264bf6bf5b7988cc70343d",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "ad0daa4bedcc92d4a60453c7da3fd0f958294d5e",
"is_verified": false,
"line_number": 172
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "08e06f4e6dfc7e48456de69c3d9ad606c937a827",
"is_verified": false,
"line_number": 173
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "8ad12a74c051ecb13da9fe571619c2b963a5d253",
"is_verified": false,
"line_number": 174
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "fbdcb14d7ff45f623d664d410626c9299e7b4731",
"is_verified": false,
"line_number": 175
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "169da0ace9974fd7b00f6d371d481a8d47049297",
"is_verified": false,
"line_number": 176
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "647138c9506a258f3dd0e4ea35a0e9571ceca219",
"is_verified": false,
"line_number": 390
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "9c9638fd4df100c95de535296c9fa011c8162a96",
"is_verified": false,
"line_number": 391
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "250460cbd8bc06a02de932bcd2260031510cb3fc",
"is_verified": false,
"line_number": 392
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3f18c4af4b70c90077a6acd2a0e2e4955ca63f7f",
"is_verified": false,
"line_number": 393
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "ddc00768667dfc9987e09ff1719a13907fa4c97c",
"is_verified": false,
"line_number": 394
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "f43c510cc9aaa8700fb7de01c3ec493037c24480",
"is_verified": false,
"line_number": 395
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "5bedfc8c34209cb948c9404944d66ca50d24d874",
"is_verified": false,
"line_number": 396
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "1ba181e7f78e907c7bd19b349664934492d9ec60",
"is_verified": false,
"line_number": 397
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "9dca38fd747251be17dbc32791d5148802ad8904",
"is_verified": false,
"line_number": 398
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "59e5a20acee27fd739ef8f36613fa2f5ac5992ec",
"is_verified": false,
"line_number": 399
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d6c2423c98248876497d7b23690a417f6e5a1369",
"is_verified": false,
"line_number": 400
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "6dba2521766fdf3655633a279f3c2106890306bf",
"is_verified": false,
"line_number": 401
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "7dbd8127334cb05934aaeb7e8c5d15e7c03e5367",
"is_verified": false,
"line_number": 402
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "aed164c7079ea7652d5d4dea5f8dcc6eb26995c1",
"is_verified": false,
"line_number": 403
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "99629c42aa6ebe3e93c389ce3b38b4198a94fabf",
"is_verified": false,
"line_number": 404
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3e1cf4a12f3da29631f263fb65d295bee66e6677",
"is_verified": false,
"line_number": 405
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "ce830e06f9c8eb17922641f0694cc4d4bdc53513",
"is_verified": false,
"line_number": 406
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "096e6874303bba61baf551c3c49cc68addc10e75",
"is_verified": false,
"line_number": 407
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "7fa8687dc29151611cf11085e8d5f1744e92cc65",
"is_verified": false,
"line_number": 408
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d75a2b98bf06d7f62630c6d7497022b072e53106",
"is_verified": false,
"line_number": 409
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "228bd8eec04f505d461ae7b5acec40513b5f82e3",
"is_verified": false,
"line_number": 410
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d5d5462b6159949ee53023318b049482c4e1ae93",
"is_verified": false,
"line_number": 411
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "f32bb3aa0df1a201bf3b0560aff1e1f30797114a",
"is_verified": false,
"line_number": 412
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "8da79dffa5917d0b45eb7993fb08321ee7b70862",
"is_verified": false,
"line_number": 413
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "acfcf295078f006c34e14312da372d1238240016",
"is_verified": false,
"line_number": 414
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "e4ce1bec2399f388e70e4b6dd3f7f9a48bd62589",
"is_verified": false,
"line_number": 415
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "5e3d47f26f4297444a17ec1cdeb080e4a139203c",
"is_verified": false,
"line_number": 416
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "20e76b93cb15fe5eceeae76e3ee4dcef6a3f65ff",
"is_verified": false,
"line_number": 417
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "def3c124eb36fc41f87ec653ec7a539490f1f136",
"is_verified": false,
"line_number": 418
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "707492bf15dc06c18b09eca7825793abab1ee462",
"is_verified": false,
"line_number": 419
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "98ade6c95f58054001a5eecb683caefb35b4a044",
"is_verified": false,
"line_number": 420
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "828c3c628291190e8a06087cfd16ea97804a8a88",
"is_verified": false,
"line_number": 421
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "49baa776f6bb51e402b53a37474fda485b58a256",
"is_verified": false,
"line_number": 422
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "4b32f8c71263550b2301254f014bad85fd3268cb",
"is_verified": false,
"line_number": 423
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3056b7ba58415909f13cf9c2ec88883ea6ffb1c0",
"is_verified": false,
"line_number": 424
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "11151091cf30b509171e2893155ba89f60303c7c",
"is_verified": false,
"line_number": 425
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "3b19fad0ff1d16fe7674b73892a91702edd16cd0",
"is_verified": false,
"line_number": 426
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "586120787116b489133c9941fafb06a7572449a9",
"is_verified": false,
"line_number": 427
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a7025a8271a0f886b701c627661782363482f1ac",
"is_verified": false,
"line_number": 428
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "322ca97aebd364c312615ffb2b12202476cc2578",
"is_verified": false,
"line_number": 429
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "1706e46c3bbc3f3070a363aee30b21968ceb19ce",
"is_verified": false,
"line_number": 430
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a3a1a5c0e054ae6c2c326988eab893acb86f0e3a",
"is_verified": false,
"line_number": 431
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "83ed0f757d89215a96b81ded22d7625dbf56eee5",
"is_verified": false,
"line_number": 432
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d3ebbb4b8bb78d245f1b4eb105e64489167a2062",
"is_verified": false,
"line_number": 433
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d7bc6956848d3209edfbe87387e1ff31b97fec76",
"is_verified": false,
"line_number": 434
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "ba28d7fe5a19973220d87bb7a84246f29cda9c61",
"is_verified": false,
"line_number": 435
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "0abffd4ec7caeb731bc78b7644fae256ef3bed6d",
"is_verified": false,
"line_number": 436
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "4aff6748c8548afd85759b1043484fa5c33fbec3",
"is_verified": false,
"line_number": 437
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "c3e5e3014c63ddec28741e6aa49500dd0ada3d13",
"is_verified": false,
"line_number": 438
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a07fd50e6a43c3a0c2f7ea275676c90ae06a1334",
"is_verified": false,
"line_number": 439
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "57e842b3b72a034421e0d1ba95378e2faafa5496",
"is_verified": false,
"line_number": 440
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "82bd43982505f8cd35323f72f03511613caaf755",
"is_verified": false,
"line_number": 441
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "420d01a834424a82e62b51591e6543cf311e2557",
"is_verified": false,
"line_number": 442
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "d8dc3b47753b1c86a857e5fe458e3c5d4ecf51f6",
"is_verified": false,
"line_number": 443
},
{
"type": "Hex High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "85e6a972d8652691c2d0ee16ea50493047de99a3",
"is_verified": false,
"line_number": 444
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "7c02d61dcbdc6190962fc8086fa02745801f6b63",
"is_verified": false,
"line_number": 582
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/fine-tuning/unsloth/notebooks/Gemma4_(E4B)-Vision.ipynb",
"hashed_secret": "a212a1e88a7cbc66a5cd35d68fd2fdbfb8e4d088",
"is_verified": false,
"line_number": 583
}
],
"tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb": [
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "c047557194a2ff41b80cf50b7e9dc206915c2301",
"is_verified": false,
"line_number": 87
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "20d5db6c847fa49445d929225192db0df5928de9",
"is_verified": false,
"line_number": 97
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "188bee7b54cab06c9642fee0be8eb9079c505d6f",
"is_verified": false,
"line_number": 128
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "fac6300a1708b13657d2bc2d2776a5a8eeb61066",
"is_verified": false,
"line_number": 140
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "741c727854ae43a6ac8e40547b2a28928217e8cd",
"is_verified": false,
"line_number": 159
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "db6ddd4bf9dbeb006e37e49c0aaf0f493ad2f67a",
"is_verified": false,
"line_number": 171
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "8431ebd3a678a062de55e0135c96b34968931527",
"is_verified": false,
"line_number": 248
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "6c78a989ad467ac2f2c5c685874cb8a2729c888d",
"is_verified": false,
"line_number": 274
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "b8e9ff263dbe03395e5dfe5b3e7e82a86afaaacc",
"is_verified": false,
"line_number": 286
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "47faed7887ee1dd6876565a19e841a78cfdbf42e",
"is_verified": false,
"line_number": 314
},
{
"type": "Hex High Entropy String",
"filename": "tooling/google-official/cookbook/apps_Gemma4_HDP_AgenticSecurity.ipynb",
"hashed_secret": "dcc7cb688d4c19f64b7b87d5734cecd4b335f3a1",
"is_verified": false,
"line_number": 326
}
],
"tooling/google-official/docs/ai-google-dev_core.html": [
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_core.html",
"hashed_secret": "12bb6e0efc3e7c843d2bd18fc30f6a1f351a04ec",
"is_verified": false,
"line_number": 4733
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_core.html",
"hashed_secret": "288f3d214960002b7f3fb111704e25a8aeb85d04",
"is_verified": false,
"line_number": 4733
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_core.html",
"hashed_secret": "deb683d819386b09f96a2f46a6abafaa8d64c367",
"is_verified": false,
"line_number": 4733
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_core.html",
"hashed_secret": "e2c3a0af001df4da276790b2efe3f3e430c34fa7",
"is_verified": false,
"line_number": 4733
}
],
"tooling/google-official/docs/ai-google-dev_formatting.html": [
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_formatting.html",
"hashed_secret": "12bb6e0efc3e7c843d2bd18fc30f6a1f351a04ec",
"is_verified": false,
"line_number": 4626
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_formatting.html",
"hashed_secret": "288f3d214960002b7f3fb111704e25a8aeb85d04",
"is_verified": false,
"line_number": 4626
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_formatting.html",
"hashed_secret": "deb683d819386b09f96a2f46a6abafaa8d64c367",
"is_verified": false,
"line_number": 4626
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_formatting.html",
"hashed_secret": "e2c3a0af001df4da276790b2efe3f3e430c34fa7",
"is_verified": false,
"line_number": 4626
}
],
"tooling/google-official/docs/ai-google-dev_function_calling_gemma4.html": [
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_function_calling_gemma4.html",
"hashed_secret": "ac2f2e4ce5ab04d166463ce51f87fe4725e393e2",
"is_verified": false,
"line_number": 5182
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_function_calling_gemma4.html",
"hashed_secret": "12bb6e0efc3e7c843d2bd18fc30f6a1f351a04ec",
"is_verified": false,
"line_number": 5187
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_function_calling_gemma4.html",
"hashed_secret": "288f3d214960002b7f3fb111704e25a8aeb85d04",
"is_verified": false,
"line_number": 5187
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_function_calling_gemma4.html",
"hashed_secret": "deb683d819386b09f96a2f46a6abafaa8d64c367",
"is_verified": false,
"line_number": 5187
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_function_calling_gemma4.html",
"hashed_secret": "e2c3a0af001df4da276790b2efe3f3e430c34fa7",
"is_verified": false,
"line_number": 5187
}
],
"tooling/google-official/docs/ai-google-dev_model_card_4.html": [
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_model_card_4.html",
"hashed_secret": "18262d1fdeb394a8d45e3a2eeda7956eaa98728f",
"is_verified": false,
"line_number": 5272
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_model_card_4.html",
"hashed_secret": "12bb6e0efc3e7c843d2bd18fc30f6a1f351a04ec",
"is_verified": false,
"line_number": 5277
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_model_card_4.html",
"hashed_secret": "288f3d214960002b7f3fb111704e25a8aeb85d04",
"is_verified": false,
"line_number": 5277
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_model_card_4.html",
"hashed_secret": "deb683d819386b09f96a2f46a6abafaa8d64c367",
"is_verified": false,
"line_number": 5277
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_model_card_4.html",
"hashed_secret": "e2c3a0af001df4da276790b2efe3f3e430c34fa7",
"is_verified": false,
"line_number": 5277
}
],
"tooling/google-official/docs/ai-google-dev_prompt_formatting_gemma4.html": [
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_prompt_formatting_gemma4.html",
"hashed_secret": "c4bfd431ebcd40fac2708c27316a6a1afb5e34f9",
"is_verified": false,
"line_number": 4862
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_prompt_formatting_gemma4.html",
"hashed_secret": "12bb6e0efc3e7c843d2bd18fc30f6a1f351a04ec",
"is_verified": false,
"line_number": 4867
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_prompt_formatting_gemma4.html",
"hashed_secret": "288f3d214960002b7f3fb111704e25a8aeb85d04",
"is_verified": false,
"line_number": 4867
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_prompt_formatting_gemma4.html",
"hashed_secret": "deb683d819386b09f96a2f46a6abafaa8d64c367",
"is_verified": false,
"line_number": 4867
},
{
"type": "Base64 High Entropy String",
"filename": "tooling/google-official/docs/ai-google-dev_prompt_formatting_gemma4.html",
"hashed_secret": "e2c3a0af001df4da276790b2efe3f3e430c34fa7",
"is_verified": false,
"line_number": 4867
}
],
"tooling/google-official/gemma-cpp/API_SERVER_README.md": [
{
"type": "Secret Keyword",
"filename": "tooling/google-official/gemma-cpp/API_SERVER_README.md",
"hashed_secret": "aecdccc1cf64595b34e0cc152d238daabb32183a",
"is_verified": false,
"line_number": 65
}
],
"tooling/huggingface/blog/gemma4-blog.md": [
{
"type": "Secret Keyword",
"filename": "tooling/huggingface/blog/gemma4-blog.md",
"hashed_secret": "71f8e7976e4cbc4561c9d62fb283e7f788202acb",
"is_verified": false,
"line_number": 536
}
]
},
"generated_at": "2026-04-18T22:23:43Z"
}