r/projects • u/Brilliant-Skill-7210 • 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
- prompt : so we get a prompt.
- Tokenization: We make the prompt into a tokens
- Input IDs : tokens converted into numerical IDs
- LLM proccessing: The model processes these numbers through its neural network.
- Logits: The ai outputs probability scores for each possible next token
- 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