ihebMissaoui
commited on
Commit
•
c4bb7ef
1
Parent(s):
6dd6b66
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
-
|
|
|
|
|
|
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
10 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
metrics:
|
4 |
+
- f1
|
5 |
---
|
6 |
|
7 |
# Model Card for Model ID
|
8 |
+
I used LoRa fine tuning with r=16 ,
|
9 |
+
trainable params: 702,733 || all params: 113,237,786
|
10 |
+
and achieves this metrics
|
11 |
+
{'loss': 2.2948044538497925, 'precision': 0.7458487084870848, 'recall': 0.8089044522261131, 'f1': 0.7760979121670266}
|
12 |
<!-- Provide a quick summary of what the model is/does. -->
|
13 |
|
14 |
|