..
azure
[azure] bring your own data example ( #654 )
2023-09-11 15:12:37 -07:00
book_translation
fixes token counting in translate_latex_book.ipynb ( #579 )
2023-07-11 17:00:38 -07:00
dalle
Initial commit of DALL-E and Segment Anything notebook ( #406 )
2023-05-19 11:18:54 -07:00
data
add ft data prep notebook ( #647 )
2023-08-22 12:24:42 -07:00
evaluation
small typoe fix ( #688 )
2023-09-11 14:57:09 -07:00
fine-tuned_qa
fix iteration error ( #208 )
2023-03-21 14:45:56 -07:00
third_party_examples
Added notebook example for visualizing embeddings in Kangas ( #469 )
2023-07-11 17:11:16 -07:00
vector_databases
Add Azure Cognitive Search vector database ( #569 )
2023-09-11 16:34:15 -07:00
api_request_parallel_processor.py
Add ability to store row-level metadata
2023-05-23 17:19:18 -04:00
Backtranslation_of_SQL_queries.py
Initial commit
2022-06-03 12:56:03 -07:00
Chat_finetuning_data_prep.ipynb
add descriptions to fine-tuning dataprep notebook ( #673 )
2023-09-02 08:26:55 -07:00
Classification_using_embeddings.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Clustering.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Clustering_for_transaction_classification.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Code_search.ipynb
Enhancements and Refactoring of Python Code Extraction Methods ( #467 )
2023-07-11 17:08:37 -07:00
Customizing_embeddings.ipynb
Update Customizing_embeddings.ipynb to be delete long cache output. ( #667 )
2023-08-29 17:50:15 -07:00
Embedding_long_inputs.ipynb
Fix typo in Embedding_long_inputs.ipynb
2023-03-19 21:38:17 +09:00
Embedding_Wikipedia_articles_for_search.ipynb
Update the section token count from 1,000 to 1,600
2023-04-15 13:01:02 -07:00
Entity_extraction_for_long_documents.ipynb
Switching character chunking out for token-based chunking
2023-03-01 04:01:28 -08:00
Fine-tuned_classification.ipynb
Initial commit
2022-06-03 12:56:03 -07:00
Function_calling_finding_nearby_places.ipynb
adds one function calling notebook ( #629 )
2023-08-11 20:34:29 -04:00
Get_embeddings.ipynb
updates embedding examples based on ada-002
2023-01-10 10:37:25 -08:00
How_to_build_a_tool-using_agent_with_Langchain.ipynb
add links to pinecone and add env var to index
2023-05-02 21:55:33 +03:00
How_to_call_functions_for_knowledge_retrieval.ipynb
Fixed JSON formatting bug in arxiv_functions ( #562 )
2023-08-18 09:26:04 +01:00
How_to_call_functions_with_chat_models.ipynb
Fix function description ( #626 )
2023-08-09 10:34:59 -07:00
How_to_count_tokens_with_tiktoken.ipynb
Add Tiktokenizer link in "How to count tokens" ( #604 )
2023-08-28 10:28:19 -07:00
How_to_finetune_chat_models.ipynb
fix undefined variables in fine tune example ( #660 )
2023-08-25 13:03:06 -07:00
How_to_format_inputs_to_ChatGPT_models.ipynb
Ted/update token counting 0613 ( #541 )
2023-06-23 16:45:32 -07:00
How_to_handle_rate_limits.ipynb
Update How_to_handle_rate_limits.ipynb ( #554 )
2023-06-29 22:23:39 -07:00
How_to_stream_completions.ipynb
updates streaming example for chat models
2023-03-02 22:42:03 -08:00
Multiclass_classification_for_transactions.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Obtain_dataset.ipynb
updates embedding examples based on ada-002
2023-01-10 10:37:25 -08:00
Question_answering_using_a_search_API.ipynb
Update the actual number of results used in generating the final answer ( #587 )
2023-07-13 10:47:49 -07:00
Question_answering_using_embeddings.ipynb
fixes grammar
2023-05-08 17:15:58 -07:00
Recommendation_using_embeddings.ipynb
updates embedding examples based on ada-002
2023-01-10 10:37:25 -08:00
Regression_using_embeddings.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Search_reranking_with_cross-encoders.ipynb
Correct spelling mistake in Search_reranking_with_cross-encoders.ipynb ( #675 )
2023-09-11 15:10:17 -07:00
Semantic_text_search_using_embeddings.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Unit_test_writing_using_a_multi-step_prompt.ipynb
updates unit test writing example to use gpt-3.5-turbo
2023-05-19 16:49:12 -07:00
Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb
clarify title ( #672 )
2023-09-01 10:14:11 -07:00
User_and_product_embeddings.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Visualizing_embeddings_in_2D.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Visualizing_embeddings_in_3D.ipynb
updates # of dimensions in embedding visualization examples
2023-01-10 15:58:38 -08:00
Visualizing_embeddings_in_W&B.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Visualizing_embeddings_with_Atlas.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00
Whisper_correct_misspelling.ipynb
adds two Whisper guides ( #628 )
2023-08-11 16:11:19 -04:00
Whisper_processing_guide.ipynb
adds two Whisper guides ( #628 )
2023-08-11 16:11:19 -04:00
Whisper_prompting_guide.ipynb
adds two Whisper guides ( #628 )
2023-08-11 16:11:19 -04:00
Zero-shot_classification_with_embeddings.ipynb
replace eval with safer literal_eval ( #561 )
2023-07-17 16:40:54 -07:00