rrtucci commited on
Commit
877e6e2
·
verified ·
1 Parent(s): 105937d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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
- For more information about Sax, please visit [its GitHub repo](https://github.com/rrtucci/SentenceAx).
 
 
 
 
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).