Saibo-creator
commited on
Commit
·
32092db
1
Parent(s):
b18fa4c
Update README.md
Browse files
README.md
CHANGED
@@ -118,23 +118,6 @@ Hyperparameters:
|
|
118 |
|
119 |
|
120 |
|
121 |
-
| model | Precision | Recall | F1 | R@10 | P@10 | RP@10 | NDCG@10 |
|
122 |
-
| --------------- | --------- | ------ | ----- | ----- | ----- | ----- | ------- |
|
123 |
-
| LegalBert | **0.866** | 0.439 | 0.582 | 0.749 | 0.368 | 0.749 | 0.753 |
|
124 |
-
| LegalRoberta | 0.859 | **0.457** | **0.596** | **0.750** | **0.369** |**0.750** | **0.754** |
|
125 |
-
| Roberta | 0.858 | 0.440 | 0.582 | 0.743 | 0.365 | 0.743 | 0.746 |
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
tranining time per epoch(including validation ):
|
130 |
-
|
131 |
-
| model(exp_name) | time |
|
132 |
-
| --------------- | --- |
|
133 |
-
| Bert | 1h40min |
|
134 |
-
| Roberta | 2h20min |
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
|
139 |
## Limitations:
|
140 |
In the Masked Language Model showroom, the tokens have the prefix **Ġ**. This seems to be wired but I haven't yet been able to fix it.
|
|
|
118 |
|
119 |
|
120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
## Limitations:
|
123 |
In the Masked Language Model showroom, the tokens have the prefix **Ġ**. This seems to be wired but I haven't yet been able to fix it.
|