Mauricio-100 commited on
Commit
33fedcc
·
verified ·
1 Parent(s): f238fcd

Model save

Browse files
Files changed (5) hide show
  1. README.md +46 -1
  2. model.safetensors +1 -1
  3. special_tokens_map.json +26 -38
  4. tokenizer.json +16 -2
  5. training_args.bin +2 -2
README.md CHANGED
@@ -8,4 +8,49 @@ model-index:
8
  - name: unity-tinny-go
9
  results: []
10
  ---
11
- ## **C'est modele est encours de developpement**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - name: unity-tinny-go
9
  results: []
10
  ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # unity-tinny-go
16
+
17
+ This model is a fine-tuned version of [Gopu-poss/unity-tinny-go](https://huggingface.co/Gopu-poss/unity-tinny-go) on the None dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 2
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 2
41
+ - total_train_batch_size: 4
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 50
45
+ - num_epochs: 3
46
+
47
+ ### Training results
48
+
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.57.1
54
+ - Pytorch 2.8.0+cu126
55
+ - Datasets 4.0.0
56
+ - Tokenizers 0.22.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e9ef4e83725a6a928da36e071558e73845e3fa9fcd04b7c227c84f62ada83d1
3
  size 497792640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:545fd049accb7fab2c0c7dd91c32331511647c567eb0951719f0d2e2c50cf177
3
  size 497792640
special_tokens_map.json CHANGED
@@ -1,43 +1,25 @@
1
  {
2
  "additional_special_tokens": [
3
- {
4
- "content": "<|gopu_start|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "<|gopu_end|>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- },
17
- {
18
- "content": "<|user_message|>",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- },
24
- {
25
- "content": "<|gopu_response|>",
26
- "lstrip": false,
27
- "normalized": false,
28
- "rstrip": false,
29
- "single_word": false
30
- },
31
- {
32
- "content": "<|gopu_identity|>",
33
- "lstrip": false,
34
- "normalized": false,
35
- "rstrip": false,
36
- "single_word": false
37
- }
38
  ],
39
- "bos_token": "<|endoftext|>",
40
- "eos_token": "<|endoftext|>",
 
 
 
 
 
 
 
 
 
 
 
 
41
  "pad_token": {
42
  "content": "<|pad|>",
43
  "lstrip": false,
@@ -45,5 +27,11 @@
45
  "rstrip": false,
46
  "single_word": false
47
  },
48
- "unk_token": "<|endoftext|>"
 
 
 
 
 
 
49
  }
 
1
  {
2
  "additional_special_tokens": [
3
+ "<|gopu_start|>",
4
+ "<|gopu_end|>",
5
+ "<|user_message|>",
6
+ "<|gopu_response|>",
7
+ "<|gopu_identity|>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ],
9
+ "bos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "pad_token": {
24
  "content": "<|pad|>",
25
  "lstrip": false,
 
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "unk_token": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 50256,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 256,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 50257,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<|pad|>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 50256,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac7a96d3a342e34b2e7c57c4e28d5a3a4c6118964cc72eecdff55c7349250c59
3
- size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b271ec627da50d0d47464bd5750cd95423496b041887af879804b2b97f56cb9
3
+ size 5841