Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,23 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/Faradaylab/ARIA-70B-V2
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- fr
|
6 |
- en
|
7 |
license: llama2
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
model_name: ARIA 70B V2
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: '[INST] <<SYS>>
|
@@ -24,17 +35,6 @@ prompt_template: '[INST] <<SYS>>
|
|
24 |
|
25 |
'
|
26 |
quantized_by: TheBloke
|
27 |
-
tags:
|
28 |
-
- code
|
29 |
-
- text-generation-inference
|
30 |
-
- 'Meta '
|
31 |
-
- llama
|
32 |
-
- facebook
|
33 |
-
- pytorch
|
34 |
-
- openassistant
|
35 |
-
- data
|
36 |
-
- education
|
37 |
-
- languages
|
38 |
---
|
39 |
|
40 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- fr
|
4 |
- en
|
5 |
license: llama2
|
6 |
+
tags:
|
7 |
+
- code
|
8 |
+
- text-generation-inference
|
9 |
+
- 'Meta '
|
10 |
+
- llama
|
11 |
+
- facebook
|
12 |
+
- pytorch
|
13 |
+
- openassistant
|
14 |
+
- data
|
15 |
+
- education
|
16 |
+
- languages
|
17 |
model_name: ARIA 70B V2
|
18 |
+
base_model: Faradaylab/ARIA-70B-V2
|
19 |
+
inference: false
|
20 |
+
model_creator: Faradaylab
|
21 |
model_type: llama
|
22 |
pipeline_tag: text-generation
|
23 |
prompt_template: '[INST] <<SYS>>
|
|
|
35 |
|
36 |
'
|
37 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
|
40 |
<!-- header start -->
|