RicardoRei commited on
Commit ·
bc32c4d
1
Parent(s): dee0c28
UnifiedMetric Dummy model for tests
Browse files- README.md +3 -0
- checkpoints/model.ckpt +3 -0
- hparams.yaml +1 -0
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
Model used for unittest. Please don't used it for anything else.
|
| 6 |
+
|
checkpoints/model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:961893b978ebc47815b4be0828b396472db22a9caa37f50766ab992118fbee08
|
| 3 |
+
size 473082689
|
hparams.yaml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
class_identifier: unified_metric
|