Skip to content(if available)orjump to list(if available)

Using pip to install a Large Language Model that's under 100MB

bArray

Not that convinced by this model:

    import llm
    model = llm.get_model("SmolLM2")
    model.prompt("Write me a poem about computers").text()
I ran the above to test it, and got this:

    In the realm of computation, where magic is a thing of the past,
    The digital realm, where the boundaries of what is thought,
    The digital realm, where the boundaries of what is thought,
And it repeats like that.

null

[deleted]