cartesinus
commited on
Commit
•
7610311
1
Parent(s):
17f311d
Update README.md
Browse files
README.md
CHANGED
@@ -108,3 +108,16 @@ The following hyperparameters were used during training:
|
|
108 |
- Pytorch 2.0.0+cu118
|
109 |
- Datasets 2.11.0
|
110 |
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
- Pytorch 2.0.0+cu118
|
109 |
- Datasets 2.11.0
|
110 |
- Tokenizers 0.13.3
|
111 |
+
|
112 |
+
## Citation
|
113 |
+
|
114 |
+
If you use this model, please cite the following:
|
115 |
+
```
|
116 |
+
@article{Sowanski2023SlotLI,
|
117 |
+
title={Slot Lost in Translation? Not Anymore: A Machine Translation Model for Virtual Assistants with Type-Independent Slot Transfer},
|
118 |
+
author={Marcin Sowanski and Artur Janicki},
|
119 |
+
journal={2023 30th International Conference on Systems, Signals and Image Processing (IWSSIP)},
|
120 |
+
year={2023},
|
121 |
+
pages={1-5}
|
122 |
+
}
|
123 |
+
```
|