Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,22 @@
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
language:
|
4 |
- 'no'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
Gnerative Pretrained Tranformer with 3 Billion parameters for Norwegian. The model is continue trained using NorGPT-3B model on a selective documents from the pretraining dataset, which includes news articles, parlamentary speech, books and govermental reports.
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
language:
|
4 |
- 'no'
|
5 |
+
extra_gated_prompt: "You agree to not use the model to conduct experiments that cause harm to human subjects."
|
6 |
+
extra_gated_fields:
|
7 |
+
Company: text
|
8 |
+
Country: country
|
9 |
+
Specific date: date_picker
|
10 |
+
I want to use this model for:
|
11 |
+
type: select
|
12 |
+
options:
|
13 |
+
- Research
|
14 |
+
- Education
|
15 |
+
- label: Other
|
16 |
+
value: other
|
17 |
+
I agree to use this model for non-commercial use ONLY: checkbox
|
18 |
+
extra_gated_heading: "Acknowledge license to accept the repository"
|
19 |
+
extra_gated_description: "Our team may take 2-3 days to process your request"
|
20 |
+
extra_gated_button_content: "Acknowledge license"
|
21 |
---
|
22 |
|
23 |
Gnerative Pretrained Tranformer with 3 Billion parameters for Norwegian. The model is continue trained using NorGPT-3B model on a selective documents from the pretraining dataset, which includes news articles, parlamentary speech, books and govermental reports.
|