Upload folder using huggingface_hub
Browse files- config.json +28 -0
- model.pth +3 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"return_dict": true,
|
| 3 |
+
"output_hidden_states": false,
|
| 4 |
+
"dtype": null,
|
| 5 |
+
"chunk_size_feed_forward": 0,
|
| 6 |
+
"is_encoder_decoder": false,
|
| 7 |
+
"architectures": null,
|
| 8 |
+
"id2label": {
|
| 9 |
+
"0": "LABEL_0",
|
| 10 |
+
"1": "LABEL_1"
|
| 11 |
+
},
|
| 12 |
+
"label2id": {
|
| 13 |
+
"LABEL_0": 0,
|
| 14 |
+
"LABEL_1": 1
|
| 15 |
+
},
|
| 16 |
+
"problem_type": null,
|
| 17 |
+
"_name_or_path": "",
|
| 18 |
+
"transformers_version": "5.0.0",
|
| 19 |
+
"vocab_size": 250006,
|
| 20 |
+
"hidden_size": 128,
|
| 21 |
+
"num_hidden_layers": 3,
|
| 22 |
+
"num_attention_heads": 4,
|
| 23 |
+
"intermediate_size": 512,
|
| 24 |
+
"max_position_embeddings": 512,
|
| 25 |
+
"eos_token_id": 250004,
|
| 26 |
+
"model_type": "aixk_custom_arch",
|
| 27 |
+
"output_attentions": false
|
| 28 |
+
}
|
model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa16986bed3e81507f74f26ddd58ed42802f47cd3b135ae71ca1c82510c4eb13
|
| 3 |
+
size 258611459
|