Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: TokenBender/evolvedSeeker_1_3
|
3 |
+
inference: false
|
4 |
+
model-index:
|
5 |
+
- name: evolvedSeeker-1_3_v_0_0_1
|
6 |
+
results: []
|
7 |
+
model_creator: TokenBender
|
8 |
+
model_name: evolvedSeeker_1_3
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
quantized_by: afrideva
|
11 |
+
tags:
|
12 |
+
- generated_from_trainer
|
13 |
+
- gguf
|
14 |
+
- ggml
|
15 |
+
- quantized
|
16 |
+
- q2_k
|
17 |
+
- q3_k_m
|
18 |
+
- q4_k_m
|
19 |
+
- q5_k_m
|
20 |
+
- q6_k
|
21 |
+
- q8_0
|
22 |
+
---
|
23 |
+
# TokenBender/evolvedSeeker_1_3-GGUF
|
24 |
+
|
25 |
+
Quantized GGUF model files for [evolvedSeeker_1_3](https://huggingface.co/TokenBender/evolvedSeeker_1_3) from [TokenBender](https://huggingface.co/TokenBender)
|
26 |
+
|
27 |
+
|
28 |
+
| Name | Quant method | Size |
|
29 |
+
| ---- | ---- | ---- |
|
30 |
+
| [evolvedseeker_1_3.fp16.gguf](https://huggingface.co/afrideva/evolvedSeeker_1_3-GGUF/resolve/main/evolvedseeker_1_3.fp16.gguf) | fp16 | 2.69 GB |
|
31 |
+
| [evolvedseeker_1_3.q2_k.gguf](https://huggingface.co/afrideva/evolvedSeeker_1_3-GGUF/resolve/main/evolvedseeker_1_3.q2_k.gguf) | q2_k | 631.71 MB |
|
32 |
+
| [evolvedseeker_1_3.q3_k_m.gguf](https://huggingface.co/afrideva/evolvedSeeker_1_3-GGUF/resolve/main/evolvedseeker_1_3.q3_k_m.gguf) | q3_k_m | 704.97 MB |
|
33 |
+
| [evolvedseeker_1_3.q4_k_m.gguf](https://huggingface.co/afrideva/evolvedSeeker_1_3-GGUF/resolve/main/evolvedseeker_1_3.q4_k_m.gguf) | q4_k_m | 873.58 MB |
|
34 |
+
| [evolvedseeker_1_3.q5_k_m.gguf](https://huggingface.co/afrideva/evolvedSeeker_1_3-GGUF/resolve/main/evolvedseeker_1_3.q5_k_m.gguf) | q5_k_m | 1.00 GB |
|
35 |
+
| [evolvedseeker_1_3.q6_k.gguf](https://huggingface.co/afrideva/evolvedSeeker_1_3-GGUF/resolve/main/evolvedseeker_1_3.q6_k.gguf) | q6_k | 1.17 GB |
|
36 |
+
| [evolvedseeker_1_3.q8_0.gguf](https://huggingface.co/afrideva/evolvedSeeker_1_3-GGUF/resolve/main/evolvedseeker_1_3.q8_0.gguf) | q8_0 | 1.43 GB |
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
## Original Model Card:
|
41 |
+
# evolvedSeeker-1_3
|
42 |
+
EvolvedSeeker v0.0.1 (First phase)
|
43 |
+
|
44 |
+
This model is a fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base) on 50k instructions for 3 epochs.
|
45 |
+
|
46 |
+
I have mostly curated instructions from evolInstruct datasets and some portions of glaive coder.
|
47 |
+
|
48 |
+
Around 3k answers were modified via self-instruct.
|
49 |
+
|
50 |
+
Collaborate or Consult me - [Twitter](https://twitter.com/4evaBehindSOTA), [Discord](https://discord.gg/ftEM63pzs2)
|
51 |
+
|
52 |
+
*Recommended format is ChatML, Alpaca will work but take care of EOT token*
|
53 |
+
|
54 |
+
#### Chat Model Inference
|
55 |
+
```python
|
56 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
57 |
+
tokenizer = AutoTokenizer.from_pretrained("TokenBender/evolvedSeeker_1_3", trust_remote_code=True)
|
58 |
+
model = AutoModelForCausalLM.from_pretrained("TokenBender/evolvedSeeker_1_3", trust_remote_code=True).cuda()
|
59 |
+
messages=[
|
60 |
+
{ 'role': 'user', 'content': "write a program to reverse letters in each word in a sentence without reversing order of words in the sentence."}
|
61 |
+
]
|
62 |
+
inputs = tokenizer.apply_chat_template(messages, return_tensors="pt").to(model.device)
|
63 |
+
# 32021 is the id of <|EOT|> token
|
64 |
+
outputs = model.generate(inputs, max_new_tokens=512, do_sample=False, top_k=50, top_p=0.95, num_return_sequences=1, eos_token_id=32021)
|
65 |
+
print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))
|
66 |
+
```
|
67 |
+
|
68 |
+
## Model description
|
69 |
+
|
70 |
+
First model of Project PIC (Partner-in-Crime) in 1.3B range.
|
71 |
+
Almost all the work is pending right now for this model hence v0.0.1
|
72 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6398bf222da24ee95b51c8d8/Fl-pRCsC_lvnuoP734hsJ.png)
|
73 |
+
|
74 |
+
## Intended uses & limitations
|
75 |
+
|
76 |
+
Superfast Copilot
|
77 |
+
Run near lossless quantized in 1G RAM.
|
78 |
+
Useful for code dataset curation and evaluation.
|
79 |
+
|
80 |
+
Limitations - This is a smol model, so smol brain, may have crammed a few things.
|
81 |
+
Reasoning tests may fail beyond a certain point.
|
82 |
+
|
83 |
+
## Training procedure
|
84 |
+
SFT
|
85 |
+
|
86 |
+
### Training results
|
87 |
+
Humaneval Score - 68.29%
|
88 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6398bf222da24ee95b51c8d8/AFp6PxZ9ZP_xti4VWjen3.png)
|
89 |
+
|
90 |
+
### Framework versions
|
91 |
+
|
92 |
+
- Transformers 4.35.2
|
93 |
+
- Pytorch 2.0.1
|
94 |
+
- Datasets 2.15.0
|
95 |
+
- Tokenizers 0.15.0
|