This dataset contains evaluation results for the French Medical NLP Leaderboard.
Each results file should be a JSON file with the following structure:
{
"config": {
"model_dtype": "float16",
"model_name": "model_name",
"model_sha": "revision"
},
"results": {
"emea_ner": {
"f1": 0.85,
"precision": 0.83,
"recall": 0.87
},
"medline_ner": {
"f1": 0.82… See the full description on the dataset page:
https://huggingface.co/datasets/rntc/results.