Upload folder using huggingface_hub
Browse files- codegpt_tokenizer.model +3 -0
- codegpt_tokenizer.vocab +0 -0
- config.json +15 -0
- model.safetensors +3 -0
codegpt_tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf1d3ea0fcf313ff88b1fe4d34b599a9643136293ed75daf43ccbc5bdf985946
|
| 3 |
+
size 752704
|
codegpt_tokenizer.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"HFCodeGPTForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"d_ff": 2048,
|
| 6 |
+
"d_model": 512,
|
| 7 |
+
"dropout": 0.1,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
+
"max_seq_len": 512,
|
| 10 |
+
"model_type": "nanocodegpt",
|
| 11 |
+
"n_heads": 8,
|
| 12 |
+
"n_layers": 12,
|
| 13 |
+
"transformers_version": "4.57.1",
|
| 14 |
+
"vocab_size": 32000
|
| 15 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c920833ec5fe09861f044f2e72e6502998708c10095357d4409229fb15c359c
|
| 3 |
+
size 241760840
|