Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,57 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
-
-
|
5 |
- rl
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: microsoft/phi-2
|
3 |
+
inference: false
|
4 |
+
language:
|
5 |
+
- en
|
6 |
license: mit
|
7 |
+
model-index:
|
8 |
+
- name: phi-2
|
9 |
+
results: []
|
10 |
+
model_creator: microsoft
|
11 |
+
model_name: phi-2
|
12 |
+
model_type: phi
|
13 |
+
prompt_template: |
|
14 |
+
<|im_start|>system
|
15 |
+
{system_message}<|im_end|>
|
16 |
+
<|im_start|>user
|
17 |
+
{prompt}<|im_end|>
|
18 |
+
<|im_start|>assistant
|
19 |
+
finetuned_by: Inferless
|
20 |
tags:
|
21 |
+
- finetune
|
22 |
- rl
|
23 |
+
- dpo
|
24 |
+
- phi
|
25 |
+
- nlp
|
26 |
+
pipeline_tag: text-generation
|
27 |
+
datasets:
|
28 |
+
- argilla/distilabel-intel-orca-dpo-pairs
|
29 |
+
---
|
30 |
+
<!-- markdownlint-disable MD041 -->
|
31 |
+
|
32 |
+
<!-- header start -->
|
33 |
+
<!-- 200823 -->
|
34 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
35 |
+
<img src="https://pbs.twimg.com/profile_banners/1633782755669708804/1678359514/1500x500" alt="Inferless" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
36 |
+
</div>
|
37 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
38 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
39 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">Serverless GPUs to scale your machine learning inference without any hassle of managing servers, deploy complicated and custom models with ease.</p>
|
40 |
+
</div>
|
41 |
+
<!-- <div style="display: flex; flex-direction: column; align-items: flex-end;">
|
42 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
|
43 |
+
</div> -->
|
44 |
+
</div>
|
45 |
+
<div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;"><a href="https://0ooatrmbp25.typeform.com/to/nzuhQtba"><b>Join Private Beta</b></a></p></div>
|
46 |
+
<div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">Go through <a href="https://tutorials.inferless.com/deploy-deci-7b-using-inferless">this tutorial</a>, for quickly deploy of <b>DeciLM-7B</b> using Inferless</p></div>
|
47 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
48 |
+
<!-- header end -->
|
49 |
+
|
50 |
+
#
|
51 |
+
- Model creator: [microsoft](https://huggingface.co/microsoft)
|
52 |
+
- Original model: [phi-2](https://huggingface.co/microsoft/phi-2)
|
53 |
+
|
54 |
+
<!-- description start -->
|
55 |
+
## Description
|
56 |
+
|
57 |
+
This repo contains DPO Finetuned model files for [Microsoft Phi-2](https://huggingface.co/microsoft/phi-2).
|