ChienChung commited on
Commit
8360ca2
·
verified ·
1 Parent(s): 3b92a03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def predict_sentiment(text):
32
  return label_names[pred_label]
33
 
34
  demo_description = """
35
- **This Space showcases a LoRA-fine-tuned LLaMA model for 3-class financial sentiment classification (negative/neutral/positive). Simply input a headline or short text related to finance, and the model will predict its sentiment**.
36
 
37
  **How to Use**:
38
  1. Enter text: Type or paste a financial news headline (or any short text) into the text box.
 
32
  return label_names[pred_label]
33
 
34
  demo_description = """
35
+ **This Space uses the FinBERT model for 3-class financial sentiment classification (positive, negative, neutral).**Simply input a financial news headline or sentence to see its sentiment classification.
36
 
37
  **How to Use**:
38
  1. Enter text: Type or paste a financial news headline (or any short text) into the text box.