Sujit Pal

Results 7 issues of Sujit Pal

We want to measure the model's ability to generalize beyond the 30 classes it was trained with. Idea is to take an aerial image of a subject that is not...

This was prompted by the query "avocado armchair" against the project demo during the HF community evaluation. The top result returned was this one: So obviously, the demo returned the...

Construct a 30-way classification task using the RSICD test dataset. Labels of the dataset are provided by the class names in image file names. Use the baseline CLIP model, and...

I was trying to convert POS tags in the Freeling dictionaries [1] for Spanish and French words to the universal tags using the es-eagle.map and fr-paris.map files respectively and I...

**Is your feature request related to a problem? Please describe.** I am trying to port an existing annotation pipeline to Spark-NLP. It involves matching text spans in the documents to...

Feature request

1. `pip install auquan_toolkit` fails because `setup.py` mentions `sklearn` instead of the more recent name `scikit-learn`. There is a workaround by setting environment variable `SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True` but may be better to...

My environment: * MacOS Monterey 12.6.5 * Python 3.11.4 Running the following code (as shown in README): ``` qg = QuestionGenerator() text = "..." response = qg.generate(text, num_questions=5) print(response) ```...