yassmine-lam
yassmine-lam
Hi, thank u for sharing ur code with us. As I understand, the results of APC are affected by those of AE aren t they ? you use the extracted...
Hi, I am working on a sequence labeling problem. I am using seqeval to obtain accuracy and F1 scores. However, is it normal to get an accuracy significantly higher than...
Hi, I tried to infer an example using ASGCN model with the same dataset used for evaluation in training process. However, I got this error output = torch.matmul(adj, hidden) /...
hi, I got this error when trying to use the crf layer from keras_contrib AttributeError: module 'tensorflow.keras.backend' has no attribute 'slice' Could someone help plz thank u
Hi, I tried to use word2vec code with glove embeddings glove.6B.300d.txt but I got this error ValueError: invalid literal for int() with base 10: 'the' Could someone help plz thank...
Hi, Thank u for sharing ur code with us. I have a question about predictions. As I read in ur paper, u reported a single result for these two tasks....
Hi, I tried to run the bert-capsnet model on my own data using bert-base-multilingual-uncased but I got this error  Could someone help...
Hi, I got this error when trying to run the train.py file TypeError: add_weight() got multiple values for keyword argument 'name' ANy ideas plz thank u
Hi, I followed ur code to further pre-train a bert model on my own corpus but I got only checkpoint files without any config or vocab.txt file any ideas plz?...
Hi, can we use this model for a text classification task? Thank u