-
If people know of any useful C/C++ libs that would be nice to wrap into an R package, I am happy to assist with that!
-
## Context
The general scenario of using `slim_handler` does work for me, but when it comes to importing AWS SageMaker using `import sagemaker` the issue takes place.
## Expected Behavior
A…
-
Hello,
I am trying to extract topics from a list of texts. Since my data probably lacks a bit of quality and half of the texts were classified as outliers, I proceeded with the outlier reduction stag…
-
Lieber @severinsimmler
Hier ist Carolina Hormaza. Ich schreibe meine Dissertation in Geschichte in Uni Bielefeld. Ich interessiere mich sehr Topic Modeling mit mein Korpus versuchen. Ich habe versu…
-
运行下面这段代码出错:
```python
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("./base_model", trust_remote_code=True)
model = AutoModelForCausalLM.fr…
-
### Describe the bug
I am trying to build my JupyterBook with the latest version of of the package (and I hadn't upgraded for quite a while), and the docutils/transforms/misc.py script is throwing …
-
It always returns an invalid request error when using the OpenAI model. I am not sure why this happens. Any idea? @MaartenGr
```
InvalidRequestError(message="'$.input' is invalid. Please check th…
-
Hi we recently tried to implement the topic modeling code in the package.
This is what we ran:
```
--corpdb {db} \
--topic_lexicon met_a30_2000_freq_t50ll \
--host {host address} \
--make_a…
-
Generates deadly error on Greek text with multi-byte encoding, due to blind use of byte indexing rather than Unicode-aware processing?
-
Hi, I'm trying to use longformer in [contextualized topic models (github page)](https://github.com/MilaNLProc/contextualized-topic-models). I replaced the "paraphrase-distilroberta-base-v2" for "allen…