cookbook
cookbook copied to clipboard
Open-source AI cookbook
# What does this PR do? Demonstrating how to effectively annotate text data for Transformer models using active learning, specifically leveraging the Cleanlab open-source package. * Introduction to active learning...
- Fix some typos - Add some missing words - Update several links Btw: Very helpful notebooks - thanks for making this available. Very much appreciated. 👍
Hi ! I'm doing some RAG research, and I just found your guys' post on this cookbook tutorial. it was awesome. I want to translate it into Chinese. I'm not...
# What does this PR do? - [x] Init repo with good structure - [x] Translate _toctree.yml and to index.md - [ ] Translate all pages Fixes # (issue) ##...
Update all those articles in Chinese version - rag_llamaindex_librarian - rag_with_HF_gemma_Mongodb - stable_diffusion_interpolation - tgi_messages_api_demo - prompt_tuning_peft - labelling_feedback_setfit - pipeline_notus_instructions_preferences_legal - semantic_cache_chroma_vector_database - llm_judge @adeenayakup @MKhalusova
# What does this PR do? Add a cookbook on constrained generation. ## Who can review? @MKhalusova
# What does this PR do? This adds a new article on how to finetune starcoder2 for a python copilot At the moment, please tag @MKhalusova
Train
I want to train a neural network to automatically compile a table of contents, tell me how to properly mark up documents so that it identifies paragraphs, chapters, page numbers,...
This is Ashish from [Elastic](https://www.elastic.co/). I'm interested in sharing a notebook that showcases RAG implementation using Elasticsearch. The notebook will illustrate how we generate vectors using Elastic's ELSER model and...
Add a small change - make sure that the reader has pulled llama2 prior to running the example. # What does this PR do? Add a small change - make...