Saichethan M. Reddy
Saichethan M. Reddy
 @amansrivastava17 While running encoder with download keyword getting an error as shown above
I am interested in improving About Code web presence by adding schema and improving SEO.
`` import tensorflow as tf from transformers import * #BertTokenizer, TFBertModel tokenizer = AutoTokenizer.from_pretrained('allenai/scibert_scivocab_uncased') model = AutoModel.from_pretrained('allenai/scibert_scivocab_uncased') input_ids = tf.constant(tokenizer.encode("My dog is cute"))[None, :] # Batch size 1 outputs =...
Can you add CBAM version for VGG 16 (pre-trained), model in repo. Or how can I replicate CBAM version of pre-trained VGG 16
How to run this in keras I mean how to / where to find for keras equivalent of these codes
Hello, when I run the code I am getting scores as  whereas In the paper it's given PER F1: 81.98 LOC F1: 78.95 ORG F1: 53.07 MISC...
While running the script I'm getting the following error. please let me know how to resolve this 