Instructions to use sherooz/ahmed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use sherooz/ahmed with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('question-answering', 'sherooz/ahmed');
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,4 +15,15 @@ tags:
|
|
| 15 |
- finance
|
| 16 |
- biology
|
| 17 |
- art
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
|
|
|
| 15 |
- finance
|
| 16 |
- biology
|
| 17 |
- art
|
| 18 |
+
datasets:
|
| 19 |
+
- open-thoughts/OpenThoughts-114k
|
| 20 |
+
- fka/awesome-chatgpt-prompts
|
| 21 |
+
- open-r1/OpenR1-Math-220k
|
| 22 |
+
- microsoft/orca-agentinstruct-1M-v1
|
| 23 |
+
metrics:
|
| 24 |
+
- accuracy
|
| 25 |
+
- code_eval
|
| 26 |
+
- character
|
| 27 |
+
new_version: meta-llama/Llama-2-7b-chat-hf
|
| 28 |
+
library_name: transformers.js
|
| 29 |
---
|