umarbutler
commited on
Commit
β’
22ed005
1
Parent(s):
eb7efa7
Update README.md (#2)
Browse files- Update README.md (7ee1c4b010f04551f332a4ed957237e6ed5a9b5f)
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 |
-
|
|
|
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:
|