mi-crow 0.1.1.post14__tar.gz → 0.1.1.post15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mi_crow-0.1.1.post14/src/mi_crow.egg-info → mi_crow-0.1.1.post15}/PKG-INFO +1 -1
- mi_crow-0.1.1.post15/site/404.html +585 -0
- mi_crow-0.1.1.post15/site/api/datasets/index.html +9162 -0
- mi_crow-0.1.1.post15/site/api/hooks/index.html +5040 -0
- mi_crow-0.1.1.post15/site/api/index.html +775 -0
- mi_crow-0.1.1.post15/site/api/language_model/index.html +9785 -0
- mi_crow-0.1.1.post15/site/api/sae/index.html +5541 -0
- mi_crow-0.1.1.post15/site/api/store/index.html +2579 -0
- mi_crow-0.1.1.post15/site/assets/_mkdocstrings.css +237 -0
- mi_crow-0.1.1.post15/site/assets/images/favicon.png +0 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/bundle.e71a0d61.min.js +16 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/bundle.e71a0d61.min.js.map +7 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.ar.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.da.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.de.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.du.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.el.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.es.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.fi.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.fr.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.he.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.hi.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.hu.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.hy.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.it.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.ja.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.jp.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.kn.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.ko.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.multi.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.nl.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.no.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.pt.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.ro.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.ru.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.sa.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.sv.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.ta.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.te.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.th.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.tr.min.js +18 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.vi.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/min/lunr.zh.min.js +1 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/tinyseg.js +206 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/lunr/wordcut.js +6708 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/workers/search.7a47a382.min.js +42 -0
- mi_crow-0.1.1.post15/site/assets/javascripts/workers/search.7a47a382.min.js.map +7 -0
- mi_crow-0.1.1.post15/site/assets/stylesheets/main.618322db.min.css +1 -0
- mi_crow-0.1.1.post15/site/assets/stylesheets/main.618322db.min.css.map +1 -0
- mi_crow-0.1.1.post15/site/assets/stylesheets/palette.ab4e12ef.min.css +1 -0
- mi_crow-0.1.1.post15/site/assets/stylesheets/palette.ab4e12ef.min.css.map +1 -0
- mi_crow-0.1.1.post15/site/index.html +636 -0
- mi_crow-0.1.1.post15/site/objects.inv +0 -0
- mi_crow-0.1.1.post15/site/search/search_index.json +1 -0
- mi_crow-0.1.1.post15/site/sitemap.xml +35 -0
- mi_crow-0.1.1.post15/site/sitemap.xml.gz +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/datasets/base_dataset.py +3 -3
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/datasets/classification_dataset.py +3 -3
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/datasets/text_dataset.py +3 -3
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/language_model.py +3 -3
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/layers.py +3 -3
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/modules/topk_sae.py +2 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15/src/mi_crow.egg-info}/PKG-INFO +1 -1
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow.egg-info/SOURCES.txt +56 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.cursor/commands/fix-and-add-unit-tests.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.cursor/commands/refactor-given-code.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.cursor/plans/dokumentacja-implementacji-modu-w-i-automatyzacji-83a10087.plan.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.cursor/plans/server-sae-full-metadata_b869cacf.plan.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.cursor/rules/coding-rules.mdc +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.cursor/rules/comments.mdc +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.github/workflows/docs.yml +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.github/workflows/publish.yml +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.github/workflows/tests.yml +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.gitignore +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.pre-commit-config.yaml +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.python-version +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/.run/Unit tests.run.xml +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/MANIFEST.in +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/README.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/api/datasets.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/api/hooks.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/api/index.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/api/language_model.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/api/sae.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/api/store.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/api.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/docs/index.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/mkdocs.yml +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/pyproject.toml +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/raport_implementacji.md +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/setup.cfg +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/datasets/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/datasets/loading_strategy.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/controller.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/detector.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/hook.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/implementations/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/implementations/function_controller.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/implementations/layer_activation_detector.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/implementations/model_input_detector.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/implementations/model_output_detector.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/hooks/utils.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/activations.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/context.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/contracts.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/hook_metadata.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/inference.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/initialization.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/persistence.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/tokenizer.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/language_model/utils.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/autoencoder_context.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/concepts/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/concepts/autoencoder_concepts.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/concepts/concept_dictionary.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/concepts/concept_models.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/concepts/input_tracker.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/modules/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/modules/l1_sae.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/sae.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/sae_trainer.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/training/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/mechanistic/sae/training/wandb_logger.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/store/__init__.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/store/local_store.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/store/store.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/store/store_dataloader.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow/utils.py +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow.egg-info/dependency_links.txt +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow.egg-info/requires.txt +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/src/mi_crow.egg-info/top_level.txt +0 -0
- {mi_crow-0.1.1.post14 → mi_crow-0.1.1.post15}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mi-crow
|
|
3
|
-
Version: 0.1.1.
|
|
3
|
+
Version: 0.1.1.post15
|
|
4
4
|
Summary: Engineer Thesis: Explaining and modifying LLM responses using SAE and concepts.
|
|
5
5
|
Author-email: Hubert Kowalski <your.email@example.com>, Adam Kaniasty <adam.kaniasty@gmail.com>
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -0,0 +1,585 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en" class="no-js">
|
|
4
|
+
<head>
|
|
5
|
+
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
8
|
+
|
|
9
|
+
<meta name="description" content="Explaining and modifying LLM responses using SAE and concepts">
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
<link rel="icon" href="/Inzynierka/assets/images/favicon.png">
|
|
20
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.0">
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<title>mi_crow</title>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
<link rel="stylesheet" href="/Inzynierka/assets/stylesheets/main.618322db.min.css">
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<link rel="stylesheet" href="/Inzynierka/assets/stylesheets/palette.ab4e12ef.min.css">
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
45
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
|
|
46
|
+
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
<link rel="stylesheet" href="/Inzynierka/assets/_mkdocstrings.css">
|
|
51
|
+
|
|
52
|
+
<script>__md_scope=new URL("/Inzynierka/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
</head>
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="indigo" data-md-color-accent="indigo">
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
|
72
|
+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
|
73
|
+
<label class="md-overlay" for="__drawer"></label>
|
|
74
|
+
<div data-md-component="skip">
|
|
75
|
+
|
|
76
|
+
</div>
|
|
77
|
+
<div data-md-component="announce">
|
|
78
|
+
|
|
79
|
+
</div>
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
<header class="md-header" data-md-component="header">
|
|
85
|
+
<nav class="md-header__inner md-grid" aria-label="Header">
|
|
86
|
+
<a href="/Inzynierka/." title="mi_crow" class="md-header__button md-logo" aria-label="mi_crow" data-md-component="logo">
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
|
|
90
|
+
|
|
91
|
+
</a>
|
|
92
|
+
<label class="md-header__button md-icon" for="__drawer">
|
|
93
|
+
|
|
94
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
|
|
95
|
+
</label>
|
|
96
|
+
<div class="md-header__title" data-md-component="header-title">
|
|
97
|
+
<div class="md-header__ellipsis">
|
|
98
|
+
<div class="md-header__topic">
|
|
99
|
+
<span class="md-ellipsis">
|
|
100
|
+
mi_crow
|
|
101
|
+
</span>
|
|
102
|
+
</div>
|
|
103
|
+
<div class="md-header__topic" data-md-component="header-topic">
|
|
104
|
+
<span class="md-ellipsis">
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
</span>
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
<form class="md-header__option" data-md-component="palette">
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="indigo" data-md-color-accent="indigo" aria-hidden="true" type="radio" name="__palette" id="__palette_0">
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
</form>
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<label class="md-header__button md-icon" for="__search">
|
|
133
|
+
|
|
134
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
|
|
135
|
+
</label>
|
|
136
|
+
<div class="md-search" data-md-component="search" role="dialog">
|
|
137
|
+
<label class="md-search__overlay" for="__search"></label>
|
|
138
|
+
<div class="md-search__inner" role="search">
|
|
139
|
+
<form class="md-search__form" name="search">
|
|
140
|
+
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
|
|
141
|
+
<label class="md-search__icon md-icon" for="__search">
|
|
142
|
+
|
|
143
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
|
|
144
|
+
|
|
145
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
|
|
146
|
+
</label>
|
|
147
|
+
<nav class="md-search__options" aria-label="Search">
|
|
148
|
+
|
|
149
|
+
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
|
|
150
|
+
|
|
151
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
|
|
152
|
+
</button>
|
|
153
|
+
</nav>
|
|
154
|
+
|
|
155
|
+
</form>
|
|
156
|
+
<div class="md-search__output">
|
|
157
|
+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
|
|
158
|
+
<div class="md-search-result" data-md-component="search-result">
|
|
159
|
+
<div class="md-search-result__meta">
|
|
160
|
+
Initializing search
|
|
161
|
+
</div>
|
|
162
|
+
<ol class="md-search-result__list" role="presentation"></ol>
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
</div>
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
<div class="md-header__source">
|
|
172
|
+
<a href="https://github.com/AdamKaniasty/Inzynierka" title="Go to repository" class="md-source" data-md-component="source">
|
|
173
|
+
<div class="md-source__icon md-icon">
|
|
174
|
+
|
|
175
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
|
|
176
|
+
</div>
|
|
177
|
+
<div class="md-source__repository">
|
|
178
|
+
AdamKaniasty/Inzynierka
|
|
179
|
+
</div>
|
|
180
|
+
</a>
|
|
181
|
+
</div>
|
|
182
|
+
|
|
183
|
+
</nav>
|
|
184
|
+
|
|
185
|
+
</header>
|
|
186
|
+
|
|
187
|
+
<div class="md-container" data-md-component="container">
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
|
|
194
|
+
<div class="md-grid">
|
|
195
|
+
<ul class="md-tabs__list">
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
<li class="md-tabs__item">
|
|
203
|
+
<a href="/Inzynierka/." class="md-tabs__link">
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
Home
|
|
210
|
+
|
|
211
|
+
</a>
|
|
212
|
+
</li>
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
<li class="md-tabs__item">
|
|
222
|
+
<a href="/Inzynierka/api/" class="md-tabs__link">
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
API Reference
|
|
229
|
+
|
|
230
|
+
</a>
|
|
231
|
+
</li>
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
</ul>
|
|
236
|
+
</div>
|
|
237
|
+
</nav>
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
<main class="md-main" data-md-component="main">
|
|
242
|
+
<div class="md-main__inner md-grid">
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
|
|
247
|
+
<div class="md-sidebar__scrollwrap">
|
|
248
|
+
<div class="md-sidebar__inner">
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
|
|
256
|
+
<label class="md-nav__title" for="__drawer">
|
|
257
|
+
<a href="/Inzynierka/." title="mi_crow" class="md-nav__button md-logo" aria-label="mi_crow" data-md-component="logo">
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
|
|
261
|
+
|
|
262
|
+
</a>
|
|
263
|
+
mi_crow
|
|
264
|
+
</label>
|
|
265
|
+
|
|
266
|
+
<div class="md-nav__source">
|
|
267
|
+
<a href="https://github.com/AdamKaniasty/Inzynierka" title="Go to repository" class="md-source" data-md-component="source">
|
|
268
|
+
<div class="md-source__icon md-icon">
|
|
269
|
+
|
|
270
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
|
|
271
|
+
</div>
|
|
272
|
+
<div class="md-source__repository">
|
|
273
|
+
AdamKaniasty/Inzynierka
|
|
274
|
+
</div>
|
|
275
|
+
</a>
|
|
276
|
+
</div>
|
|
277
|
+
|
|
278
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
<li class="md-nav__item">
|
|
287
|
+
<a href="/Inzynierka/." class="md-nav__link">
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
<span class="md-ellipsis">
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
Home
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
</span>
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
</a>
|
|
303
|
+
</li>
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
<div class="md-nav__link md-nav__container">
|
|
329
|
+
<a href="/Inzynierka/api/" class="md-nav__link ">
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
<span class="md-ellipsis">
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
API Reference
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
</span>
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
</a>
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
<label class="md-nav__link " for="__nav_2" id="__nav_2_label" tabindex="0">
|
|
348
|
+
<span class="md-nav__icon md-icon"></span>
|
|
349
|
+
</label>
|
|
350
|
+
|
|
351
|
+
</div>
|
|
352
|
+
|
|
353
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
|
|
354
|
+
<label class="md-nav__title" for="__nav_2">
|
|
355
|
+
<span class="md-nav__icon md-icon"></span>
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
API Reference
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
</label>
|
|
362
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
<li class="md-nav__item">
|
|
371
|
+
<a href="/Inzynierka/api/language_model/" class="md-nav__link">
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
<span class="md-ellipsis">
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
Language Model
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
</span>
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
</a>
|
|
387
|
+
</li>
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
<li class="md-nav__item">
|
|
399
|
+
<a href="/Inzynierka/api/sae/" class="md-nav__link">
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
<span class="md-ellipsis">
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
SAE
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
</span>
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
</a>
|
|
415
|
+
</li>
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
<li class="md-nav__item">
|
|
427
|
+
<a href="/Inzynierka/api/datasets/" class="md-nav__link">
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
<span class="md-ellipsis">
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
Datasets
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
</span>
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
</a>
|
|
443
|
+
</li>
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
<li class="md-nav__item">
|
|
455
|
+
<a href="/Inzynierka/api/store/" class="md-nav__link">
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
<span class="md-ellipsis">
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
Store
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
</span>
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
</a>
|
|
471
|
+
</li>
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
<li class="md-nav__item">
|
|
483
|
+
<a href="/Inzynierka/api/hooks/" class="md-nav__link">
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
<span class="md-ellipsis">
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
Hooks
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
</span>
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
</a>
|
|
499
|
+
</li>
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
</ul>
|
|
505
|
+
</nav>
|
|
506
|
+
|
|
507
|
+
</li>
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
</ul>
|
|
512
|
+
</nav>
|
|
513
|
+
</div>
|
|
514
|
+
</div>
|
|
515
|
+
</div>
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
|
|
520
|
+
<div class="md-sidebar__scrollwrap">
|
|
521
|
+
<div class="md-sidebar__inner">
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
</nav>
|
|
530
|
+
</div>
|
|
531
|
+
</div>
|
|
532
|
+
</div>
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
<div class="md-content" data-md-component="content">
|
|
537
|
+
|
|
538
|
+
<article class="md-content__inner md-typeset">
|
|
539
|
+
|
|
540
|
+
<h1>404 - Not found</h1>
|
|
541
|
+
|
|
542
|
+
</article>
|
|
543
|
+
</div>
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
|
547
|
+
</div>
|
|
548
|
+
|
|
549
|
+
</main>
|
|
550
|
+
|
|
551
|
+
<footer class="md-footer">
|
|
552
|
+
|
|
553
|
+
<div class="md-footer-meta md-typeset">
|
|
554
|
+
<div class="md-footer-meta__inner md-grid">
|
|
555
|
+
<div class="md-copyright">
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
Made with
|
|
559
|
+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
|
560
|
+
Material for MkDocs
|
|
561
|
+
</a>
|
|
562
|
+
|
|
563
|
+
</div>
|
|
564
|
+
|
|
565
|
+
</div>
|
|
566
|
+
</div>
|
|
567
|
+
</footer>
|
|
568
|
+
|
|
569
|
+
</div>
|
|
570
|
+
<div class="md-dialog" data-md-component="dialog">
|
|
571
|
+
<div class="md-dialog__inner md-typeset"></div>
|
|
572
|
+
</div>
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
<script id="__config" type="application/json">{"annotate": null, "base": "/Inzynierka/", "features": ["navigation.instant", "navigation.tracking", "navigation.tabs", "content.code.copy", "content.action.edit"], "search": "/Inzynierka/assets/javascripts/workers/search.7a47a382.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
<script src="/Inzynierka/assets/javascripts/bundle.e71a0d61.min.js"></script>
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
</body>
|
|
585
|
+
</html>
|