louisdeco commited on
Commit
9767ab4
1 Parent(s): f687f22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # camembert-base-finetuned-ICDCode_5
18
 
19
- This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the None dataset. It has been trained on a corpus of death certificate. One ICDCode is given for a given cause of death or commorbidities. As it is an important task to be able to predict these ICDCode, I shave trained this model for 8 epochs on 400 000 death causes. Pre-processing of noisy data points was andatory before tokenization. It allows us to get this accuracy.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.6574
22
  - Accuracy: 0.8964
 
16
 
17
  # camembert-base-finetuned-ICDCode_5
18
 
19
+ This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the None dataset. It has been trained on a corpus of death certificate. One ICDCode is given for a given cause of death or commorbidities. As it is an important task to be able to predict these ICDCode, I shave trained this model for 8 epochs on 400 000 death causes. Pre-processing of noisy data points was mandatory before tokenization. It allows us to get this accuracy.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.6574
22
  - Accuracy: 0.8964