# French Medical NLP Leaderboard - Requests Dataset | |
This dataset contains evaluation requests for the French Medical NLP Leaderboard. | |
## Request Format | |
Each request file should be a JSON file with the following structure: | |
```json | |
{ | |
"model": "model_name", | |
"revision": "main", | |
"precision": "float16", | |
"weight_type": "Original", | |
"status": "PENDING", | |
"submitted_time": "2024-01-01T00:00:00", | |
"model_type": "🟢 pretrained", | |
"likes": 0, | |
"params": 0.11, | |
"license": "mit" | |
} | |
``` | |
## Status Values | |
- `PENDING`: Waiting for evaluation | |
- `RUNNING`: Currently being evaluated | |
- `FINISHED`: Evaluation completed successfully | |
- `FAILED`: Evaluation failed | |