Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,25 @@ base_model:
|
|
8 |
- mistralai/Mistral-7B-Instruct-v0.2
|
9 |
|
10 |
extra_gated_fields:
|
11 |
-
|
12 |
-
Country: country
|
13 |
-
Specific date: date_picker
|
14 |
-
I want to use this model for:
|
15 |
type: select
|
16 |
-
options:
|
17 |
-
-
|
18 |
-
-
|
|
|
|
|
19 |
- label: Other
|
20 |
value: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
I agree to use this model for non-commercial use ONLY: checkbox
|
22 |
---
|
23 |
|
|
|
8 |
- mistralai/Mistral-7B-Instruct-v0.2
|
9 |
|
10 |
extra_gated_fields:
|
11 |
+
Organization type:
|
|
|
|
|
|
|
12 |
type: select
|
13 |
+
options:
|
14 |
+
- Industry
|
15 |
+
- Academia
|
16 |
+
- Government
|
17 |
+
- Non-Profit
|
18 |
- label: Other
|
19 |
value: other
|
20 |
+
Role type:
|
21 |
+
type: select
|
22 |
+
options:
|
23 |
+
- Researcher
|
24 |
+
- Engineer
|
25 |
+
- Student
|
26 |
+
- Hobbyist
|
27 |
+
- label: Other
|
28 |
+
value: other
|
29 |
+
Country: country
|
30 |
I agree to use this model for non-commercial use ONLY: checkbox
|
31 |
---
|
32 |
|