This is a small language model built around open and available public but willing sources.
Find a file
2025-03-22 19:36:15 -05:00
runtime ok its got some structure 2025-03-21 21:58:35 -05:00
smol-core tad amount of structuring 2025-03-21 21:21:34 -05:00
templates Add basic styling 2025-03-22 19:36:15 -05:00
web-multi Snapshot of work 2025-03-22 19:33:35 -05:00
.gitignore tad amount of structuring 2025-03-21 21:21:34 -05:00
Cargo.lock tad amount of structuring 2025-03-21 21:21:34 -05:00
Cargo.toml ok its got some structure 2025-03-21 21:58:35 -05:00
LICENSE.md tad amount of structuring 2025-03-21 21:21:34 -05:00
README.md tad amount of structuring 2025-03-21 21:21:34 -05:00

smol-language-model

This is a small language model built around open and available public but willing sources.

smol-core

smol-core is the core datastructures and utilities to run the

Data Sources

  • name - url
    description
  • name2 - url2
    description2

Ables Crackpot Ideas

This is a list of ideas that use the llm I have for the language model.

Gemma

Gemma is a general purpose application meant to build you a plan for a specific task.

prompt= 'hey gemma build me a plan for making a website'
response=  """
hey sure thing but first some questions
1) what kind of website do you want to make?
2) which tools would you like me to use?
3) which tools would you like me not to use?
"""

indexing

indexing is the process of creating a searchable index of a document or set of documents.

I do not have a list of techs for this yet

  • abc
  • def
  • ghi

retrieval-augmented generation

retrieval

semantic search tools are used to retrieve relevant documents from a searchable index based on a query.

examples

  • elasticsearch

snippet generation

a snippet is a small piece of text that is relevant to the generation task.