Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

63 fine tune sequence classification model #76

Merged
merged 6 commits into from
Dec 4, 2023

Conversation

Daethyra
Copy link
Owner

@Daethyra Daethyra commented Dec 4, 2023

No description provided.

The refactor involves restructuring the HuggingFace audio transcription task creation module to enhance its functionality and organization. The changes include renaming and relocating files, as well as adding a brief description to the transcribe_tasks.py file for clarity and documentation purposes.
	modified:   .github/.archive/Basic-GPT-GUI/main.py
	modified:   .github/.archive/Basic-GPT-GUI/src/gui.py
	modified:   .github/.archive/Basic-GPT-GUI/src/openai_chat.py
	modified:   .github/.archive/integrable-captioner-progressive/V8.py
	modified:   .github/.archive/integrable-captioner-progressive/v1.py
	modified:   .github/.archive/integrable-captioner-progressive/v10.py
	modified:   .github/.archive/integrable-captioner-progressive/v3.py
	modified:   .github/.archive/integrable-captioner-progressive/v4.py
	modified:   .github/.archive/integrable-captioner-progressive/v5.py
	modified:   .github/.archive/integrable-captioner-progressive/v6.py
	modified:   .github/.archive/integrable-captioner-progressive/v7.py
	modified:   .github/.archive/integrable-captioner-progressive/v9.py
	renamed:    docs/Lost in the Middle-How Language Models Use Long Contexts-2307.03172.pdf -> docs/Continued-Education/Lost in the Middle-How Language Models Use Long Contexts-2307.03172.pdf
	renamed:    docs/Pressure-Testing-GPT4_Claud21-Long_Context_Retrieval.pdf -> docs/Continued-Education/Pressure-Testing-GPT4_Claud21-Long_Context_Retrieval.pdf
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/1-LangChain-Core_Concepts.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/1-LangChain-Core_Concepts.md
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/2-LangChain-Advanced_Generative_Applications.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/2-LangChain-Advanced_Generative_Applications.md
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/3-LangServe-HowTo_Deploy_LLMs-Host_LLM_APIs.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/3-LangServe-HowTo_Deploy_LLMs-Host_LLM_APIs.md
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/4-LangSmith_Comprehensive_ProgrammersGuide-Tracing-Monitor_LLMs.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/4-LangSmith_Comprehensive_ProgrammersGuide-Tracing-Monitor_LLMs.md
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/5-LangChain-Pinecone_Documentation.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/5-LangChain-Pinecone_Documentation.md
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/6-HuggingFace-Transformers-Pipelines.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/6-HuggingFace-Transformers-Pipelines.md
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/Custom_Instructions.txt -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/Custom_Instructions.txt
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/LangChain-Online_Official_Documentation-Learning_Resources.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/Assistant_Architect/LangChain-Online_Official_Documentation-Learning_Resources.md
	renamed:    Custom-GPT-Uploadable_Knowledge_Base/langchain_serve_smith-quick_reference-original-master.md -> docs/Custom-GPT-Uploadable_Knowledge_Base/langchain_serve_smith-quick_reference-original-master.md
	renamed:    docs/A Rubric for ML Production Readiness and Technical Debt Reduction.pdf -> docs/Enterprise_Guides/A Rubric for ML Production Readiness and Technical Debt Reduction.pdf
	renamed:    docs/ML+Cheat+Sheet_2.pdf -> docs/Enterprise_Guides/ML+Cheat+Sheet_2.pdf
	renamed:    docs/Prompting/ChatGPT4-initial_prompts.txt -> docs/Enterprise_Guides/Prompting/Beginner-Prompt.txt
	renamed:    docs/Prompting/ChatMarkupLanguage/chatml.md -> docs/Enterprise_Guides/Prompting/ChatMarkupLanguage/chatml.md
	renamed:    docs/Prompting/ChatMarkupLanguage/chatml.txt -> docs/Enterprise_Guides/Prompting/ChatMarkupLanguage/chatml.txt
	renamed:    docs/Prompting/Tree of Thoughts - Deliberate Problem Solving with LLMs - Machine Learning - AI.pdf -> docs/Enterprise_Guides/Prompting/Tree of Thoughts - Deliberate Problem Solving with LLMs - Machine Learning - AI.pdf
	renamed:    docs/Prompting/tone_prompts.jpg -> docs/Enterprise_Guides/Prompting/tone_prompts.jpg
	renamed:    docs/practitioners_guide_to_mlops_whitepaper.pdf -> docs/Enterprise_Guides/practitioners_guide_to_mlops_whitepaper.pdf
	new file:   docs/jupyter_notebooks/ask-a-book-questions.ipynb
	new file:   docs/jupyter_notebooks/gen-qa-openai.ipynb
	new file:   docs/jupyter_notebooks/langchain-embeddings-retrieval-agent.ipynb
	new file:   docs/jupyter_notebooks/langchain-qa-over-local-docs.ipynb
	renamed:    src/llm_utilikit/HuggingFace/Accelerate/.env.template -> src/llm_utilikit/HuggingFace/TrainModels-Accelerate/.env.template
	renamed:    src/llm_utilikit/HuggingFace/Accelerate/README.md -> src/llm_utilikit/HuggingFace/TrainModels-Accelerate/README.md
	renamed:    src/llm_utilikit/HuggingFace/Accelerate/__init__.py -> src/llm_utilikit/HuggingFace/TrainModels-Accelerate/__init__.py
	renamed:    src/llm_utilikit/HuggingFace/Accelerate/fine_tune_sequence_classification_model.py -> src/llm_utilikit/HuggingFace/TrainModels-Accelerate/fine_tune_sequence_classification_model.py
	modified:   src/llm_utilikit/HuggingFace/audio_transcription/MicrophoneTranscription/run.py
	modified:   src/llm_utilikit/HuggingFace/audio_transcription/MicrophoneTranscription/transcribe_microphone.py
	modified:   src/llm_utilikit/HuggingFace/image_captioner/integrable_image_captioner.py
	modified:   src/llm_utilikit/LangChain/Chatbots/Adversarial-Thinker/adversarial_prompt.py
	modified:   src/llm_utilikit/LangChain/Chatbots/Memory-Backend/chroma_memory.py
	modified:   src/llm_utilikit/LangChain/Retrieval-Augmented-Generation/DirectoryLoader/qa_local_docs.py
	modified:   src/llm_utilikit/LangChain/Retrieval-Augmented-Generation/DirectoryLoader/run_qa_local_docs.py
	modified:   src/llm_utilikit/LangChain/Retrieval-Augmented-Generation/PyPDFLoader/query_local_docs.py
	modified:   tests/microphone_transcriber.py
	modified:   tests/op_auto_embeddings.py
	modified:   tests/retrieval_augmented_gen.py
- Added packages
- Updated pdm.lock
@Daethyra Daethyra linked an issue Dec 4, 2023 that may be closed by this pull request
@Daethyra Daethyra enabled auto-merge December 4, 2023 21:16
@Daethyra Daethyra merged commit f85a88e into master Dec 4, 2023
3 checks passed
@Daethyra Daethyra deleted the 63-fine_tune_sequence_classification_model branch December 4, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fine_tune_sequence_classification_model.py
1 participant