Skip to main content

Questions tagged [inference]

2 votes
0 answers
32 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
  • 371
1 vote
0 answers
39 views

I'm working on fine-tuning a language model (Meta-Llama-3-8B-Instruct) to generate a dependency graph for industrial tasks. The idea is: given a list of unordered tasks, the model should output a ...
lili's user avatar
  • 371
1 vote
0 answers
130 views

I'm exploring a machine learning research direction and I'm looking for ideas or pointers to existing models/projects that fit the following setup: The model is trained on graphs with edge information ...
lili's user avatar
  • 371
4 votes
1 answer
131 views

I'm trying to develop a model who'd be able to generate dependencies between industrial tasks. In order to do that, i went for the GNN solution : i have nodes = tasks, dependencies = edges, and have ...
lili's user avatar
  • 371
8 votes
1 answer
216 views

I'm working on an industrial AI use case where I train a Graph Neural Network (GCN) for link prediction — specifically, to predict successor tasks in project planning graphs (e.g., for construction or ...
lili's user avatar
  • 371
1 vote
0 answers
25 views

I am currently trying to replicate or come close to the results achieved in the Multispider paper, which is a multilingual Text-to-SQL benchmark. I have downloaded the model used by the authors of the ...
Uwe's user avatar
  • 11
2 votes
1 answer
360 views

My goal is to detect musical instruments with AI (machine learning). I'm currently using the Yamnet model to make inferences, but it has a very wide range of categories, for example, "Growling&...
Maxime Dupré's user avatar
1 vote
1 answer
904 views

I have a pretrained Llama-2 model in the models_hf directory and two fine-tuned adapters: a summarization adapter in ...
Aun Zaidi's user avatar
  • 133
0 votes
0 answers
83 views

https://en.m.wikipedia.org/wiki/Clinical_significance The Link says "Jacobson-Truax is common method of calculating clinical significance. It involves calculating a Reliability Change Index (RCI)....
Subhash C. Davar's user avatar
1 vote
0 answers
294 views

We intend to model data with non-parametric covariate splines and we would like to understand the uncertainty of the parameter estimates/response estimates. Currently, we use cross-validation to model ...
Stan Tendijck's user avatar
1 vote
1 answer
173 views

I am doing Approximate Bayesian Computation with Sequential Monte Carlo with PyMC in a way that is similar to what is described in this example of the ...
lm1909's user avatar
  • 11
0 votes
0 answers
54 views

I am working with performance data for three groups for each region. The denominator for the groups is the number of people who are identified as low performers. For region A, Group-1 low performer %= ...
user728148's user avatar
0 votes
1 answer
126 views

First execuse any naive statement you may find below, i'm a newcomer to the field. How do web applications that integrate fine-tuning of large machine learning/deep learning models handle the storage ...
Question's user avatar
1 vote
1 answer
820 views

I'm abit confused about how the inference/prediction process works in transformer. For simplicity suppose it is a transformer for translation. My understanding is that when training, the whole input ...
Magic man Wryan Bang's user avatar
0 votes
1 answer
99 views

Intro I need an input file of 5 letter English words to train my Bayesian model to infer the stochastic dependency between each position. For instance, is the probability of a letter at the position 5 ...
Dawid's user avatar
  • 103

15 30 50 per page