Martin

Results 46 comments of Martin

Thanks a lot for the quick reply! The problem was resolved! I'm not quite sure but I think the vertical property does not work for me anymore. I wanted to...

Is there any place where these models can be accessed for a quick fix? One very tricky workaround that worked for me was: * manually download the model from huggingface...

Is there any place where these models can be accessed for a quick fix? One very tricky workaround that worked for me was: * manually download the model from huggingface...

Yes I think right now the params formatted like ```python :param name name of the user :param surname surname of the user ``` aren't getting displayed in the help screen.

Another solution is to load the `primsjs` dependencies manually when needed and convert the `notion` language ids to `prismjs` language ids. An example implementation can be found here: https://github.com/MartinXPN/profound.academy/blob/main/src/common/notion/prismutil.ts

This seems to be an issue with `notion-client`. Feels like it returns the table only partially.

Thanks for the comment @pbteja1998 ! I'm not sure about that but I've seen elements inside `` tags that are rendered properly. An example is: https://www.startupschool.org/posts/47123 I've also tested this...

That error occurred because QuestionPooling layer was updated in later commits to be consistent with R-Net paper. However the provided model was built with previous implementation. To avoid this error...

Have you included char-level-embeddings while parsing? As far as I understand the model that you are trying to run requires them (vectors + embeddings => 4 arrays)

After repeating all the steps in readme the performance didn't change much. Accuracy reached up to 60% (a bit less)