karrtikiyer

Results 9 issues of karrtikiyer

Hi, is there work inprogress which makes this work with TF2.0?

I am able to get this [regex](https://pythex.org/?regex=(%3Fi)proficiency%20in%20(%5B%5Cw%5Cs%5D%2B)%20tools%20like%20(.*%24)&test_string=Hello%20how%20are%20you%3F%20Proficiency%20in%20ETL%20tools%20like%20Informatica%2C%20Talend%2C%20Alteryx%20and%20Visualization%20tools%20like%20PowerBi%2C%20Tableau%20and%20Qlikview.&ignorecase=0&multiline=0&dotall=0&verbose=0) working using below code. ``` import spacy from spaczz.matcher import RegexMatcher nlp = spacy.blank("en") text = "Hello how are you? Proficiency in ETL...

Can you please support providing an API to parse the resume that takes raw text (string or stream) as input instead of a file like doc or PDF on hard...

`diff({'a': 1, 'b': 2}, {}, syntax='symmetric')` I expect the above to return `{delete: {'a': 1, 'b': 2}}` instead it returns `[{'a': 1, 'b': 2}, {}]`

Might be a silly questions, however all the examples I have seen has to do with ```short factoid answer, often between 1 and 5 words```, wanted to know if DSP...

Hi, For [Wizard Coder 15B](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0) I would like to understand: 1. What is the maximum input token size for the wizard coder 15B? 2. Similarly what is the max output...

Can we do Few shot learning on top Gorilla API to teach a different set of API's. Say making set of microservices API calls. If yes, can you share some...

Can you please share an example where we can pass our own PDF's or unstructured text and use this to create custom Q & A Pairs applicable for personal documents?

Can you please help with a tutorial or example that generates instruction set on custom local data?