-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
939a882
commit 73d1d65
Showing
12 changed files
with
31 additions
and
51 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# OpenML Labs blog | ||
|
||
This repository serves as the blog for the OpenML Labs. It uses Quarto to render the blog posts from markdown and jupyter notebooks. | ||
|
||
## How to write a post? | ||
|
||
- Clone this repository | ||
- Install quarto : [Here](https://quarto.org/docs/get-started/) | ||
- Create a new folder in the `posts` directory with the name of your post | ||
- `git checkout -b <post-name>` | ||
- Create a markdown file or a jupyter notebook in the folder | ||
- Add a header to the start of the file as below | ||
```yaml | ||
--- | ||
toc: true | ||
layout: post | ||
description: Experimenting with LLM temperature and its effects on answer quality | ||
categories: [llm] | ||
title: Experiments with Temperature | ||
author: Subhaditya Mukherjee | ||
date : 2024-07-08 | ||
--- | ||
``` | ||
- Add any images or other files that are needed for the post in the folder | ||
- `git add . && git commit -m "Added post" && git push` | ||
- Create a pull request to the `main` branch | ||
- Once the PR is merged, the post will be live on the blog |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.