nickmuchi commited on
Commit
f77fcd1
·
1 Parent(s): 6a3d76f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -43,14 +43,14 @@ model-index:
43
 
44
  # distilroberta-finetuned-finclass
45
 
46
- This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the sentence_50Agree [financial-phrasebank + Kaggle Dataset](https://huggingface.co/datasets/nickmuchi/financial-classification). The Kaggle dataset includes Covid-19 sentiment data and can be found here: [sentiment-classification-selflabel-dataset](https://www.kaggle.com/percyzheng/sentiment-classification-selflabel-dataset).
47
  It achieves the following results on the evaluation set:
48
  - Loss: 0.4463
49
  - F1: 0.8835
50
 
51
  ## Model description
52
 
53
- Model determines the financial sentiment of given text. Given the unbalanced distribution of the class labels, the weights were adjusted to pay attention to the less sampled labels which should increase overall performance.
54
 
55
  ## Intended uses & limitations
56
 
@@ -58,8 +58,6 @@ More information needed
58
 
59
  ## Training and evaluation data
60
 
61
- More information needed
62
-
63
  ## Training procedure
64
 
65
  ### Training hyperparameters
 
43
 
44
  # distilroberta-finetuned-finclass
45
 
46
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the sentence_50Agree [financial-phrasebank + Kaggle Dataset](https://huggingface.co/datasets/nickmuchi/financial-classification), a dataset consisting of 4840 Financial News categorised by sentiment (negative, neutral, positive). The Kaggle dataset includes Covid-19 sentiment data and can be found here: [sentiment-classification-selflabel-dataset](https://www.kaggle.com/percyzheng/sentiment-classification-selflabel-dataset).
47
  It achieves the following results on the evaluation set:
48
  - Loss: 0.4463
49
  - F1: 0.8835
50
 
51
  ## Model description
52
 
53
+ Model determines the financial sentiment of given text. Given the unbalanced distribution of the class labels, the weights were adjusted to pay attention to the less sampled labels which should increase overall performance. The Covid dataset was added in order to enrich the model, given most models have not been trained on the impact of Covid-19 on earnings or markets.
54
 
55
  ## Intended uses & limitations
56
 
 
58
 
59
  ## Training and evaluation data
60
 
 
 
61
  ## Training procedure
62
 
63
  ### Training hyperparameters