Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ This model builds on the RoBERTa architecture with a similar approach to our pap
|
|
45 |
inputs = torch.tensor([tokenized_output], dtype=torch.long)
|
46 |
|
47 |
# Load the pre-trained BigBird model
|
48 |
-
model = AutoModel.from_pretrained("MsAlEhR/
|
49 |
|
50 |
# Generate hidden states
|
51 |
outputs = model(input_ids=inputs, attention_mask=attention_mask)
|
|
|
45 |
inputs = torch.tensor([tokenized_output], dtype=torch.long)
|
46 |
|
47 |
# Load the pre-trained BigBird model
|
48 |
+
model = AutoModel.from_pretrained("MsAlEhR/MetaBerta-400-fragments-18k-genome", output_hidden_states=True)
|
49 |
|
50 |
# Generate hidden states
|
51 |
outputs = model(input_ids=inputs, attention_mask=attention_mask)
|