Gaurish Thakkar

Results 18 issues of Gaurish Thakkar

I installed the latest version of sparkit-learn and I got the error >>> from splearn.feature_extraction.text import SparkCountVectorizer Traceback (most recent call last): File "", line 1, in File "/home/gaurishk/anaconda3/lib/python3.6/site-packages/splearn/feature_extraction/__init__.py", line...

I am trying to update annotations provided to my by recommender. The spans are always having one word extra or one word less. I **Describe the solution you'd like** I...

⭐️ Enhancement
Module: Annotation

I trained a custom model using HF for 2-class classification. I got the prediction from the classifier as ``` [{'label': 'LABEL_0', 'score': 0.9944180250167847}, {'label': 'LABEL_1', 'score': 0.005582042038440704}]] ``` which says...

I want to create a dataset using the snorkel labelling function but I am not able to find any links. I want to train a NER model using the above...

feature request
no-stale

The dataset provided in the jsonl format has repeating values as labels for the same given spans. This when loaded into spacy throws error as spacy doesnt support tagging same...

Hi I would like to know the F1 score of the given NER model . Can I get the link to the original dataset on which it was trained on?

How can I use this model for handwriting recognition

Hi I would like to know if the tweetids for the various Twitter dataset can be made publicly available. I m interested in pulling more metadata. Thank you.

Do you have tweet ids of the original text? I need to pull more metadata for each text.

the ./nertagger.sh script > java -mx1g -Dfile.encoding=utf-8 -cp **"dist/CRF.jar"** edu.stanford.nlp.ie.crf.CRFClassifier -prop lv-ner-tag.prop > "test_file.tagged.txt" is searching for dist/CRF.jar which is not present in the folder. Any fix for this ?