lbourdois commited on
Commit
a45f3e1
·
verified ·
1 Parent(s): 0d223fa

Improve language tag

Browse files

Hi! 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.

Files changed (1) hide show
  1. README.md +66 -56
README.md CHANGED
@@ -1,57 +1,67 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- base_model:
6
- - Qwen/Qwen2.5-32B
7
- pipeline_tag: text-generation
8
- library_name: transformers
9
- tags:
10
- - Bifröst
11
- - Bifrost
12
- - code
13
- - reasoning
14
- inference:
15
- parameters:
16
- temperature: 0
17
- widget:
18
- - messages:
19
- - role: user
20
- content: >-
21
- Generate secure production code for [task] in python with proper input
22
- validation, current cryptographic standards, least privilege principles,
23
- comprehensive error handling, secure logging, and defense-in-depth.
24
- Include security-focused comments and explain critical security decisions.
25
- Follow OWASP/NIST standards.
26
- ---
27
-
28
- ## Bifröst-R1-32B (Reasoning)
29
-
30
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64a834a8895fd6416e29576f/sAXfe0cQdULI_GEVxBstw.png)
31
-
32
- 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.
33
-
34
- ### Model Details
35
- - **Model Name:** Bifröst-R1-32B
36
- - **Base Architecture:** qwen2
37
- - **Application:** Enterprise Secure Code Generation
38
- - **Release Date:** 08-March-2025
39
-
40
- ### Intended Use
41
- Bifröst is designed explicitly for:
42
- - Generating secure, efficient, and high-quality code.
43
- - Supporting development tasks within regulated enterprise environments.
44
- - Enhancing productivity by automating routine coding tasks without compromising security.
45
-
46
- ### Features
47
- - **Security-Focused Training:** Specialized training regimen emphasizing secure coding practices, vulnerability reduction, and adherence to security standards.
48
- - **Enterprise-Optimized Performance:** Tailored to support various programming languages and enterprise frameworks with robust, context-aware suggestions.
49
- - **Compliance-Driven Design:** Incorporates features to aid in maintaining compliance with industry-specific standards (e.g., GDPR, HIPAA, SOC 2).
50
-
51
- ### Limitations
52
- - Bifröst should be used under human supervision to ensure code correctness and security compliance.
53
- - Model-generated code should undergo appropriate security and quality assurance checks before deployment.
54
-
55
- ### Ethical Considerations
56
- - Users are encouraged to perform regular audits and compliance checks on generated outputs.
 
 
 
 
 
 
 
 
 
 
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64a834a8895fd6416e29576f/sAXfe0cQdULI_GEVxBstw.png)
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.