Inference on Results
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 96
- Forks
- 23
- Avg merge
- 17d 23h
- Merged PRs (30d)
- 1
Description
Hii, Could you please let me know what is the input data format is there any example .json you can provide
However my input data is in the format of
[
{
"text": "IL-2 gene expression and NF-kappa B activation through CD28 requires reactive oxygen production by 5-lipoxygenase .",
"entity_types": [ "protein", "protein", "DNA", "protein"
],
"entity_start_chars": [ 96, 21, 114, 47
],
"entity_end_chars": [ 113, 35, 9, 59
],
"id": "ge/train/0001",
"word_start_chars": [
0, 5, 10, 21, 25, 34, 36, 47, 55, 60, 69, 78, 85, 96, 99, 114
],
"word_end_chars": [4,9,20,24, 33, 35, 46, 54, 59, 68, 77, 84, 95, 98, 113, 115
]
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a file, test, or inference entry point. Start by locating the inference documentation and input-handling entry point, then compare the requested JSON structure with the accepted format; done means the supported input schema and a valid example are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100