hassoudi commited on
Commit
5243a37
·
verified ·
1 Parent(s): 1e740ba

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -77,6 +77,29 @@ dataset_card_content: "\n---\ndataset_info:\n features:\n - name: sample_id\n
77
  For any questions, comments you can contact us at contactus@typica.ai\n"
78
  description: 'MedicalNER_Fr: Named Entity Recognition Dataset for the French language
79
  in the medical and healthcare domain, (2024).'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ---
81
  # Dataset Card for MedicalNER_Fr
82
 
 
77
  For any questions, comments you can contact us at contactus@typica.ai\n"
78
  description: 'MedicalNER_Fr: Named Entity Recognition Dataset for the French language
79
  in the medical and healthcare domain, (2024).'
80
+ configs:
81
+ - config_name: default
82
+ data_files:
83
+ - split: train
84
+ path: data/train-*
85
+ dataset_info:
86
+ features:
87
+ - name: sample_id
88
+ dtype: string
89
+ - name: tokens
90
+ sequence: string
91
+ - name: ner_tags
92
+ sequence: string
93
+ - name: text
94
+ dtype: string
95
+ - name: ner_tags_span
96
+ dtype: string
97
+ splits:
98
+ - name: train
99
+ num_bytes: 7080146
100
+ num_examples: 16176
101
+ download_size: 2937741
102
+ dataset_size: 7080146
103
  ---
104
  # Dataset Card for MedicalNER_Fr
105