sequelbox commited on
Commit
7631cbb
1 Parent(s): e4a3107

Upload folder using huggingface_hub (#3)

Browse files

- 42dc759aab5f58dc2cb2eb3e73991755fce30d36ed9eeed1801cc480109e25c8 (078f32390bfff293584d9634f97c03bf1bd413f3)
- e9ea3d1fc59454a72b1936ab3b2d49774378a7f8033af3eb726266b469826fdf (9e28d881380fab38d93748ac9da0a4eb3fd918fe)
- e94898865f360e41b638cc0396f1c1478dd270baa836e0506f876bd6eb05d866 (e06e188529e9e2e94c990fa36dbfca531d203fdf)
- edbf07718e2bcf938c7d56dd017e1496d525b4ab153b73e400a9ab7ca8dd005e (cb21d1be77cd177e439cf59fb1efbe15e4f2316c)
- a6a414398facd94d6a97f380498385289158ecd79ef477dc67ab8ca55c8eaa26 (85d1bc1e36d9a2585179ccc95f52a216d59528bf)
- 7f66c10bcd8c771c37541f401f62e2107751b382a8d3f442122fa5e3dad04945 (b1f285c1df8f8d75308bf7d3dbf313e2af31feab)
- a07eaacd0b1d1c9f76f41f92fd5a1e195b3d1393bab6b71d520712d56a266845 (ad2ef7631f5a5d684b1411dd8f9517ee8917d7af)

README.md CHANGED
@@ -15,10 +15,21 @@ tags:
15
  - llama-3-instruct
16
  - llama-3-instruct-8b
17
  - 8b
 
 
 
 
 
 
 
 
18
  - conversational
19
  - chat
20
  - instruct
21
  base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
 
 
 
22
  model_type: llama
23
  license: llama3.1
24
  ---
@@ -29,14 +40,16 @@ license: llama3.1
29
 
30
  Shining Valiant 2 is a chat model built on Llama 3.1 8b, finetuned on our data for friendship, insight, knowledge and enthusiasm.
31
  - Finetuned on [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) for best available general performance
32
- - Trained on our data, focused on science, engineering, technical knowledge, and structured reasoning
33
 
34
 
35
  ## Version
36
 
37
- This is the **2024-08-06** release of Shining Valiant 2 for Llama 3.1 8b.
38
 
39
- Our newest dataset improves specialist knowledge and response consistency.
 
 
40
 
41
  Help us and recommend Shining Valiant 2 to your friends!
42
 
@@ -73,9 +86,9 @@ print(outputs[0]["generated_text"][-1])
73
  ## The Model
74
  Shining Valiant 2 is built on top of Llama 3.1 8b Instruct.
75
 
76
- The current version of Shining Valiant 2 is trained mostly on our private Shining Valiant data, supplemented by [LDJnr/Pure-Dove](https://huggingface.co/datasets/LDJnr/Pure-Dove) for response flexibility.
77
 
78
- Our private data adds specialist knowledge and Shining Valiant's personality: she's friendly, enthusiastic, insightful, knowledgeable, and loves to learn! Magical.
79
 
80
 
81
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/63444f2687964b331809eb55/VCJ8Fmefd8cdVhXSSxJiD.jpeg)
 
15
  - llama-3-instruct
16
  - llama-3-instruct-8b
17
  - 8b
18
+ - science
19
+ - physics
20
+ - biology
21
+ - chemistry
22
+ - compsci
23
+ - computer-science
24
+ - engineering
25
+ - technical
26
  - conversational
27
  - chat
28
  - instruct
29
  base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
30
+ datasets:
31
+ - sequelbox/Celestia
32
+ - sequelbox/Supernova
33
  model_type: llama
34
  license: llama3.1
35
  ---
 
40
 
41
  Shining Valiant 2 is a chat model built on Llama 3.1 8b, finetuned on our data for friendship, insight, knowledge and enthusiasm.
42
  - Finetuned on [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) for best available general performance
43
+ - Trained on a variety of high quality data; focused on science, engineering, technical knowledge, and structured reasoning
44
 
45
 
46
  ## Version
47
 
48
+ This is the **2024-09-16** release of Shining Valiant 2 for Llama 3.1 8b.
49
 
50
+ We've improved and open-sourced our new baseline [science-instruct dataset](https://huggingface.co/datasets/sequelbox/Celestia). This release features improvements in physics, chemistry, biology, and computer science.
51
+
52
+ Future upgrades will continue to expand Shining Valiant's technical knowledge base.
53
 
54
  Help us and recommend Shining Valiant 2 to your friends!
55
 
 
86
  ## The Model
87
  Shining Valiant 2 is built on top of Llama 3.1 8b Instruct.
88
 
89
+ The current version of Shining Valiant 2 is trained on technical knowledge using [sequelbox/Celestia](https://huggingface.co/datasets/sequelbox/Celestia) and general chat capability using [sequelbox/Supernova.](https://huggingface.co/datasets/sequelbox/Supernova)
90
 
91
+ Our private data adds specialist knowledge and Shining Valiant's personality: she's friendly, enthusiastic, insightful, knowledgeable, and loves to learn! Magical. (As a general note: we're hoping to replace and open-source this part of Shining Valiant's dataset with synthetic data soon!)
92
 
93
 
94
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/63444f2687964b331809eb55/VCJ8Fmefd8cdVhXSSxJiD.jpeg)
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": false,
35
  "torch_dtype": "float32",
36
- "transformers_version": "4.43.4",
37
  "use_cache": true,
38
  "vocab_size": 128256
39
  }
 
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": false,
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.44.2",
37
  "use_cache": true,
38
  "vocab_size": 128256
39
  }
generation_config.json CHANGED
@@ -8,5 +8,5 @@
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
- "transformers_version": "4.43.4"
12
  }
 
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
+ "transformers_version": "4.44.2"
12
  }
model-00001-of-00007.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0d1ed2a26f2b4eeab0fb60d978ced49dc02f48cf15e3b673c9285362d3235d3
3
  size 4886466168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcebe7b4eacb57cbc4e03e60f0d4e1eec8a1471455a3fdbc953edfaca5c8763e
3
  size 4886466168
model-00002-of-00007.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35c1a72443bebf94e622d74a37e2422f94d5a5b75467d5f8d1e1cee97982ce72
3
  size 4832007448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:756b38e9412a00dc12d14823d48c9a71732a1c0318fd9bb48661e9589ddb9ac1
3
  size 4832007448
model-00003-of-00007.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51a3940aeb1dea207ab0b79f170caf808c7df03074eb2cb846f93bd2ad36e339
3
  size 4999813112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d3ff8801d13032241f11b23af8bf458181a87b41b3e6497cf7cc503a0469ce6
3
  size 4999813112
model-00004-of-00007.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:465cd5f44c4439f2c32c32b9988d8b7ad2c47dae174f6c75adb921f5b1b1187c
3
  size 4999813128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ee4a044f0e1c92ba26c63b584ac344740d70fff1f3d86d073810bc8e610d66
3
  size 4999813128
model-00005-of-00007.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0eacfe5fd93fbae3df398581ccba51ff0bf304bc547b5a802ab05130d5b7541
3
  size 4832007496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b6123fecf735935528930e989780254f5bd5eb78b872cda5677f04479d09c25
3
  size 4832007496
model-00006-of-00007.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d23dc663b4bdaa81cf646143095eb021b8a730b9a563fc629eac84324532a13
3
  size 4999813120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895b3445cc9cb423b5c8b67c289eecd411f860ea3d7255857beb8fcb8e990621
3
  size 4999813120
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 6900,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {