Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +29 -0
- llama-v1.Q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
llama-v1.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
5 |
+
- fr
|
6 |
+
- it
|
7 |
+
- pt
|
8 |
+
- hi
|
9 |
+
- es
|
10 |
+
- th
|
11 |
+
library_name: transformers
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
license: llama3.2
|
14 |
+
|
15 |
+
base_model: meta-llama/Llama-3.2-1B-Instruct
|
16 |
+
|
17 |
+
datasets:
|
18 |
+
- nerdyface/project1-v1
|
19 |
+
|
20 |
+
---
|
21 |
+
|
22 |
+
## Model Information
|
23 |
+
|
24 |
+
This uses the Llama 3.2 1B model as a starting point and uses the project1-v1 dataset.
|
25 |
+
|
26 |
+
|
27 |
+
#### Our latest model uses a combination of SFT and DPO to achieve superior results than our initial experiments!
|
28 |
+
|
29 |
+
#### Please let us know what you think by opening a discussion in the Community tab!
|
llama-v1.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b322ec5ee4e090170d5a46275ebaf1d79f185b8b2bcb6ea63ecca2f03cb5e3f
|
3 |
+
size 770928736
|