Commit ·
2297850
1
Parent(s): 73e23dc
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,21 +12,27 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# distilbert-ft-test3
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
| 16 |
-
It
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
## Intended uses & limitations
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
## Training and evaluation data
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|
|
|
|
| 12 |
|
| 13 |
# distilbert-ft-test3
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on [thomasavare/waste-classification-v2](https://huggingface.co/datasets/thomasavare/waste-classification-v2).
|
| 16 |
+
It is part of my master thesis at Politecnico di Torino in partenership with ReLearn.
|
| 17 |
+
|
| 18 |
+
It achieves the following results on the test set:
|
| 19 |
+
|
| 20 |
+
accuracy | precision | recall | f1 |
|
| 21 |
+
---------|-----------|--------|--------|
|
| 22 |
+
0.974 | 0.9805 | 0.9732 | 0.9725 |
|
| 23 |
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
| 27 |
+
DistilBERT finetuned for waste classification on 50 different classes as part of my master thesis at Politecnico di Torino.
|
| 28 |
|
| 29 |
## Intended uses & limitations
|
| 30 |
|
| 31 |
+
Use for waste classification on 50 different waste classes (see [dataset](https://huggingface.co/datasets/thomasavare/waste-classification-v2))
|
| 32 |
|
| 33 |
## Training and evaluation data
|
| 34 |
|
| 35 |
+
[waste-classification-v2 dataset](https://huggingface.co/datasets/thomasavare/waste-classification-v2)
|
| 36 |
|
| 37 |
## Training procedure
|
| 38 |
|