cartesinus commited on
Commit
b10b750
1 Parent(s): 2a12b50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -80,3 +80,16 @@ The following hyperparameters were used during training:
80
  - Pytorch 2.0.1+cu118
81
  - Datasets 2.12.0
82
  - Tokenizers 0.13.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  - Pytorch 2.0.1+cu118
81
  - Datasets 2.12.0
82
  - Tokenizers 0.13.3
83
+
84
+ ## Citation
85
+
86
+ If you use this model, please cite the following:
87
+ ```
88
+ @article{Sowanski2023SlotLI,
89
+ title={Slot Lost in Translation? Not Anymore: A Machine Translation Model for Virtual Assistants with Type-Independent Slot Transfer},
90
+ author={Marcin Sowanski and Artur Janicki},
91
+ journal={2023 30th International Conference on Systems, Signals and Image Processing (IWSSIP)},
92
+ year={2023},
93
+ pages={1-5}
94
+ }
95
+ ```