charlesviegas commited on
Commit
d4579c7
·
1 Parent(s): 29c1d9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -147,3 +147,20 @@ The following hyperparameters were used during training:
147
  - Pytorch 1.10.1+cu113
148
  - Datasets 1.17.0
149
  - Tokenizers 0.10.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  - Pytorch 1.10.1+cu113
148
  - Datasets 1.17.0
149
  - Tokenizers 0.10.3
150
+
151
+ ## Citing & Authors
152
+
153
+ If you use our work, please cite:
154
+
155
+ ```
156
+ @incollection{Viegas_2023,
157
+ doi = {10.1007/978-3-031-36805-9_24},
158
+ url = {https://doi.org/10.1007%2F978-3-031-36805-9_24},
159
+ year = 2023,
160
+ publisher = {Springer Nature Switzerland},
161
+ pages = {349--365},
162
+ author = {Charles F. O. Viegas and Bruno C. Costa and Renato P. Ishii},
163
+ title = {{JurisBERT}: A New Approach that~Converts a~Classification Corpus into~an~{STS} One},
164
+ booktitle = {Computational Science and Its Applications {\textendash} {ICCSA} 2023}
165
+ }
166
+ ```