-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created exercise summary and some cleanup
- Loading branch information
Showing
36 changed files
with
932 additions
and
1,179 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"hash": "84a442cdb5c872d89b43e3a246e1467f", | ||
"result": { | ||
"engine": "jupyter", | ||
"markdown": "---\ntitle: List of exercises\nformat:\n html:\n code-fold: true\n---\n\n#### Natural Language Processing \n[Exercise: Sentence tokenization](nlp/exercises/ex_tokenization.ipynb)\n\n[Exercise: TF-IDF](nlp/exercises/ex_tfidf.ipynb)\n\n[Exercise: Word matching](nlp/exercises/ex_word_matching.ipynb)\n\n[Exercise: Fuzzy matching](nlp/exercises/ex_fuzzy_matching.ipynb)\n\n\n#### Large Language Models with OpenAI\n[Exercise: OpenAI - Getting started](llm/exercises/ex_gpt_start.ipynb)\n\n[Exercise: GPT Chatbot](llm/exercises/ex_gpt_chatbot.ipynb)\n\n[Exercise: GPT Parameterization](llm/exercises/ex_gpt_parameterization.ipynb)\n\n[Exercise: NER with tool calling](llm/exercises/ex_gpt_ner_with_function_calls.ipynb)\n\n\n#### Embeddings \n[Exercise: Embedding similarity](embeddings/exercises/ex_emb_similarity.ipynb)\n\n", | ||
"supporting": [ | ||
"exercises_files" | ||
], | ||
"filters": [], | ||
"includes": {} | ||
} | ||
} |
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.