njmarko/llm-gpt-sort
A new type of sorting algorithm. Use large language model (llm like gpt, chat-gpt or others) to sort collections.
This project explores using large language models (LLMs) like GPT to sort lists of words or numbers. You provide an unsorted collection to the LLM, and it returns the same collection in sorted order. This is for developers interested in experimenting with LLMs for basic data manipulation tasks beyond text generation.
No commits in the last 6 months.
Use this if you are a developer curious about the capabilities and limitations of large language models when performing structured data operations like sorting.
Not ideal if you need a reliable, high-performance sorting solution for production systems, as LLM sorting can be inconsistent with larger or more complex data and is resource-intensive.
Stars
12
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/njmarko/llm-gpt-sort"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Lightning-AI/litgpt
20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
liangyuwang/Tiny-DeepSpeed
Tiny-DeepSpeed, a minimalistic re-implementation of the DeepSpeed library
catherinesyeh/attention-viz
Visualizing query-key interactions in language + vision transformers (VIS 2023)
microsoft/Text2Grad
🚀 Text2Grad: Converting natural language feedback into gradient signals for precise model...
huangjia2019/llm-gpt
From classic NLP to modern LLMs: building language models step by step. 异æ¥å›¾ä¹¦ï¼šã€Š GPT图解 å¤§æ¨¡åž‹æ˜¯æ€Žæ ·æž„å»ºçš„ã€‹-...