BenasSabalys
commited on
Commit
•
c1ea2dc
1
Parent(s):
a249ae9
Update README.md
Browse files
README.md
CHANGED
@@ -11,36 +11,38 @@ probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# tmpq0jhm_jh
|
13 |
|
14 |
-
This model was trained from scratch on
|
15 |
It achieves the following results on the evaluation set:
|
16 |
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
-
|
29 |
|
30 |
## Training procedure
|
31 |
-
|
32 |
### Training hyperparameters
|
33 |
-
|
34 |
The following hyperparameters were used during training:
|
|
|
35 |
- optimizer: None
|
36 |
- training_precision: float32
|
37 |
|
38 |
### Training results
|
39 |
|
40 |
-
|
41 |
|
42 |
### Framework versions
|
43 |
|
44 |
-
- Transformers
|
45 |
- TensorFlow 2.4.1
|
46 |
- Tokenizers 0.12.1
|
|
|
|
11 |
|
12 |
# tmpq0jhm_jh
|
13 |
|
14 |
+
This model was trained from scratch on a wiki dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
This is a gpt2 model trained on 142 612 different Lithuanian Wikipedia articles
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
+
Will be updated
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
+
Will be updated
|
29 |
|
30 |
## Training procedure
|
31 |
+
Will be updated
|
32 |
### Training hyperparameters
|
33 |
+
Will be updated
|
34 |
The following hyperparameters were used during training:
|
35 |
+
|
36 |
- optimizer: None
|
37 |
- training_precision: float32
|
38 |
|
39 |
### Training results
|
40 |
|
41 |
+
Will be updated
|
42 |
|
43 |
### Framework versions
|
44 |
|
45 |
+
- Transformers 3.5.0
|
46 |
- TensorFlow 2.4.1
|
47 |
- Tokenizers 0.12.1
|
48 |
+
- Torch 1.4.0
|