mukaist commited on
Commit
b0191c7
·
verified ·
1 Parent(s): a28cbf8

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +7 -8
pipeline.json CHANGED
@@ -2,9 +2,9 @@
2
  "api": {
3
  "models": {
4
 
5
- "Phi-3.5-mini-instruct": {
6
- "type": "Text Generation",
7
- "api_url": "https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions",
8
  "headers": {
9
  "Content-Type": "application/json",
10
  "x-use-cache": "false",
@@ -13,11 +13,11 @@
13
  "Authorization": "Bearer os.environ.get('auth')"
14
  }
15
  }
16
- },
17
 
18
- "Llama-3.2-11B-Vision-Instruct": {
19
- "type": "image-text-to-text",
20
- "api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1/chat/completions",
21
  "headers": {
22
  "Content-Type": "application/json",
23
  "x-use-cache": "false",
@@ -27,7 +27,6 @@
27
  }
28
  }
29
  },
30
-
31
 
32
  "Mistral-Nemo-Instruct-2407": {
33
  "type": "Text Generation",
 
2
  "api": {
3
  "models": {
4
 
5
+ "Llama-3.2-11B-Vision-Instruct": {
6
+ "type": "image-text-to-text",
7
+ "api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1/chat/completions",
8
  "headers": {
9
  "Content-Type": "application/json",
10
  "x-use-cache": "false",
 
13
  "Authorization": "Bearer os.environ.get('auth')"
14
  }
15
  }
16
+ },
17
 
18
+ "Phi-3.5-mini-instruct": {
19
+ "type": "Text Generation",
20
+ "api_url": "https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions",
21
  "headers": {
22
  "Content-Type": "application/json",
23
  "x-use-cache": "false",
 
27
  }
28
  }
29
  },
 
30
 
31
  "Mistral-Nemo-Instruct-2407": {
32
  "type": "Text Generation",