Davidqian123
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Quantized Octo-planner: On-device Language Model for Planner-Action Agents Framework
|
5 |
|
@@ -72,5 +80,4 @@ ollama ls
|
|
72 |
7. Run the mode
|
73 |
```bash
|
74 |
ollama run octopus-planning-Q4_K_M "<|user|>Find my presentation for tomorrow's meeting, connect to the conference room projector via Bluetooth, increase the screen brightness, take a screenshot of the final summary slide, and email it to all participants<|end|><|assistant|>"
|
75 |
-
```
|
76 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- phi3
|
9 |
+
- conversational
|
10 |
+
- custom_code
|
11 |
---
|
12 |
# Quantized Octo-planner: On-device Language Model for Planner-Action Agents Framework
|
13 |
|
|
|
80 |
7. Run the mode
|
81 |
```bash
|
82 |
ollama run octopus-planning-Q4_K_M "<|user|>Find my presentation for tomorrow's meeting, connect to the conference room projector via Bluetooth, increase the screen brightness, take a screenshot of the final summary slide, and email it to all participants<|end|><|assistant|>"
|
83 |
+
```
|
|