Skip to content
View kyo-takano's full-sized avatar
Block or Report

Block or report kyo-takano

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. chinchilla chinchilla Public

    A toolkit for scaling law research ⚖

    Python 35 3

  2. alphacube alphacube Public

    A powerful & flexible Rubik's Cube solver

    Python 15 1

  3. efficientcube efficientcube Public

    State-of-the-Art method for solving the Rubik's Cube

    Jupyter Notebook 33 1

  4. Lexical Search with gzip (gzipによる語彙検索) Lexical Search with gzip (gzipによる語彙検索)
    1
    import gzip
    2
    
                  
    3
    def gzip_search(query: str, candidate_chunks: list[str], top_k: int=1):
    4
        """
    5
        文字列ベースで類似したテキストチャンクを推定するアルゴリズム.
  5. few-shot-learning-on-function-callin... few-shot-learning-on-function-calling.ipynb
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  6. ローカルLLMはこーやって使うの💢 ローカルLLMはこーやって使うの💢
    1
    {
    2
      "cells": [
    3
        {
    4
          "cell_type": "markdown",
    5
          "metadata": {