Commit
·
dbe357e
1
Parent(s):
b2a2f9a
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ And then used Loughran-McDonald sentiment lexicon and Use FinancialPhraseBank [M
|
|
35 |
|
36 |
## Results
|
37 |
|
38 |
-
Best Result of `Micro F1` -
|
39 |
|
40 |
## Usage
|
41 |
```python
|
@@ -47,8 +47,8 @@ model = AutoModelForSequenceClassification.from_pretrained("NLPScholars/Roberta-
|
|
47 |
|
48 |
# Contributors
|
49 |
|
50 |
-
*Sumit Ranjan- sumit.ranjan819@gmail.com
|
51 |
|
52 |
-
*Aanchal Varma- aanchalvarma511@gmail.com
|
53 |
|
54 |
-
*Akshul Mittal- akshull.mittal@gmail.com
|
|
|
35 |
|
36 |
## Results
|
37 |
|
38 |
+
Best Result of `Micro F1` - 82.8%
|
39 |
|
40 |
## Usage
|
41 |
```python
|
|
|
47 |
|
48 |
# Contributors
|
49 |
|
50 |
+
* Sumit Ranjan- sumit.ranjan819@gmail.com,
|
51 |
|
52 |
+
* Aanchal Varma- aanchalvarma511@gmail.com,
|
53 |
|
54 |
+
* Akshul Mittal- akshull.mittal@gmail.com
|