Commit
·
79057ea
0
Parent(s):
initial commit
Browse files- language-classifier-26082023/checkpoint +4 -0
- language-classifier-26082023/ckpt-2.data-00000-of-00001 +0 -0
- language-classifier-26082023/ckpt-2.index +0 -0
- language-classifier-26082023/extra_params.json +7 -0
- language-classifier-26082023/hparams.json +11 -0
- language-classifier-26082023/modules.json +3 -0
language-classifier-26082023/checkpoint
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "ckpt-2"
|
2 |
+
all_model_checkpoint_paths: "ckpt-2"
|
3 |
+
all_model_checkpoint_timestamps: 1715782163.6291592
|
4 |
+
last_preserved_timestamp: 1715782157.1639314
|
language-classifier-26082023/ckpt-2.data-00000-of-00001
ADDED
Binary file (795 kB). View file
|
|
language-classifier-26082023/ckpt-2.index
ADDED
Binary file (1.03 kB). View file
|
|
language-classifier-26082023/extra_params.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"languages": [
|
3 |
+
"ar",
|
4 |
+
"fr",
|
5 |
+
"tn"
|
6 |
+
]
|
7 |
+
}
|
language-classifier-26082023/hparams.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bias_regularizer": 0.0001,
|
3 |
+
"dropout_proba": 0.2,
|
4 |
+
"kernel_regularizer": 0.0001,
|
5 |
+
"layer_sizes": [
|
6 |
+
32,
|
7 |
+
3
|
8 |
+
],
|
9 |
+
"learning_rate": 0.001,
|
10 |
+
"num_epochs": 70
|
11 |
+
}
|
language-classifier-26082023/modules.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "tflc"
|
3 |
+
}
|