Upload folder using huggingface_hub
Browse files- config.json +5 -0
- generation_config.json +5 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hidden_size": 128,
|
3 |
+
"vocab_size": 30000,
|
4 |
+
"output_size": 4
|
5 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"pad_token_id": 0,
|
4 |
+
"transformers_version": "4.38.2"
|
5 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1ea115df1a5de83fa95f0c594f016404f91a0ca0173ceb4f2ba84bf3dd803cf
|
3 |
+
size 15960240
|