Instructions to use BricksDisplay/phi-1_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use BricksDisplay/phi-1_5 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'BricksDisplay/phi-1_5');
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers.js
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
Convert from `microsoft/phi-1_5` and 8 bits quantized.
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers.js
|
| 3 |
+
base_model: microsoft/phi-1_5
|
| 4 |
---
|
| 5 |
|
| 6 |
Convert from `microsoft/phi-1_5` and 8 bits quantized.
|