Urgent.News

What's breaking now, across thousands of outlets.

AI

LLM - Day 1 - Intro

Large Language Model Its a model what is a model ? its a equation. Then what is equation ? y = mx + c or y = m1x2 + m2x3 + m3x2 Models are nothing but WEIGHTS. Take an example Eg: gpt-oss-120b , for this model they would have used data with TRANSFORMER ARCHITECTURE and we are getting some output that is called MODEL. m --> weights ( we can adjust the m and get many desierd outputs ) Model is…

An LLM, or Large Language Model, is a type of model that functions as an equation. To understand equations, one must grasp the concept of a mathematical expression like y = mx + c or y = m1x2 + m2x3 + m3x2. In the realm of language models, these equations are represented by weights. For instance, the GPT-OSS-120B model utilizes the Transformer Architecture and produces outputs upon receiving data.

These weights can be adjusted to generate various desired outputs. The term "model" refers to a floating point storage unit containing multiple parameters, with 120B parameters indicating the number of weights within the model. The more context provided, the higher the likelihood of accurate predictions. Running a 120B parameter model on a machine requires substantial memory and processing power, which are supplied by RAM and CPU.

Thus, the choice of model depends on the available resources. Open weights models, such as ChatGPT or Gemini, are not the models themselves but rather tools used to run them. LLMs operate as next word predictors, generating a range of possible continuations for a given input. The model selects the most probable option based on a scoring system, typically ranging from 0 to 1.

Control parameters like temperature, top-k, and top-p allow users to manipulate the randomness and creativity of the generated text.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

More from Thursday 17 September →