cartesinus commited on
Commit
58fd02c
1 Parent(s): fe63201

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -111,4 +111,17 @@ The following hyperparameters were used during training:
111
  - Transformers 4.28.1
112
  - Pytorch 2.0.0+cu118
113
  - Datasets 2.11.0
114
- - Tokenizers 0.13.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  - Transformers 4.28.1
112
  - Pytorch 2.0.0+cu118
113
  - Datasets 2.11.0
114
+ - Tokenizers 0.13.3
115
+
116
+ ## Citation
117
+
118
+ If you use this model, please cite the following:
119
+ ```
120
+ @article{Sowanski2023SlotLI,
121
+ title={Slot Lost in Translation? Not Anymore: A Machine Translation Model for Virtual Assistants with Type-Independent Slot Transfer},
122
+ author={Marcin Sowanski and Artur Janicki},
123
+ journal={2023 30th International Conference on Systems, Signals and Image Processing (IWSSIP)},
124
+ year={2023},
125
+ pages={1-5}
126
+ }
127
+ ```