Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -38,7 +39,13 @@ language:
|
|
38 |
- tl
|
39 |
- nl
|
40 |
library_name: transformers
|
41 |
-
extra_gated_prompt:
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
extra_gated_fields:
|
43 |
Name: text
|
44 |
Organization: text
|
@@ -46,13 +53,13 @@ extra_gated_fields:
|
|
46 |
Date of Birth: date_picker
|
47 |
Intended Use:
|
48 |
type: select
|
49 |
-
options:
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
I agree to use this model in accordance with all applicable laws and ethical guidelines: checkbox
|
57 |
I agree to use this model under the MIT licence: checkbox
|
58 |
---
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
- transformers
|
|
|
39 |
- tl
|
40 |
- nl
|
41 |
library_name: transformers
|
42 |
+
extra_gated_prompt: >-
|
43 |
+
By accessing this model, you agree to comply with ethical usage guidelines and
|
44 |
+
accept full responsibility for its applications. You will not use this model
|
45 |
+
for harmful, malicious, or illegal activities, and you understand that the
|
46 |
+
model's use is subject to ongoing monitoring for misuse. This model is
|
47 |
+
provided 'AS IS' and agreeing to this means that you are responsible for all
|
48 |
+
the outputs generated by you
|
49 |
extra_gated_fields:
|
50 |
Name: text
|
51 |
Organization: text
|
|
|
53 |
Date of Birth: date_picker
|
54 |
Intended Use:
|
55 |
type: select
|
56 |
+
options:
|
57 |
+
- Research
|
58 |
+
- Education
|
59 |
+
- Personal Development
|
60 |
+
- Commercial Use
|
61 |
+
- label: Other
|
62 |
+
value: other
|
63 |
I agree to use this model in accordance with all applicable laws and ethical guidelines: checkbox
|
64 |
I agree to use this model under the MIT licence: checkbox
|
65 |
---
|