csabakecskemeti
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
---
|
2 |
-
#pipeline_tag: question-answering
|
3 |
inference: false
|
4 |
-
language: en
|
5 |
widget:
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
## The goal
|
9 |
The goal of the model to provide a fine-tuned Phi2 (https://huggingface.co/microsoft/phi-2) model that has knowledge about the Vintage NEXTSTEP Operating System,
|
@@ -28,4 +31,8 @@ For the best result instruct the model to not refer to other chapers but collect
|
|
28 |
"Give me a complete answer do not refer to other chapters but collect the information from them. How to setup a local network in Openstep OS?"
|
29 |
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
2 |
inference: false
|
3 |
+
language: en
|
4 |
widget:
|
5 |
+
- text: >-
|
6 |
+
Give me a complete answer do not refer to other chapters but collect the
|
7 |
+
information from them. How to setup a local network in Nextstep OS?
|
8 |
+
base_model:
|
9 |
+
- microsoft/phi-2
|
10 |
---
|
11 |
## The goal
|
12 |
The goal of the model to provide a fine-tuned Phi2 (https://huggingface.co/microsoft/phi-2) model that has knowledge about the Vintage NEXTSTEP Operating System,
|
|
|
31 |
"Give me a complete answer do not refer to other chapters but collect the information from them. How to setup a local network in Openstep OS?"
|
32 |
|
33 |
|
34 |
+
I'm doing this to 'Make knowledge free for everyone', using my personal time and resources.
|
35 |
+
|
36 |
+
If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar
|
37 |
+
|
38 |
+
Also feel free to visit my website https://devquasar.com/
|