tcapelle commited on
Commit
1612e9f
·
verified ·
1 Parent(s): 7da2237

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -1
config.json CHANGED
@@ -1,9 +1,18 @@
1
  {
2
- "_name_or_path": "weave_models/vectara",
3
  "architectures": [
4
  "T5ForTokenClassification"
5
  ],
6
  "classifier_dropout": 0.0,
 
 
 
 
 
 
 
 
 
7
  "d_ff": 2048,
8
  "d_kv": 64,
9
  "d_model": 768,
 
1
  {
2
+ "_name_or_path": "weave_models/new_hallu",
3
  "architectures": [
4
  "T5ForTokenClassification"
5
  ],
6
  "classifier_dropout": 0.0,
7
+ "custom_pipelines": {
8
+ "pair-classification": {
9
+ "impl": "custom_pipeline.PairTextClassificationPipeline",
10
+ "pt": [
11
+ "T5ForTokenClassification"
12
+ ],
13
+ "tf": []
14
+ }
15
+ },
16
  "d_ff": 2048,
17
  "d_kv": 64,
18
  "d_model": 768,