futureHQ commited on
Commit
eaade94
·
verified ·
1 Parent(s): 7525b3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -1,16 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- base_model:
6
- - microsoft/phi-4
7
- pipeline_tag: text-generation
8
- library_name: transformers
9
- tags:
10
- - Bifröst
11
- - Bifrost
12
- - code
13
- ---
 
 
 
 
 
 
 
14
 
15
  ## Bifröst
16
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - microsoft/phi-4
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ tags:
10
+ - Bifröst
11
+ - Bifrost
12
+ - code
13
+ inference:
14
+ parameters:
15
+ temperature: 0
16
+ widget:
17
+ - messages:
18
+ - role: user
19
+ content: Generate secure production code for [task] in python with proper input validation, current cryptographic standards, least privilege principles, comprehensive error handling, secure logging, and defense-in-depth. Include security-focused comments and explain critical security decisions. Follow OWASP/NIST standards.
20
+ ---
21
 
22
  ## Bifröst
23