kiddothe2b
commited on
Commit
•
a45820e
1
Parent(s):
be3dd7c
Update README.md
Browse files
README.md
CHANGED
@@ -88,3 +88,26 @@ The following hyperparameters were used during training:
|
|
88 |
- Pytorch 1.12.0+cu102
|
89 |
- Datasets 2.6.1
|
90 |
- Tokenizers 0.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
- Pytorch 1.12.0+cu102
|
89 |
- Datasets 2.6.1
|
90 |
- Tokenizers 0.12.0
|
91 |
+
|
92 |
+
|
93 |
+
### Citation
|
94 |
+
|
95 |
+
[*Ilias Chalkidis\*, Nicolas Garneau\*, Catalina E.C. Goanta, Daniel Martin Katz, and Anders Søgaard.*
|
96 |
+
*LeXFiles and LegalLAMA: Facilitating English Multinational Legal Language Model Development.*
|
97 |
+
*2022. In the Proceedings of the 61th Annual Meeting of the Association for Computational Linguistics. Toronto, Canada.*](https://arxiv.org/abs/2305.07507)
|
98 |
+
```
|
99 |
+
@inproceedings{chalkidis-garneau-etal-2023-lexlms,
|
100 |
+
title = {{LeXFiles and LegalLAMA: Facilitating English Multinational Legal Language Model Development}},
|
101 |
+
author = "Chalkidis*, Ilias and
|
102 |
+
Garneau*, Nicolas and
|
103 |
+
Goanta, Catalina and
|
104 |
+
Katz, Daniel Martin and
|
105 |
+
Søgaard, Anders",
|
106 |
+
booktitle = "Proceedings of the 61h Annual Meeting of the Association for Computational Linguistics",
|
107 |
+
month = june,
|
108 |
+
year = "2023",
|
109 |
+
address = "Toronto, Canada",
|
110 |
+
publisher = "Association for Computational Linguistics",
|
111 |
+
url = "https://arxiv.org/abs/2305.07507",
|
112 |
+
}
|
113 |
+
```
|