cguna frreiss commited on
Commit
65fb4c0
·
verified ·
1 Parent(s): f088a85

Update answerability io.yamls (#6)

Browse files

- Update the YAML config files. (9392c1df26af3c01bf0335faee25dd87667be8e9)


Co-authored-by: Fred Reiss <[email protected]>

answerability/lora/granite-3.3-2b-instruct/io.yaml CHANGED
@@ -8,7 +8,9 @@ response_format: |
8
  }
9
  transformations:
10
  - type: likelihood
11
- positive_label: "answerable"
 
 
12
  input_path: []
13
  output_name: ~ # Null == no change
14
  instruction: ~
 
8
  }
9
  transformations:
10
  - type: likelihood
11
+ categories_to_values:
12
+ "answerable": 1.0
13
+ "unanswerable": 0.0
14
  input_path: []
15
  output_name: ~ # Null == no change
16
  instruction: ~
answerability/lora/granite-3.3-8b-instruct/io.yaml CHANGED
@@ -8,7 +8,9 @@ response_format: |
8
  }
9
  transformations:
10
  - type: likelihood
11
- positive_label: "answerable"
 
 
12
  input_path: []
13
  output_name: ~ # Null == no change
14
  instruction: ~
 
8
  }
9
  transformations:
10
  - type: likelihood
11
+ categories_to_values:
12
+ "answerable": 1.0
13
+ "unanswerable": 0.0
14
  input_path: []
15
  output_name: ~ # Null == no change
16
  instruction: ~