obahamonde commited on
Commit
bb57b44
·
verified ·
1 Parent(s): fb54277

obahamonde/chaski-7B

Browse files
README.md CHANGED
@@ -8,23 +8,32 @@ model-index:
8
  results: []
9
  ---
10
 
11
- # Chasky-7B
 
12
 
13
- ![Chasky](https://aws-call-4-speakers.s3.us-east-1.amazonaws.com/chasky.png)
 
 
14
 
15
  ## Model description
16
 
17
- A chasqui (also spelled chaski) was a messenger of the Inca empire.
18
- Agile, highly trained and physically fit, they were in charge of carrying messages in the form of quipus or oral information and small packets.
19
- Along the Inca road system there were relay stations called chaskiwasi (house of chasqui), placed at about 2.5 kilometres (1.6 mi) from each other,
20
- where the chasqui switched, exchanging their message(s) with the fresh messenger.
21
- The chasqui system could be able to deliver a message or a gift along a distance of up to 300 kilometres (190 mi) per day
 
 
 
 
 
 
22
 
23
  ### Training hyperparameters
24
 
25
  The following hyperparameters were used during training:
26
  - learning_rate: 0.0002
27
- - train_batch_size: 4
28
  - eval_batch_size: 8
29
  - seed: 42
30
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
@@ -32,6 +41,10 @@ The following hyperparameters were used during training:
32
  - lr_scheduler_warmup_ratio: 0.03
33
  - num_epochs: 5
34
 
 
 
 
 
35
  ### Framework versions
36
 
37
  - Transformers 4.36.2
 
8
  results: []
9
  ---
10
 
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
 
14
+ # chaski-7B
15
+
16
+ This model is a fine-tuned version of [cognitivecomputations/dolphin-2.1-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.1-mistral-7b) on an unknown dataset.
17
 
18
  ## Model description
19
 
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 0.0002
36
+ - train_batch_size: 1
37
  - eval_batch_size: 8
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
41
  - lr_scheduler_warmup_ratio: 0.03
42
  - num_epochs: 5
43
 
44
+ ### Training results
45
+
46
+
47
+
48
  ### Framework versions
49
 
50
  - Transformers 4.36.2
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "k_proj",
23
  "down_proj",
24
  "gate_proj",
25
- "up_proj",
26
  "v_proj",
 
27
  "q_proj",
28
- "o_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "down_proj",
23
  "gate_proj",
24
+ "o_proj",
25
  "v_proj",
26
+ "k_proj",
27
  "q_proj",
28
+ "up_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
runs/Mar21_16-32-14_lab/events.out.tfevents.1711038735.lab.153745.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e986ef95d0303fedbc70dadedc8a47a17a7025e721720a442af5cbabbe7ab8
3
+ size 5576
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": {
5
  "strategy": "BatchLongest",
6
  "direction": "Right",
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": {
10
  "strategy": "BatchLongest",
11
  "direction": "Right",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad6ea7e984b94d60cd1ce82807509a4605d551c369dae971949ade7690f31b5b
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b589a293338e419f8ac50fb3d91d904e3f21101acea7f7150aa9a9082819050d
3
+ size 4728