piero2c commited on
Commit
c9ce451
·
verified ·
1 Parent(s): c61ee78

Change tags

Browse files

- Sets library to `transformers`
- Adds new tags: `chat`, `conversational`

Files changed (1) hide show
  1. README.md +23 -20
README.md CHANGED
@@ -1,22 +1,25 @@
1
- ---
2
- license: other
3
- license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
4
- language:
5
- - en
6
- pipeline_tag: text-generation
7
- tags:
8
- - phi
9
- - nlp
10
- - math
11
- - code
12
- inference:
13
- parameters:
14
- temperature: 0
15
- widget:
16
- - messages:
17
- - role: user
18
- content: How should I explain the Internet?
19
- ---
 
 
 
20
 
21
  # Phi-4 Model Card
22
 
@@ -175,4 +178,4 @@ Developers should apply responsible AI best practices and are responsible for en
175
 
176
  * **Generation of Harmful Content:** Developers should assess outputs for their context and use available safety classifiers or custom solutions appropriate for their use case.
177
 
178
- * **Misuse:** Other forms of misuse such as fraud, spam, or malware production may be possible, and developers should ensure that their applications do not violate applicable laws and regulations.
 
1
+ ---
2
+ license: other
3
+ license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
4
+ language:
5
+ - en
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - phi
9
+ - nlp
10
+ - math
11
+ - code
12
+ - chat
13
+ - conversational
14
+ inference:
15
+ parameters:
16
+ temperature: 0
17
+ widget:
18
+ - messages:
19
+ - role: user
20
+ content: How should I explain the Internet?
21
+ library_name: transformers
22
+ ---
23
 
24
  # Phi-4 Model Card
25
 
 
178
 
179
  * **Generation of Harmful Content:** Developers should assess outputs for their context and use available safety classifiers or custom solutions appropriate for their use case.
180
 
181
+ * **Misuse:** Other forms of misuse such as fraud, spam, or malware production may be possible, and developers should ensure that their applications do not violate applicable laws and regulations.