cartesinus commited on
Commit
24ea82e
1 Parent(s): 6e19d2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -152,4 +152,17 @@ The following hyperparameters were used during training:
152
  - Transformers 4.26.1
153
  - Pytorch 1.13.1+cu116
154
  - Datasets 2.10.1
155
- - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  - Transformers 4.26.1
153
  - Pytorch 1.13.1+cu116
154
  - Datasets 2.10.1
155
+ - Tokenizers 0.13.2
156
+
157
+ ## Citation
158
+
159
+ If you use this model, please cite the following:
160
+ ```
161
+ @article{Sowanski2023SlotLI,
162
+ title={Slot Lost in Translation? Not Anymore: A Machine Translation Model for Virtual Assistants with Type-Independent Slot Transfer},
163
+ author={Marcin Sowanski and Artur Janicki},
164
+ journal={2023 30th International Conference on Systems, Signals and Image Processing (IWSSIP)},
165
+ year={2023},
166
+ pages={1-5}
167
+ }
168
+ ```