-
KerasNLP is always looking for new examples on [keras.io](https://keras.io/keras_nlp) the demonstrate how to use the library.
This issue will stay open on a "contributions welcome" list forever. If…
-
Here are the inputs:
```python
inputs = {"open": [12.1, 52.6, 24.6...], "high": [some more floats], "low": [more floats], "close": [you guessed it, floats], "volume": [floats, floats, floats]}
c = …
-
I found the coreference annotation ("question_reference") may not be words. For example,
the question_text is "who does chris griffin's voice on family guy", but the question_reference is "chris gr…
-
The conversion procedure, i.e. [this code](https://github.com/ArneBinder/pie-datasets/blob/main/dataset_builders/pie/argmicro/argmicro.py#L216-L260), should follow the description in the section "3. D…
-
Is there code to go from "The dog wagged its tail" --> "The dog wagged the dog's tail"?
Basically, go from clusters to head prediction and then replacement of mentions with heads?
-
Might pdp be extended to work directly with output from Keras3? Also, variable importance plots would be a nice addition. There are number of related ideas in Molnar’s nice survey book “Interpretable …
-
I was trying to cluster on a dataset with about 460,000 points and ran into a memory error when `.fit` was called.
This was the pertinent code:
```Python
eps = .05 / 6378
clusterer = (hdbsca…
-
Hi - I'm trying to use the weighted minkowski metric:
```
clusterer = hdbscan.HDBSCAN(algorithm='best', alpha=1.0, approx_min_span_tree=True,
gen_min_span_tree=False, leaf_size=40,
met…
-
LUKE: pretraining 할때 sentenceSEPentity 에 마스크 뚫어서 사전학습
XLnet:pretraining 할때 버트의 단점을 보완하기 위해서 auto regressive하게 사전학습
SPANBERT: pretraining 할때 토큰이 아니라 span에 마스크 뚫어서 사전학습 -> 왠지 앞뒤 span 잘 틀리는 우리 모델에게 잘 먹…
-
Since a few days, the integration does not show the prices anymore. I guess this is due to a server/API update on ENTSOE website.
Would it be possible to correct the integration so that it works agai…