Pinned Repositories
clip-eval
clip-eval is a tool for evaluating CLIP models on various image classification and image-text retrieval tasks in Japanese.
llm-jp-eval-mm
This tool automatically evaluates Japanese multi-modal large language models across multiple datasets.
text2dataset
Easily turn large English text datasets into Japanese text datasets using open LLMs.
cos
cos is a toy operating system in C Language with reference to https://operating-system-in-1000-lines.vercel.app
fast-near-duplicate-matching
Fast near-duplicate matching is a method for quickly finding near-duplicate spans in a document by utilizing the Rabin-Karp algorithm.
goindexSearch
goindexsearch is a package that can do go vet and grep for all packages in https://index.golang.org/index
gomicollector
gomicollector is a simple mark-sweep garbage collector in Rust.
jax-llm
JAX implementation of Large Language Models. You can train GPT-2-like model with 青空文庫 (aozora bunko-clean dataset) or any other text dataset.
jaxkan
JAX implementation of Kolmogorov Arnold Networks (KANs).
llava-mnist
llava-mnist is a simple example of Vision and Language model using LLaVA architecture trained on MNIST dataset.
speed1313's Repositories
speed1313/browser-in-rust
speed1313/aws-notebook-docker-env
Docker image to run the AWS Braket on Jupyter from local.
speed1313/ish
ish is a toy shell.
speed1313/priority_todo
priority todo app in CLI
speed1313/brainfuck-interpreter
interpreter for study
speed1313/Build-Web-Application-With-Golang
Goでweb applicationの練習 ( https://astaxie.gitbooks.io/build-web-application-with-golang/content/ja/)
speed1313/code
Source code for the book Rust in Action
speed1313/docker-gs-ping
A simple Go server example for Docker's "Getting Started with Docker and Go".
speed1313/DomainNameSearchTool
A cli tool to search for domain names, following (https://www.oreilly.co.jp/books/9784873117522/)
speed1313/go-web-application
this is sample of web application in go(https://www.oreilly.co.jp/books/9784873117522/)
speed1313/html_css_webdesign
一冊で全てが身につく htmlcssデザイン入門講座で作成したサイトです
speed1313/IoPLMaterials
Materials for the class "Implementation of Programming Languages" in Kyoto University.
speed1313/lifegame
Conway's Lifegame
speed1313/Linked-List-in-Rust
implementation of Linked List in Rust
speed1313/mini-kube-scheduler
[WIP] Simple scheduler and scenario system for learning Kubernetes Scheduler
speed1313/mini-sqlite
implement sqlite for study
speed1313/ML-For-Beginners
12 weeks, 25 lessons, 50 quizzes, classic Machine Learning for all
speed1313/os-in-rust
os in Rust, following writting OS in Rust
speed1313/PRML
PRML algorithms implemented in Python
speed1313/quantum-native-dojo
量子コンピュータ初学者のための自習教材
speed1313/RPN-calculator
This is Reverse Polish Notation Calculator.
speed1313/rush
rush is a toy shell in rust
speed1313/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
speed1313/simulation_engineering
数値シミュレーションの基礎
speed1313/supercomp
pararell programming for learning
speed1313/text-editor-in-rust
speed1313/tinymd
this is compiler which translate markdown into html.
speed1313/Todo
Todo app
speed1313/TwitterVote
Vote application using Twitter API. following the book, web application in go
speed1313/web-server
web server in rust