Spaces:
Running
on
L4
Running
on
L4
liamcripwell
commited on
Commit
•
6e36201
1
Parent(s):
5b2681b
edit example
Browse files- examples.py +2 -14
examples.py
CHANGED
@@ -5,23 +5,11 @@ examples = [
|
|
5 |
"Name": "",
|
6 |
"Number of parameters": "",
|
7 |
"Number of token": "",
|
8 |
-
"Architecture": []
|
9 |
},
|
10 |
"Usage": {
|
11 |
-
"Use case": []
|
12 |
-
"Licence": ""
|
13 |
}
|
14 |
-
}""","""We introduce
|
15 |
-
superior performance and efficiency. Mistral 7B outperforms the best open 13B
|
16 |
-
model (Llama 2) across all evaluated benchmarks, and the best released 34B
|
17 |
-
model (Llama 1) in reasoning, mathematics, and code generation. Our model
|
18 |
-
leverages grouped-query attention (GQA) for faster inference, coupled with sliding
|
19 |
-
window attention (SWA) to effectively handle sequences of arbitrary length with a
|
20 |
-
reduced inference cost. We also provide a model fine-tuned to follow instructions,
|
21 |
-
Mistral 7B – Instruct, that surpasses Llama 2 13B – chat model both on human and
|
22 |
-
automated benchmarks. Our models are released under the Apache 2.0 license.
|
23 |
-
Code: https://github.com/mistralai/mistral-src
|
24 |
-
Webpage: https://mistral.ai/news/announcing-mistral-7b/""", True],
|
25 |
["""{
|
26 |
"Doctor_Patient_Discussion": {
|
27 |
"Initial_Observation": {
|
|
|
5 |
"Name": "",
|
6 |
"Number of parameters": "",
|
7 |
"Number of token": "",
|
|
|
8 |
},
|
9 |
"Usage": {
|
10 |
+
"Use case": []
|
|
|
11 |
}
|
12 |
+
}""","""We introduce NuExtract-v1.5 -- a fine-tuning of Phi-3.5-mini-instruct, which is a 3.8B parameter language model. It is trained on a private high-quality dataset for structured information extraction. It supports long documents (up to 128k token context) and several languages (English, French, Spanish, German, Portuguese, and Italian). To use the model, provide an input text and a JSON template describing the information you need to extract.""", True],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
["""{
|
14 |
"Doctor_Patient_Discussion": {
|
15 |
"Initial_Observation": {
|