Skip to content

Instantly share code, notes, and snippets.

@gerty168
gerty168 / editorjs.vue
Created February 21, 2024 03:14 — forked from mostafa6765/editorjs.vue
setup editorjs in vue. demo: https://eosbi.codesandbox.io/
<template>
<div >
<div >
<h1 style="text-align:center">This is vue editor.js <a href="https://twitter.com/@code4mk" target="_blank">@code4mk</a></h1>
</div>
<div class="editorx_body">
<!--editorjs id-->
<div class id="codex-editor"/>
</div>
@gerty168
gerty168 / LLM.md
Created March 29, 2023 04:14 — forked from rain-1/LLM.md
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.