Skip to content

Commit 2c7b2be

Browse files
committed
training llm article remaining sections added
1 parent eaaf922 commit 2c7b2be

File tree

6 files changed

+173
-69
lines changed

6 files changed

+173
-69
lines changed
193 KB
Loading
492 KB
Loading
360 KB
Loading

docs/imgs/rl_rlhf_instructgpt.png

76.2 KB
Loading

docs/natural_language_processing/training_llm.md

Lines changed: 167 additions & 61 deletions
Large diffs are not rendered by default.

mkdocs.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ nav:
8383
# - 'ChatGPT': 'natural_language_processing/chatgpt.md'
8484
- 'LLaMA': 'natural_language_processing/llama.md'
8585
- 'Mamba': 'natural_language_processing/mamba.md'
86+
- 'Large Language Models':
87+
- 'Training LLMs': 'natural_language_processing/training_llm.md'
88+
- 'Prompt Engineering': 'natural_language_processing/prompt_engineering.md'
89+
- 'natural_language_processing/explainable_ai_llm.md'
90+
- 'natural_language_processing/streaming_chatgpt_gen.md'
91+
- 'natural_language_processing/making_llm_multilingual.md'
8692
- 'Tasks':
8793
- 'natural_language_processing/paraphraser.md'
8894
- 'natural_language_processing/text_similarity.md'
@@ -93,14 +99,6 @@ nav:
9399
- 'Named Entity Recognition' : 'natural_language_processing/named_entity_recognition.md'
94100
- 'Natural Language Querying': 'natural_language_processing/nlq.md'
95101
# - 'Retrieval Augmented Generation (RAG)' : 'natural_language_processing/rag.md'
96-
# - 'Techniques':
97-
# - 'natural_language_processing/metrics.md'
98-
- 'Techniques':
99-
- 'Training LLMs': 'natural_language_processing/training_llm.md'
100-
- 'Prompt Engineering': 'natural_language_processing/prompt_engineering.md'
101-
- 'natural_language_processing/explainable_ai_llm.md'
102-
- 'natural_language_processing/streaming_chatgpt_gen.md'
103-
- 'natural_language_processing/making_llm_multilingual.md'
104102

105103
- 'Audio Intelligence':
106104
- 'Interview Questions': 'audio_intelligence/interview_questions.md'

0 commit comments

Comments
 (0)