Upload 3 files
Browse files- hyperparameters(1).json +14 -0
- moodlens(3).onnx +3 -0
- train_bpe_tokenizer(1).json +0 -0
hyperparameters(1).json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"VOCAB_SIZE": 5000,
|
| 3 |
+
"BATCH_SIZE": 3096,
|
| 4 |
+
"MAX_LEN": 256,
|
| 5 |
+
"NUM_EPOCHS": 13,
|
| 6 |
+
"EMBED_DIM": 256,
|
| 7 |
+
"FILTER_SIZES": [
|
| 8 |
+
3,
|
| 9 |
+
4,
|
| 10 |
+
5
|
| 11 |
+
],
|
| 12 |
+
"LEARNING_RATE": 0.0003,
|
| 13 |
+
"MAX_LR": 0.0005
|
| 14 |
+
}
|
moodlens(3).onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fe7188195e7798594020b5474978bd3f28f745bd93eaf7e1b4767d1b63c5e0f
|
| 3 |
+
size 10650208
|
train_bpe_tokenizer(1).json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|