Upload folder using huggingface_hub
Browse files- config.json +1 -0
- model.safetensors +3 -0
- tokenizer.json +1 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"architectures": ["LlamaForCausalLM"], "vocab_size": 1000000000}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ff2421bc8dfc3dd2a3ea324a631876e6484f76ef869aa2eac14ef5dd37b704b
|
| 3 |
+
size 140
|
tokenizer.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model": {"type": "BPE", "vocab": {"[UNK]": 0}}}
|