MsAlEhR commited on
Commit
364e71a
1 Parent(s): 47350f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/MetaBERTa-bigbird-gene", output_hidden_states=True)
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)