-
Microsoft recently released Phi-3 models in 3 variants (mini, small & medium). Can we add support for this new family of models.
-
1 in the Chinese editor add custom language display is not normal, EN normal, such as "blog" plug-in "plug-in activities" showed that this kind of situation also occurred in other plug-ins, may lead t…
-
A string can contain both left-to-right and right-to-left text. We need a better algorithm to guess the current direction of a text :-).
Hywan updated
9 years ago
-
**What's the problem this feature will solve?**
Currently, malware reporting on PyPI is performed by sending an email to the PyPI maintainers ([ref](https://pypi.org/security/)). This scales poorly, …
-
Use this issue to post papers that people should read. If you can, leave a summary of the paper within your comment.
-
In train_one_epoch function, your model outputs 4 variables (image_features, text_features, text_features_no, logit_scale). However, in evaluate function, your model outputs only 3 variables without t…
-
Post your response to our challenge questions.
What image or audio data could be relevant to your course/thesis/life research question(s)? What intuitions do you have about the broad content patter…
lkcao updated
7 months ago
-
I am aware that similar issues exist but none of them solves my problems.
I used a toy example:
```
X,y = shap.datasets.boston()
model = GradientBoostingRegressor()
model.fit(X,y)
explainer = …
-
### New Feature Summary
#55 added an evaluation software for apps like SWT only using `TimePoint` annotations, but that evaluation can easily expanded to evaluation of "stitcher" component that tur…
-
## Competition link
https://www.kaggle.com/c/tensorflow2-question-answering
## Description
In this competition, your goal is to predict short and long answer responses to real questions about…