Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,10 @@ widget:
|
|
20 |
This model has already been fine-tuned for the classification of IT tickets in English and Italian, you can use XLM-RoBERTa basic (no fine-tuned) at the following link:
|
21 |
https://huggingface.co/FacebookAI/xlm-roberta-base
|
22 |
|
|
|
|
|
|
|
|
|
23 |
## Fine-Tuned Model description
|
24 |
|
25 |
The fine tuned was done to recognize 18 classes related to the following macros:
|
|
|
20 |
This model has already been fine-tuned for the classification of IT tickets in English and Italian, you can use XLM-RoBERTa basic (no fine-tuned) at the following link:
|
21 |
https://huggingface.co/FacebookAI/xlm-roberta-base
|
22 |
|
23 |
+
## Code to autonomously fine-tune your model with your data for both balanced and unbalanced classes.
|
24 |
+
|
25 |
+
You can find it in files and version under the name of: NOTEBOOK_FINE-TUNING_XLM-ROBERTA-BASE.ipynb
|
26 |
+
|
27 |
## Fine-Tuned Model description
|
28 |
|
29 |
The fine tuned was done to recognize 18 classes related to the following macros:
|