MythSus commited on
Commit
c4dc5d6
·
verified ·
1 Parent(s): 0347a6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def qa_system(method, question):
38
  model_name = "RAG-based Model"
39
  confidence = 0.92
40
  else:
41
- model_name = GPT-finetuned
42
  # Input guradrails
43
  financial_keywords = [
44
  'revenue', 'profit', 'earnings', 'financial', 'income', 'balance',
 
38
  model_name = "RAG-based Model"
39
  confidence = 0.92
40
  else:
41
+ model_name = "GPT 2-finetuned"
42
  # Input guradrails
43
  financial_keywords = [
44
  'revenue', 'profit', 'earnings', 'financial', 'income', 'balance',