d1mitriz commited on
Commit
3574082
1 Parent(s): c0ca63f

added proper citation to readme

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -81,3 +81,26 @@ The following hyperparameters were used during training:
81
  - Pytorch 2.0.0+cu118
82
  - Datasets 2.11.0
83
  - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  - Pytorch 2.0.0+cu118
82
  - Datasets 2.11.0
83
  - Tokenizers 0.13.2
84
+
85
+ ## Citing & Authors
86
+
87
+ The model has been officially released with the article "From Pre-training to Meta-Learning: A journey in Low-Resource-Language Representation Learning".
88
+ Dimitrios Zaikis and Ioannis Vlahavas.
89
+ In: IEEE Access.
90
+
91
+ If you use the model, please cite the following:
92
+
93
+ ```bibtex
94
+
95
+ @ARTICLE{10288436,
96
+ author = {Zaikis, Dimitrios and Vlahavas, Ioannis},
97
+ journal = {IEEE Access},
98
+ title = {From Pre-training to Meta-Learning: A journey in Low-Resource-Language Representation Learning},
99
+ year = {2023},
100
+ volume = {},
101
+ number = {},
102
+ pages = {1-1},
103
+ doi = {10.1109/ACCESS.2023.3326337}
104
+ }
105
+
106
+ ```