Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,9 @@ as is done by my software [Mappa Mundi](https://github.com/rrtucci/mappa_mundi).
|
|
26 |
|
27 |
SentenceAx (Sax) is a complete rewrite, from stem to stern, of O6.
|
28 |
|
29 |
-
SentenceAx is a fine-tuning of BERT.
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
26 |
|
27 |
SentenceAx (Sax) is a complete rewrite, from stem to stern, of O6.
|
28 |
|
29 |
+
SentenceAx is a fine-tuning of BERT written in PyTorch and Lightning.
|
30 |
|
31 |
+
This repo contains various large data files (input data, weights, logs)
|
32 |
+
necessary for training or generated by training Sax.
|
33 |
+
The Python source code for Sax can be found at
|
34 |
+
[its GitHub repo](https://github.com/rrtucci/SentenceAx).
|