Skip to content

Commit

Permalink
evaluationSet_EN_small.json fixed some errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
casparemiljensen committed Dec 16, 2023
1 parent 752f676 commit 0b12e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
]
},
{
"sentence": "Michelle Obama is an person.",
"sentence": "Michelle Obama is a person.",
"sentenceStartIndex": 0,
"sentenceEndIndex": 24,
"sentenceEndIndex": 26,
"entityMentions": [
{
"name": "Barack Obama",
"name": "Michelle Obama",
"type": "Entity",
"label": "PERSON",
"startIndex": 0,
"endIndex": 11,
"iri": "knox-kb01.srv.aau.dk/Barack_Obama"
"endIndex": 13,
"iri": "knox-kb01.srv.aau.dk/Michelle_Obama"
}
]
}
Expand Down
2 changes: 2 additions & 0 deletions concept_linking/solutions/PromptEngineering/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# Local API url docker
# api_url = "http://llama-cpu-server:5000/llama"



# Remote API url
# api_url = "http://knox-proxy01.srv.aau.dk/llama-api/llama"

Expand Down

0 comments on commit 0b12e1d

Please sign in to comment.