rntc commited on
Commit
d0895c8
·
verified ·
1 Parent(s): 68fade2

Add results for almanach/camembert-base

Browse files
almanach--camembert-base_results.json CHANGED
@@ -1,27 +1,19 @@
1
  {
2
  "config": {
 
3
  "model_name": "almanach/camembert-base",
4
- "model_type": "bert",
5
- "seed": 42,
6
- "max_steps": 300
7
  },
8
  "results": {
9
- "medline_ner": {
10
- "error": "CUDA error: device-side assert triggered\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1\nCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.\n"
11
- },
12
  "emea_ner": {
13
- "error": "CUDA error: device-side assert triggered\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1\nCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.\n"
14
- },
15
- "cas1_ner": {
16
- "error": "CUDA error: device-side assert triggered\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1\nCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.\n"
17
  },
18
- "cas2_ner": {
19
- "error": "CUDA error: device-side assert triggered\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1\nCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.\n"
20
- },
21
- "french_med_mcqa": {
22
- "accuracy": 0.0,
23
- "f1_macro": 0.0,
24
- "error": "CUDA error: device-side assert triggered\nCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1\nCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions.\n"
25
  }
26
  }
27
  }
 
1
  {
2
  "config": {
3
+ "model_dtype": "float16",
4
  "model_name": "almanach/camembert-base",
5
+ "model_sha": "main"
 
 
6
  },
7
  "results": {
 
 
 
8
  "emea_ner": {
9
+ "f1": 0.6552567237163813,
10
+ "precision": 0.6487358795051102,
11
+ "recall": 0.6619099890230515
 
12
  },
13
+ "medline_ner": {
14
+ "f1": 0.5602822162274331,
15
+ "precision": 0.5329648637978681,
16
+ "recall": 0.5905511811023622
 
 
 
17
  }
18
  }
19
  }