d1mitriz commited on
Commit
cc6af26
1 Parent(s): 4f4f462

Updated README

Browse files
Files changed (1) hide show
  1. README.md +32 -9
README.md CHANGED
@@ -5,27 +5,25 @@ metrics:
5
  - accuracy
6
  model-index:
7
  - name: greek-media-bert-base-uncased
 
8
  ---
9
 
10
 
11
  # Greek Media BERT
12
 
13
- This model is a domain-adapted version of [nlpaueb/bert-base-greek-uncased-v1](https://huggingface.co/nlpaueb/bert-base-greek-uncased-v1) on Greek media centric dataset.
14
- It achieves the following results on the evaluation set:
15
- - Loss: 1.1287
16
- - Accuracy: 0.7616
17
 
18
  ## Model description
19
 
20
- More information needed
21
 
22
  ## Intended uses & limitations
23
 
24
- More information needed
25
 
26
  ## Training and evaluation data
27
 
28
- More information needed
29
 
30
  ## Training procedure
31
 
@@ -41,8 +39,7 @@ The following hyperparameters were used during training:
41
  - num_epochs: 3.0
42
 
43
  ### Training results
44
-
45
-
46
 
47
  ### Framework versions
48
 
@@ -51,3 +48,29 @@ The following hyperparameters were used during training:
51
  - Tensorflow 2.11.0
52
  - Datasets 2.3.2
53
  - Tokenizers 0.12.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - accuracy
6
  model-index:
7
  - name: greek-media-bert-base-uncased
8
+ - results: []
9
  ---
10
 
11
 
12
  # Greek Media BERT
13
 
14
+ This model is a domain-adapted version of [nlpaueb/bert-base-greek-uncased-v1](https://huggingface.co/nlpaueb/bert-base-greek-uncased-v1) on Greek media centric data.
 
 
 
15
 
16
  ## Model description
17
 
18
+ Details will be updated soon.
19
 
20
  ## Intended uses & limitations
21
 
22
+ Details will be updated soon.
23
 
24
  ## Training and evaluation data
25
 
26
+ Details will be updated soon.
27
 
28
  ## Training procedure
29
 
 
39
  - num_epochs: 3.0
40
 
41
  ### Training results
42
+ Details will be updated soon.
 
43
 
44
  ### Framework versions
45
 
 
48
  - Tensorflow 2.11.0
49
  - Datasets 2.3.2
50
  - Tokenizers 0.12.1
51
+
52
+ ### Citation
53
+
54
+ The model has been officially released with the article "PIMA: Parameter-shared Intelligent Media Analytics Framework for Low Resource Language.
55
+ Dimitrios Zaikis, Nikolaos Stylianou and Ioannis Vlahavas.
56
+ In the Special Issue: New Techniques of Machine Learning and Deep Learning in Text Classification, Applied Sciences Journal.
57
+ 2023" (https://www.mdpi.com/).
58
+
59
+ _Article has been accepted for publication. Details will be updated soon._
60
+
61
+ If you use the model, please cite the following:
62
+
63
+ ```bibtex
64
+ @Article{greek-media-bert-base-uncased,
65
+ AUTHOR = {Zaikis, Dimitrios and Stylianou, Nikolaos and Vlahavas, Ioannis},
66
+ TITLE = {PIMA: Parameter-shared Intelligent Media Analytics Framework for Low Resource Language},
67
+ JOURNAL = {Applied Sciences},
68
+ VOLUME = {},
69
+ YEAR = {2023},
70
+ NUMBER = {},
71
+ ARTICLE-NUMBER = {},
72
+ URL = {https://www.mdpi.com/},
73
+ ISSN = {},
74
+ DOI = {}
75
+ }
76
+ ```