update README
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ More information needed
|
|
| 31 |
|
| 32 |
## Training and evaluation data
|
| 33 |
|
| 34 |
-
The training, evaluation & testing data can be found under [samsaara/medical_condition_classification](https://huggingface.co/datasets/samsaara/medical_condition_classification) of the 🤗 `Datasets` and the process itself can be found in the `
|
| 35 |
|
| 36 |
By default, the dataset has `train, test` splits. `train` is then further divided into `train, validation` splits with `0.8, 0.2` ratio. Final results shown are on the `test` dataset.
|
| 37 |
|
|
|
|
| 31 |
|
| 32 |
## Training and evaluation data
|
| 33 |
|
| 34 |
+
The training, evaluation & testing data can be found under [samsaara/medical_condition_classification](https://huggingface.co/datasets/samsaara/medical_condition_classification) of the 🤗 `Datasets` and the process itself can be found in the `modeling.ipynb` notebook.
|
| 35 |
|
| 36 |
By default, the dataset has `train, test` splits. `train` is then further divided into `train, validation` splits with `0.8, 0.2` ratio. Final results shown are on the `test` dataset.
|
| 37 |
|