nandhaece07 commited on
Commit
ce40180
1 Parent(s): 8b11ebc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
 
 
 
 
9
 
10
 
11
 
@@ -13,7 +21,7 @@ tags: []
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - automatise
5
+ - legal
6
+ - cicero
7
+ license: apache-2.0
8
  ---
9
 
10
  # Model Card for Model ID
11
 
12
+ A privately deployed AI legal assistant, fine-tuned on Australian Law.
13
+
14
+ Powered by Meta’s Llama 3 framework, Cicero has been fine-tuned on thousands of Australian legal texts, laws and cases, and comes equipped with the foundational knowledge of a graduate Australian lawyer.
15
+
16
+ Unlike some alternatives, Cicero is built specifically with the privacy of enterprise law firms in mind, opening up use cases with the highest return on investment by ensuring a compliant means of communicating with your data.
17
 
18
 
19
 
 
21
 
22
  ### Model Description
23
 
24
+ Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
25
 
26
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
27