wt002 commited on
Commit
b1f6104
·
verified ·
1 Parent(s): 358f8ca

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -322,7 +322,7 @@ for task in tasks:
322
 
323
 
324
 
325
- class BERTEmbeddings(Embedding):
326
  def __init__(self, model_name='bert-base-uncased'):
327
  # Load the pre-trained BERT model and tokenizer
328
  self.tokenizer = BertTokenizer.from_pretrained(model_name)
 
322
 
323
 
324
 
325
+ class BERTEmbeddings(Embeddings):
326
  def __init__(self, model_name='bert-base-uncased'):
327
  # Load the pre-trained BERT model and tokenizer
328
  self.tokenizer = BertTokenizer.from_pretrained(model_name)