Update README.md

#2
by umarbutler - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,9 +28,9 @@ To ensure its accessibility to as wide an audience as possible, the model is iss
28
 
29
  Those interested in learning more about the model are encouraged to read Umar Butler's accompanying article, [How I built the first open LLM for Australian law](https://umarbutler.com/how-i-built-the-first-open-llm-for-australian-law/).
30
 
31
- A smaller, distilled version of the model, trained on the same dataset, may be found [here](https://huggingface.co/umarbutler/open-australian-legal-distilgpt2).
32
 
33
- A larger model trained on a greater number of Australian legal documents is available [here](https://huggingface.co/umarbutler/open-australian-legal-phi-1_5).
 
34
 
35
  ## Usage πŸ‘©β€πŸ’»
36
  The code snippet below demonstrates just one of the many ways in which the model may be accessed:
 
28
 
29
  Those interested in learning more about the model are encouraged to read Umar Butler's accompanying article, [How I built the first open LLM for Australian law](https://umarbutler.com/how-i-built-the-first-open-llm-for-australian-law/).
30
 
 
31
 
32
+
33
+ A smaller, distilled version of the model trained on the same dataset may be found [here](https://huggingface.co/umarbutler/open-australian-legal-distilgpt2), and a larger model trained on a greater number of Australian legal documents is available [here](https://huggingface.co/umarbutler/open-australian-legal-phi-1_5).
34
 
35
  ## Usage πŸ‘©β€πŸ’»
36
  The code snippet below demonstrates just one of the many ways in which the model may be accessed: