jartine commited on
Commit
7d1ea17
1 Parent(s): 77eeca6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -10,15 +10,14 @@ model_creator: Microsoft
10
  model_name: Phi 2
11
  model_type: phi-msft
12
  pipeline_tag: text-generation
13
- prompt_template: 'Instruct: {prompt}
14
-
15
  Output:
16
-
17
- '
18
  quantized_by: TheBloke
19
  tags:
20
  - nlp
21
  - code
 
22
  ---
23
  <!-- markdownlint-disable MD041 -->
24
 
@@ -473,4 +472,4 @@ The model is licensed under the [microsoft-research-license](https://huggingface
473
 
474
  This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
475
 
476
- <!-- original-model-card end -->
 
10
  model_name: Phi 2
11
  model_type: phi-msft
12
  pipeline_tag: text-generation
13
+ prompt_template: |
14
+ Instruct: {prompt}
15
  Output:
 
 
16
  quantized_by: TheBloke
17
  tags:
18
  - nlp
19
  - code
20
+ - llamafile
21
  ---
22
  <!-- markdownlint-disable MD041 -->
23
 
 
472
 
473
  This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
474
 
475
+ <!-- original-model-card end -->