Jiayao Wang

Results 4 issues of Jiayao Wang

TypeError: 'JavaPackage' object is not callable Traceback (most recent call last): File "/opt/spark/python/lib/pyspark.zip/pyspark/__init__.py", line 114, in wrapper return func(self, **kwargs) File "/home/trusted-service-user/cluster-env/env/lib/python3.8/site-packages/synapse/ml/cognitive/EntityDetector.py", line 95, in __init__ self._java_obj = self._new_java_obj("com.microsoft.azure.synapse.ml.cognitive.EntityDetector", self.uid)...

area/cognitive-service

I'd like to remove punctuations from the text but would like to include "-". For example, "text---cleaning" will become "text cleaning" but "drive-thru" will still be "drive-thru" after the cleaning/

Hi, I'm wondering if you also have a PyTorch implementation of the BERT4REC available. Thank you very much!

Hi, Thank you so much for this awesome project! I'm trying to visualize the attention weights of the model I trained (RoBERTa model with a multi-task final layer, fine-tuned using...