umarbutler
commited on
Commit
β’
448dc46
1
Parent(s):
02ae9fa
Update README.md
Browse files
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
|