Andy Friedman
Andy Friedman
## Description - Pairwise, incremental quote detection looks for specific pairs of characters, no longer requires an even number of quotation marks to work. - Attribution window expanded and adjusted...
The current code for detecting quotes is pretty unsophisticated. It just sequentially pairs anything the token.is_quote deems a quotation mark and assumes the indexes to be the quote boundaries. If...
### Problem: The current code for detecting quotes is pretty unsophisticated. It just sequentially pairs anything the `token.is_quote` deems a quotation mark and assumes the indexes to be the quote...
* OCTIS version: 1.11.1 * Python version: 3.9.16 * Operating System: ubuntu 20.04 ### Description Trying to run Optimization, [following this tutorial](https://towardsdatascience.com/a-beginners-guide-to-octis-vol-2-optimizing-topic-models-1214e58be1e5) on custom dataset raises: ``` File /usr/local/lib/python3.9/dist-packages/octis/models/pytorchavitm/AVITM.py:77, in...
(partially) #970 • table_pandas adapter code formats properly formats pandas dataframes • can now style table indexes automatically the way headers table headers are styled [ x] The GitHub pipeline...
Hugging Face needs a config file to run ``` from transformers import AutoTokenizer, AutoModel, AutoConfig model_name = "poloclub/UniTable" config = AutoConfig.from_pretrained(model_name) tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModel.from_pretrained(model_name) ``` gives me...
Added a `.get_doc_info` function to the `DocSet` class that returns the document information (especially names of source documents) instead of pretty printing it.