-
Hello, this is Bing. I can help you with your question. 😊
A state machine is a deterministic model that describes the behavior of a system in terms of states and transitions between them. A Markov …
-
Expose the probabilities of the top tokens in a prediction result
TODO:
- [x] OpenAI
- [ ] HF Models
-
For example,
```
ANALYZE MODELS WHERE DEPENDENCE PROBABILITY OF X WITH Y > 0.5
ESTIMATE PROBABILITY OF x = 1 GIVEN (y = 2) WITHIN
USING MODELS WHERE DEPENDENCE PROBABILITY OF x WITH y > 0.5
```…
-
I'm getting bad inference results from ResNet ONNX models. The image of the cat used in the example is reported as a pool table when using ResNet v1 or v2. This was initially reported in issue #284 Ha…
-
### Feature request
I'd like to add support for the new[ microsoft table transformers](https://huggingface.co/microsoft/table-transformer-detection) to ORTOptimizer
### Motivation
These table…
-
### Description
When import
```
from tensor2tensor.models.transformer import Transformer
```
get
```
AttributeError: module 'tensorflow.contrib' has no attribute 'linalg'
```
### Environm…
-
In [simulate-methods.R in gratia](https://github.com/gavinsimpson/gratia/blob/0d0016932bda137666c5dc05332f7ba8539b9d0f/R/simulate-methods.R#L81), for `ocat` models, `predict(type = "response")` curr…
hhp94 updated
2 hours ago
-
Hello,
After completing HP optimisation, I extract the best_estimator_ which looks like this:
![image](https://user-images.githubusercontent.com/82275999/227367264-5dadfe24-1062-4f6f-9120-2c65b8b29e…
-
Gradually thinking some renaming of functions, files, classes will help make the material more accessible. For example:
Variables and functions:
- [ ] `height` -> `individual_size` (#223)
- [x]…
-
So, as I understand it, discriminative models take a given set of data and look at the conditional probability: p(y|x), while generative models look at the joint probability: p(x,y). My question is wh…