-
I found a strange phenomenon. For the same model, the same training sample and test sample, other operations are identical. Theoretically, the values obtained by using the XAI method (like Saliency) t…
-
As for now, the pipeline performs expainability per inference row.
Explainability for the whole inference dataset maybe be useful in the future.
Some related code has already be written:
- Pipel…
-
https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd
(xài FF thì tự google) :))
Ta có add Redux devtool vô để dễ debug cái store của Redux, code add ở chỗ packs/…
-
[API từ npm](https://www.npmjs.com/package/dvhcvn) lấy dữ liệu tại [`transformers/js-dvhcvn/src/data.ts`](https://github.com/daohoangson/dvhcvn/blob/master/transformers/js-dvhcvn/src/data.ts), không p…
-
Mình đã nhìu năm xài Fiddler và Charles (charles xài rất chán nên mình chỉ mua lic nhưng hiếm khi xài nó).
Sau vài năm xài Fiddler mình thấy Fiddler có những cái hay như sau:
- Tính năng Mark có h…
-
### Problem
We want to add support for this new model that unlike the previous ones also supports vision. The readme for the model is described below:
---
language:
- en
- de
- fr
- it
- pt…
-
What dataset was used to train grok?
Will it be open-sourced?
How are you going to make model/dataset up to date?
Can you provide an example of dataset?
This issue is related to https://github.c…
-
I am using omnixai 1.3.1 abd get the following error when import the TabularExplainer:
`from omnixai.explainers.tabular import TabularExplainer
`
Error:
```
--------------------------------…
-
I am trying to serve the model here. https://www.fedml.ai/models/941?owner=xai-org
I used pytorch model that is transfered from JAX, so I can use the huggingface pipeline. I used the llama chat tem…
-
Anche clonando manualmente il codice in locale, si ottiene il seguente errore:
explainer = LoreTabularExplainer(bbox)
config = {'neigh_type':'rndgen', 'size':1000, 'ocr':0.1, 'ngen':10}
explaine…