Skip to main content

Questions tagged [model]

2 votes
0 answers
29 views

I'm trying to fine-tune a LLaMA 3.1 Instruct model to adapt it to a specific industrial domain. The goal is to have the model extract direct dependencies between tasks from a list of operational steps ...
lili's user avatar
  • 361
0 votes
1 answer
69 views

I'm currently trying to fine tune the Mistral 7b instruct v0.3 model in order to give him as an input a list of unordered tasks and have as an output the dependencies between those tasks in a format ...
lili's user avatar
  • 361
2 votes
0 answers
28 views

I'm trying to create a custom model that takes sentence and POS tag as input as well, but the model is predicting the same label over and over for each token. Well, I tried different parameters (e.g., ...
Animy's user avatar
  • 21
4 votes
3 answers
390 views

I have a dataset of measurements $Y$ to which I want to fit a custom distribution, and thereby obtain an estimate of the distribution's parameters. Based on domain knowledge, I know that the process ...
MuhammedYunus's user avatar
0 votes
0 answers
71 views

can someone please help me create this project i need to understand how to start it what do i need and the steps. i never created AI model before. ** create AI model that can read PCB layout image (...
work's user avatar
  • 1
0 votes
0 answers
36 views

I am using simulations to compare two economic models and want to understand their impact on returns (i.e., the percentage change in prices). I have employed common random numbers for these ...
Apod's user avatar
  • 1
0 votes
1 answer
102 views

Apologies if this is a noob question, I have been trying to find a hello-world kind of example regarding how to train a model on structured data without much success. Also, have been reading about ...
gurvinder372's user avatar
2 votes
1 answer
105 views

I have a dataset of different people with their insurance cost. I have trained a neural-network to predict the insurance cost (charges column) based on the other features (age,bmi, etc.). Here is how ...
Jimmy's user avatar
  • 141