sergifusterdura
commited on
Commit
•
fac6be3
1
Parent(s):
08710b3
Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,16 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
21 |
|
22 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
23 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Model Details
|
26 |
|
|
|
21 |
|
22 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
23 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
24 |
+
|
25 |
+
This model has been fine-tuned for the classification of daily notes. It is a multiclass classifier capable of categorizing text inputs into six distinct classes:
|
26 |
+
- **Cita** (Appointment)
|
27 |
+
- **Comprar** (Shopping)
|
28 |
+
- **Trabajo** (Work)
|
29 |
+
- **Recordatorio** (Reminder)
|
30 |
+
- **Estudios** (Studies)
|
31 |
+
- **Hogar** (Home)
|
32 |
+
|
33 |
+
**Note:** While the model has been fine-tuned specifically for the Spanish language, it also performs well with notes written in English.
|
34 |
|
35 |
## Model Details
|
36 |
|