Sandy0909 commited on
Commit
27573c4
·
1 Parent(s): 4ecb763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ class Config:
9
  MAX_LEN = 512
10
  TOKENIZER = BertTokenizer.from_pretrained(TOKENIZER_PATH)
11
 
12
- # FinancialBERT model class
13
  class FinancialBERT(torch.nn.Module):
14
  def __init__(self):
15
  super(FinancialBERT, self).__init__()
 
9
  MAX_LEN = 512
10
  TOKENIZER = BertTokenizer.from_pretrained(TOKENIZER_PATH)
11
 
 
12
  class FinancialBERT(torch.nn.Module):
13
  def __init__(self):
14
  super(FinancialBERT, self).__init__()