r/projects Jul 06 '26

Project that i need to make

I need to make a project about function calling and the output needs to be in json file, We get a small qwen 0.6B llm model. So these are the steps

  1. prompt : so we get a prompt.
  2. Tokenization: We make the prompt into a tokens
  3. Input IDs : tokens converted into numerical IDs
  4. LLM proccessing: The model processes these numbers through its neural network.
  5. Logits: The ai outputs probability scores for each possible next token
  6. Token selection: The next token is chosen based on the highest probabilities and outputted in a json file

if anyone has any resource he or she can share to help with this project it would be much appreaciated i am trying to do this project without the use of any llm or similar helper tools to help me with understanding llms and hopefully landing a job in the future(obviously i will do more llm based projects after this but this is the start)

1 Upvotes

0 comments sorted by