d1mitriz commited on
Commit
4305a2a
1 Parent(s): 6706d0f

added proper citation to readme

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -56,3 +56,33 @@ The following hyperparameters were used during training:
56
  - Pytorch 2.0.0+cu118
57
  - Datasets 2.11.0
58
  - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  - Pytorch 2.0.0+cu118
57
  - Datasets 2.11.0
58
  - Tokenizers 0.13.2
59
+
60
+ ## Citing & Authors
61
+
62
+ The model has been officially released with the article "From Pre-training to Meta-Learning: A journey in Low-Resource-Language Representation Learning".
63
+ Dimitrios Zaikis and Ioannis Vlahavas.
64
+ In: IEEE Access.
65
+
66
+ If you use the model, please cite the following:
67
+
68
+ ```bibtex
69
+
70
+ @ARTICLE{10288436,
71
+ author = {Zaikis, Dimitrios and Vlahavas, Ioannis},
72
+
73
+ journal = {IEEE Access},
74
+
75
+ title = {From Pre-training to Meta-Learning: A journey in Low-Resource-Language Representation Learning},
76
+
77
+ year = {2023},
78
+
79
+ volume = {},
80
+
81
+ number = {},
82
+
83
+ pages = {1-1},
84
+
85
+ doi = {10.1109/ACCESS.2023.3326337}
86
+ }
87
+
88
+ ```