Gennaro Vaccaro
Gennaro Vaccaro
@prakhar251998 I also have this problem. Have you solved it somehow?
@davidberenstein1957 Thanks. ### First I don't know if it can help you, I have `gensim==4.2.0`, I have seen (very fast) the `Conceptualizer.py` library and it seems that several times (in...
@davidberenstein1957 thanks. I have tried this code (with your new changes) but still have the error reported at the end. ``` import spacy from spacy import displacy import concise_concepts from...
@dongguanting I'm also trying the code but it asks me `episode-data/inter/...` missing. Where can I obtain this dataset? I downloaded the Few-NERD dataset but they are .txt files. Thanks
@pommedeterresautee so there is no solution for now, right?
@sam-writer So currently to get a performance optimization for inference time on T5 on GPU, do you recommend [this ](https://github.com/microsoft/onnxruntime/blob/tlwu/benchmark_t5/onnxruntime/python/tools/transformers/t5/benchmark_t5.py#L290)code? > Here is an example from a branch of the...
@DachengLi1 Thanks, I trained on GPUs with more memory and used the function after the training. I am able to load the model correctly. Now, I have another problem. During...
@DachengLi1 Thanks. I tried removing --warmup_ratio 0.03, I had this: ``` ... {'loss': 0.0, 'learning_rate': 2e-05, 'epoch': 0.07} ... {'loss': 0.0, 'learning_rate': 2e-05, 'epoch': 0.31} ... {'loss': 0.0, 'learning_rate': 2e-05,...
@DachengLi1 Thanks. I tried both with BS equal to 1 and greater than one, with my personal dataset. The loss is always zero and it seems the network fails to...
I noticed that Better Transformers for the T5 model has not been implemented yet. Will it be implemented in the future (if possible)? Thanks.