nwhamed commited on
Commit
ccd90b3
1 Parent(s): 26f0ace

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -2,6 +2,7 @@
2
  "models": [
3
  {
4
  "model": "google/gemma-7b",
 
5
  "parameters": {
6
  "param1": "value1",
7
  "param2": "value2"
@@ -9,6 +10,7 @@
9
  },
10
  {
11
  "model": "EleutherAI/gpt-neo-2.7B",
 
12
  "parameters": {
13
  "param1": "value1",
14
  "param2": "value2"
 
2
  "models": [
3
  {
4
  "model": "google/gemma-7b",
5
+ "model_type": "text-generation",
6
  "parameters": {
7
  "param1": "value1",
8
  "param2": "value2"
 
10
  },
11
  {
12
  "model": "EleutherAI/gpt-neo-2.7B",
13
+ "model_type": "text-generation",
14
  "parameters": {
15
  "param1": "value1",
16
  "param2": "value2"