Upload tiny test model from Colab
Browse files- README.md +3 -0
- tiny_weights.weights.h5 +3 -0
- vocab.json +1 -0
README.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Tiny Test Text Model
|
2 |
+
|
3 |
+
This is a dummy model for testing Hugging Face upload from Google Colab.
|
tiny_weights.weights.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6edfa8996c40eebdf2fea3cbc79927bcc7be998f732758403af2bffcfeec57de
|
3 |
+
size 13232
|
vocab.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"<pad>": 0, "<unk>": 1, "hello": 2, "world": 3}
|