EllyOkumuAzubi commited on
Commit
7541dae
1 Parent(s): 8bd8000

second commit message

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -9,5 +9,5 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
-
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  license: mit
11
  ---
12
+ # Newbies
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import AutoTokenizer, AutoConfig
6
  import numpy as np
7
  from scipy.special import softmax
8
 
9
-
10
  # setting up the requiremnts
11
 
12
  model_path = f"mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis"
 
6
  import numpy as np
7
  from scipy.special import softmax
8
 
9
+ #.
10
  # setting up the requiremnts
11
 
12
  model_path = f"mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis"