Improve language tag
Browse filesHi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
README.md
CHANGED
@@ -1,57 +1,67 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
- **
|
48 |
-
- **
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
-
|
53 |
-
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
- Enterprises should implement responsible AI practices to mitigate biases or unintended consequences.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zho
|
5 |
+
- eng
|
6 |
+
- fra
|
7 |
+
- spa
|
8 |
+
- por
|
9 |
+
- deu
|
10 |
+
- ita
|
11 |
+
- rus
|
12 |
+
- jpn
|
13 |
+
- kor
|
14 |
+
- vie
|
15 |
+
- tha
|
16 |
+
- ara
|
17 |
+
base_model:
|
18 |
+
- Qwen/Qwen2.5-32B
|
19 |
+
pipeline_tag: text-generation
|
20 |
+
library_name: transformers
|
21 |
+
tags:
|
22 |
+
- Bifröst
|
23 |
+
- Bifrost
|
24 |
+
- code
|
25 |
+
- reasoning
|
26 |
+
inference:
|
27 |
+
parameters:
|
28 |
+
temperature: 0
|
29 |
+
widget:
|
30 |
+
- messages:
|
31 |
+
- role: user
|
32 |
+
content: Generate secure production code for [task] in python with proper input
|
33 |
+
validation, current cryptographic standards, least privilege principles, comprehensive
|
34 |
+
error handling, secure logging, and defense-in-depth. Include security-focused
|
35 |
+
comments and explain critical security decisions. Follow OWASP/NIST standards.
|
36 |
+
---
|
37 |
+
|
38 |
+
## Bifröst-R1-32B (Reasoning)
|
39 |
+
|
40 |
+

|
41 |
+
|
42 |
+
Bifröst-R1-32B (Reasoning) is an advanced AI model built upon qwen2 architecture, specifically fine-tuned for secure and efficient enterprise-grade code generation with reasoning. Designed to meet rigorous standards of safety, accuracy, and reliability, Bifröst empowers organizations to streamline software development workflows while prioritizing security and compliance.
|
43 |
+
|
44 |
+
### Model Details
|
45 |
+
- **Model Name:** Bifröst-R1-32B
|
46 |
+
- **Base Architecture:** qwen2
|
47 |
+
- **Application:** Enterprise Secure Code Generation
|
48 |
+
- **Release Date:** 08-March-2025
|
49 |
+
|
50 |
+
### Intended Use
|
51 |
+
Bifröst is designed explicitly for:
|
52 |
+
- Generating secure, efficient, and high-quality code.
|
53 |
+
- Supporting development tasks within regulated enterprise environments.
|
54 |
+
- Enhancing productivity by automating routine coding tasks without compromising security.
|
55 |
+
|
56 |
+
### Features
|
57 |
+
- **Security-Focused Training:** Specialized training regimen emphasizing secure coding practices, vulnerability reduction, and adherence to security standards.
|
58 |
+
- **Enterprise-Optimized Performance:** Tailored to support various programming languages and enterprise frameworks with robust, context-aware suggestions.
|
59 |
+
- **Compliance-Driven Design:** Incorporates features to aid in maintaining compliance with industry-specific standards (e.g., GDPR, HIPAA, SOC 2).
|
60 |
+
|
61 |
+
### Limitations
|
62 |
+
- Bifröst should be used under human supervision to ensure code correctness and security compliance.
|
63 |
+
- Model-generated code should undergo appropriate security and quality assurance checks before deployment.
|
64 |
+
|
65 |
+
### Ethical Considerations
|
66 |
+
- Users are encouraged to perform regular audits and compliance checks on generated outputs.
|
67 |
- Enterprises should implement responsible AI practices to mitigate biases or unintended consequences.
|