Upload 7 files
Browse files- adapter_config.json +0 -0
- adapter_model.bin +3 -0
- config.json +0 -0
- example.txt +8 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
- vocab.json +0 -0
adapter_config.json
ADDED
|
File without changes
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
| 3 |
+
size 0
|
config.json
ADDED
|
File without changes
|
example.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aero-lora/
|
| 2 |
+
├── adapter_config.json # created by PEFT
|
| 3 |
+
├── adapter_model.bin # the LoRA weights
|
| 4 |
+
├── tokenizer_config.json
|
| 5 |
+
├── tokenizer.json
|
| 6 |
+
├── vocab.json / merges.txt # for LLaMA-style models
|
| 7 |
+
├── README.md # (optional but swag)
|
| 8 |
+
└── config.json # comes from base model
|
tokenizer.json
ADDED
|
File without changes
|
tokenizer_config.json
ADDED
|
File without changes
|
vocab.json
ADDED
|
File without changes
|