Skip to content

Commit

Permalink
Added prefix replacement for double
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed May 30, 2024
1 parent 1960f42 commit aa24f34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public class GenerativeExplanations {
put("^^http://www.w3.org/2001/XMLSchema#dateTime", "");
put("^^http://www.w3.org/2001/XMLSchema#decimal", "");
put("^^http://www.w3.org/2001/XMLSchema#float", "");
put("^^http://www.w3.org/2001/XMLSchema#double", "");
}};
private static final Map<Integer, String> EXAMPLE_COUNT_AND_TEMPLATE = new HashMap<>() {{
put(1, "/prompt_templates/outputdata/oneshot");
Expand Down

0 comments on commit aa24f34

Please sign in to comment.