Hanna Abi Akl
commited on
Commit
•
28c933d
1
Parent(s):
f797db5
Update Model Card
Browse files
README.md
CHANGED
@@ -1,4 +1,22 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
## Process
|
4 |
|
|
|
1 |
+
---
|
2 |
+
inference: true
|
3 |
+
pipeline_tag: text-classification
|
4 |
+
tags:
|
5 |
+
- feature-extraction
|
6 |
+
- text-classification
|
7 |
+
library: pytorch
|
8 |
+
---
|
9 |
+
|
10 |
+
<div style="clear: both;">
|
11 |
+
<div style="float: left; margin-right 1em;">
|
12 |
+
<h1><strong>FReE (Financial Relation Extraction)</strong></h1>
|
13 |
+
</div>
|
14 |
+
<div>
|
15 |
+
<h2><img src="https://pbs.twimg.com/profile_images/1333760924914753538/fQL4zLUw_400x400.png" alt="" width="25" height="25"></h2>
|
16 |
+
</div>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
We present FReR, a a [DistilBERT](https://huggingface.co/distilbert-base-uncased) base model fine-tuned on a custom financial dataset for financial relation type detection and classification.
|
20 |
|
21 |
## Process
|
22 |
|