File size: 668 Bytes
b309869
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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