rafaelm47labs
commited on
Commit
•
514c0f1
1
Parent(s):
3cdcd7e
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ SNCH: this model was develop by [M47Labs](https://www.m47labs.com/es/) the goal
|
|
6 |
## Dataset Sample
|
7 |
|
8 |
Dataset size : 1000
|
|
|
9 |
Columns: idTask,task content 1,idTag,tag.
|
10 |
|
11 |
|idTask|task content 1|idTag|tag|
|
@@ -61,5 +62,18 @@ An example on how to use the model in this page can be found in this colab noteb
|
|
61 |
|
62 |
* LEARNING_RATE = 1e-05
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
![alt text](https://media-exp1.licdn.com/dms/image/C4D0BAQHpfgjEyhtE1g/company-logo_200_200/0/1625210573748?e=1638403200&v=beta&t=toQNpiOlyim5Ja4f7Ejv8yKoCWifMsLWjkC7XnyXICI "Logo M47")
|
|
|
6 |
## Dataset Sample
|
7 |
|
8 |
Dataset size : 1000
|
9 |
+
|
10 |
Columns: idTask,task content 1,idTag,tag.
|
11 |
|
12 |
|idTask|task content 1|idTag|tag|
|
|
|
62 |
|
63 |
* LEARNING_RATE = 1e-05
|
64 |
|
65 |
+
## Train Results
|
66 |
+
|
67 |
+
|
68 |
+
## Validation Results
|
69 |
+
|
70 |
+
,n_example,epoch,loss,acc,precision,recall
|
71 |
+
0,1000,0,1.916002897115854,36.1997226074896,1.0,1.0
|
72 |
+
1,1000,1,1.2941598492664295,62.2746185852982,0.0,0.0
|
73 |
+
2,1000,2,0.8201534710415117,76.97642163661581,1.0,1.0
|
74 |
+
3,1000,3,0.524806430051615,86.9625520110957,1.0,1.0
|
75 |
+
4,1000,4,0.30662027455784463,92.64909847434119,1.0,1.0
|
76 |
+
|
77 |
+
|
78 |
|
79 |
![alt text](https://media-exp1.licdn.com/dms/image/C4D0BAQHpfgjEyhtE1g/company-logo_200_200/0/1625210573748?e=1638403200&v=beta&t=toQNpiOlyim5Ja4f7Ejv8yKoCWifMsLWjkC7XnyXICI "Logo M47")
|