-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix / update LLM Complete Guide (side quest) (#134)
* remove extra step invocation * update requirements * fixes and updates * update chunking pipeline logic * handle JSON changes * formatting * add a typos.toml * update typos.toml * move typos.toml to repo root
- Loading branch information
Showing
12 changed files
with
171 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
[files] | ||
extend-exclude = [ | ||
"*.csv", | ||
"sign-language-detection-yolov5/*", | ||
"orbit-user-analysis/steps/report.py", | ||
"customer-satisfaction/pipelines/deployment_pipeline.py", | ||
"customer-satisfaction/streamlit_app.py", | ||
"nba-pipeline/Building and Using An MLOPs Stack With ZenML.ipynb", | ||
"customer-satisfaction/tests/data_test.py", | ||
"end-to-end-computer-vision/**/*.ipynb", | ||
"classifier-e2e/run_skip_basics.ipynb", | ||
"classifier-e2e/run_full.ipynb", | ||
"classifier-e2e/run_skip_basics.ipynb", | ||
"classifier-e2e/run_full.ipynb", | ||
"classifier-e2e/run_skip_basics.ipynb" | ||
"*.json", | ||
"*.js", | ||
"*.ipynb", | ||
] | ||
|
||
[default.extend-identifiers] | ||
# HashiCorp = "HashiCorp" | ||
connexion = "connexion" | ||
preprocesser = "preprocesser" | ||
Preprocesser = "Preprocesser" | ||
HashiCorp = "HashiCorp" | ||
NDArray = "NDArray" | ||
K_Scatch = "K_Scatch" | ||
MCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1h = "MCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1h" | ||
VQQGEwJVUzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEi = "VQQGEwJVUzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEi" | ||
MDEyOk9yZ2FuaXphdGlvbjg4Njc2OTU1 = "MDEyOk9yZ2FuaXphdGlvbjg4Njc2OTU1" | ||
|
||
[default.extend-words] | ||
# aks = "aks" | ||
GOES = "GOES" | ||
lenght = "lenght" | ||
preprocesser = "preprocesser" | ||
Preprocesser = "Preprocesser" | ||
Implicitly = "Implicitly" | ||
fo = "fo" | ||
mapp = "mapp" | ||
polution = "polution" | ||
magent = "magent" | ||
# Don't correct the surname "Teh" | ||
aks = "aks" | ||
hashi = "hashi" | ||
womens = "womens" | ||
prepend = "prepend" | ||
prepended = "prepended" | ||
goes = "goes" | ||
bare = "bare" | ||
prepending = "prepending" | ||
prev = "prev" | ||
creat = "creat" | ||
ret = "ret" | ||
daa = "daa" | ||
arange = "arange" | ||
cachable = "cachable" | ||
OT = "OT" | ||
cll = "cll" | ||
|
||
[default] | ||
locale = "en-us" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.