umarbutler commited on
Commit
448dc46
β€’
1 Parent(s): 02ae9fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -28,6 +28,8 @@ 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
  ## Usage πŸ‘©β€πŸ’»
32
  The code snippet below demonstrates just one of the many ways in which the model may be accessed:
33
  ```python
 
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 may be found [here](https://huggingface.co/umarbutler/open-australian-legal-distilgpt2).
32
+
33
  ## Usage πŸ‘©β€πŸ’»
34
  The code snippet below demonstrates just one of the many ways in which the model may be accessed:
35
  ```python