https://github.com/amore-labs/blog
Migrating to quarto from the previous fastpages blog.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Migrating to quarto from the previous fastpages blog.
Basic Info
- Host: GitHub
- Owner: amore-labs
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://openml-labs.github.io/blog/
- Size: 2.83 MB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
README.md
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
- Create a new folder in the
postsdirectory with the name of your postgit 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
- Run
quarto previewto see the post locally (IMPORTANT) git add . && git commit -m "Added post" && git push- Create a pull request to the
mainbranch - Once the PR is merged, the post will be live on the blog
Owner
- Name: Artificial Minds @ TU/e
- Login: amore-labs
- Kind: organization
- Email: openml-labs@tue.nl
- Website: openml-labs.github.io
- Repositories: 2
- Profile: https://github.com/amore-labs