Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ 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-3-8b-instruct-ai-sweden-skolegpt.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama-3-8b-instruct-ai-sweden-skolegpt.bf16.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: AI-Sweden-Models/Llama-3-8B-instruct
|
3 |
+
tags:
|
4 |
+
- text-generation-inference
|
5 |
+
- transformers
|
6 |
+
- unsloth
|
7 |
+
- llama
|
8 |
+
- trl
|
9 |
+
- sft
|
10 |
+
- autoquant
|
11 |
+
- gguf
|
12 |
+
license: apache-2.0
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
datasets:
|
16 |
+
- kobprof/skolegpt-instruct
|
17 |
+
---
|
18 |
+
|
19 |
+
# Uploaded model
|
20 |
+
|
21 |
+
- **Compute sponsored by:** Nvidia and Arrow ECS Denmark through Danish Data Science Community
|
22 |
+
- **Developed by:** ThatsGroes
|
23 |
+
- **License:** apache-2.0
|
24 |
+
- **Finetuned from model :** AI-Sweden-Models/Llama-3-8B-instruct
|
25 |
+
|
26 |
+
Fine tuned for 1 epoch.
|
27 |
+
|
28 |
+
We ended up using 65.62 GB GPU memory (82.92%), of which 49.89 GB (63.04%) was used for LoRa.
|
29 |
+
|
30 |
+
|
31 |
+
[codecarbon INFO @ 21:31:34] Energy consumed for RAM : 0.404226 kWh. RAM Power : 188.78840446472168 W
|
32 |
+
[codecarbon INFO @ 21:31:34] Energy consumed for all GPUs : 0.625855 kWh. Total GPU Power : 82.8216447468557 W
|
33 |
+
[codecarbon INFO @ 21:31:34] Energy consumed for all CPUs : 0.091042 kWh. Total CPU Power : 42.5 W
|
34 |
+
[codecarbon INFO @ 21:31:34] 1.121123 kWh of electricity used since the beginning.
|
35 |
+
|
36 |
+
|
37 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
38 |
+
|
39 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
llama-3-8b-instruct-ai-sweden-skolegpt.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:192ef7302c40a2e15a2b9befe92cbb6d048f06092dab47756171c163fe2d12b0
|
3 |
+
size 3179136448
|
llama-3-8b-instruct-ai-sweden-skolegpt.bf16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55a13e011ab2bc002d00255efd110f84bbdfc60550d54ae18df0e398d4be179a
|
3 |
+
size 16068896192
|