Kate
Kate
Hello, When running example notebook `how_to_run_drift_report_for_text_data.ipynb` on Colab or locally, I run into the following issue: ``` report = Report(metrics = [ EmbeddingsDriftMetric('small_subset', drift_method = model( threshold = 0.55, bootstrap...
**Describe the bug** Control characters like `\x1f` break German sentence segmentation at `format_numbered_list_with_periods` step. **To Reproduce** Steps to reproduce the behavior: Input text - `'1.\x1f\x1fApfel\x1d2.\x1f\x1fBanana'` Code: ``` import pysbd example_text...
Hi! Thank you for the great project, it does wonders for the interpretability of the topics! I noticed there doesn't seem to be an Online version, similar to [OnlineCounterVectorizer](https://maartengr.github.io/BERTopic/getting_started/vectorizers/vectorizers.html#onlinecountvectorizer), right?...
Copying NER template results into the following error: ``` Layout does not contain any fields for Workers to provide responses. Please include at least one field (input, select, or textarea)....
In `example/train_supervised_bert.py`, it seems that `metric` parameter is not actually passed to model on the line 131 `framework.train_model('micro_f1')`.