Update README.md
Browse files
README.md
CHANGED
@@ -60,6 +60,14 @@ tokenized_input= tokenizer(input)
|
|
60 |
output = model(tokenized_input)
|
61 |
```
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
BibTeX Entry and Citation Info
|
65 |
===============
|
|
|
60 |
output = model(tokenized_input)
|
61 |
```
|
62 |
|
63 |
+
## Results on Dowstream datasets
|
64 |
+
EDGAR-T5-Large was finetuned on some downstream datasets to get better results than T5 large. BloombergGPT 50B was used as baseline.
|
65 |
+
|
66 |
+
| Dataset | Bloomberg GPT 50B | T5 Large | Edgar T5 Large |
|
67 |
+
|----------|-------------------|----------|----------------|
|
68 |
+
| FiQA SA | 75.07 | 74.89 | 80.42 |
|
69 |
+
| FPB | 51.07 | 55.77 | 79.69 |
|
70 |
+
| Headline | 82.20 | 90.55 | 93.55 |
|
71 |
|
72 |
BibTeX Entry and Citation Info
|
73 |
===============
|