Sarikaa-Sridhar commited on
Commit
4d3c5e2
·
verified ·
1 Parent(s): fdd35b4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -18
config.json CHANGED
@@ -268,32 +268,26 @@
268
  ],
269
  "y_mean": 166.3075714111328,
270
  "y_std": 30.291048049926758,
271
- "processor_class": "YieldProcessor",
272
- "auto_map": {
273
- "AutoConfig": "configuration_yield.YieldConfig",
274
- "AutoModel": "modeling_yield.YieldForRegression",
275
- "AutoModelForSequenceClassification": "modeling_yield.YieldForSequenceClassification",
276
- "AutoTokenizer": [
277
- "tokenization_yield.YieldTokenizer",
278
- null
279
- ],
280
- "AutoProcessor": "processing_yield.YieldProcessor"
281
- },
282
  "problem_type": "regression",
283
  "num_labels": 1,
 
284
  "id2label": {
285
  "0": "YIELD_BU_ACRE"
286
  },
 
287
  "label2id": {
288
  "YIELD_BU_ACRE": 0
289
  },
 
290
  "tokenizer_class": "YieldTokenizer",
291
- "custom_pipelines": {
292
- "yield-estimation": {
293
- "impl": "pipeline_yield.YieldEstimationPipeline",
294
- "pt": [
295
- "AutoModel"
296
- ]
297
- }
 
298
  }
299
  }
 
268
  ],
269
  "y_mean": 166.3075714111328,
270
  "y_std": 30.291048049926758,
271
+
 
 
 
 
 
 
 
 
 
 
272
  "problem_type": "regression",
273
  "num_labels": 1,
274
+
275
  "id2label": {
276
  "0": "YIELD_BU_ACRE"
277
  },
278
+
279
  "label2id": {
280
  "YIELD_BU_ACRE": 0
281
  },
282
+
283
  "tokenizer_class": "YieldTokenizer",
284
+
285
+ "auto_map": {
286
+ "AutoConfig": "configuration_yield.YieldConfig",
287
+ "AutoModelForSequenceClassification": "modeling_yield.YieldForSequenceClassification",
288
+ "AutoTokenizer": [
289
+ "tokenization_yield.YieldTokenizer",
290
+ null
291
+ ]
292
  }
293
  }