Upload folder using huggingface_hub
Browse files- config.json +8 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_size": 256,
|
| 3 |
+
"model_type": "cbow",
|
| 4 |
+
"num_negatives": 15,
|
| 5 |
+
"transformers_version": "4.52.4",
|
| 6 |
+
"vocab_size": 21,
|
| 7 |
+
"window_size": 8
|
| 8 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df2f23e515f9a113016840e7e8f2981090a81f19c542aac135c9a030d8d05822
|
| 3 |
+
size 44604
|