Skip to content

Commit

Permalink
add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Oct 27, 2023
1 parent cd52c0d commit 0d5eca5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
authors:
jxnl:
name: Jason Liu
description: Creator
avatar: https://pbs.twimg.com/profile_images/1682267111555571714/VDORoUy__400x400.jpg
ivanleomk:
name: Ivan Leo
description: Contributor
avatar: https://pbs.twimg.com/profile_images/1524186822389026816/sWRHRIkY_400x400.jpg
2 changes: 2 additions & 0 deletions docs/blog/posts/distilation-part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ tags:
- distillation
- function calling
- finetuning
authors:
- jxnl
---

# Enhancing Python Functions with Instructor: A Guide to Fine-Tuning and Distillation
Expand Down
2 changes: 2 additions & 0 deletions docs/blog/posts/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ draft: False
date: 2023-09-11
tags:
- Introduction
authors:
- jxnl
---

# Bridging Language Models with Python using Instructor, Pydantic, and OpenAI's Function Calls
Expand Down
2 changes: 2 additions & 0 deletions docs/blog/posts/rag-and-beyond.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ tags:
- Query Understanding
- Search Systems
- Personal Assistant
authors:
- jxnl
---

# RAG is more than just embedding search
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/validation-part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ tags:
- constitutional ai
- chain of thought
- citations
authors:
- jxnl
- ivanleomk
---

# Good LLM Validation is Just Good Validation
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ plugins:
post_dir: blog/posts
post_date_format: yyyy/MM/dd
post_url_format: "{date}/{slug}"
authors_file: "{blog}/.authors.yml"
extra:
analytics:
provider: google
Expand Down

0 comments on commit 0d5eca5

Please sign in to comment.