Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,11 @@ language:
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- microsoft/Phi-3.5-mini-instruct
|
|
|
7 |
---
|
8 |
|
9 |
# Pico V1
|
10 |
|
11 |
-
Pico v1 is a work in progress model. Based off Phi 3.5 Mini, it has been fine tuned for automatic COT and self reflection.
|
|
|
|
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- microsoft/Phi-3.5-mini-instruct
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
|
10 |
# Pico V1
|
11 |
|
12 |
+
Pico v1 is a work in progress model. Based off Phi 3.5 Mini, it has been fine tuned for automatic COT and self reflection.
|
13 |
+
|
14 |
+
When making a output, Pico will create three sections, a reasoning section, a self-reflection section and a output section.
|