loiccabannes commited on
Commit
7eeb2cc
1 Parent(s): 3ebd1d3

End of training

Browse files
Files changed (6) hide show
  1. README.md +54 -0
  2. emoji.json +0 -0
  3. pytorch_model.bin +3 -0
  4. special_tokens_map.json +6 -0
  5. tokenizer_config.json +28 -0
  6. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: MambaSan-130m
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # MambaSan-130m
13
+
14
+ This model was trained from scratch on the None dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 0.0005
34
+ - train_batch_size: 4
35
+ - eval_batch_size: 4
36
+ - seed: 42
37
+ - gradient_accumulation_steps: 8
38
+ - total_train_batch_size: 32
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: cosine
41
+ - lr_scheduler_warmup_steps: 100
42
+ - num_epochs: 1
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.36.2
52
+ - Pytorch 2.1.2+cu121
53
+ - Datasets 2.16.1
54
+ - Tokenizers 0.15.0
emoji.json ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a87cb8bb187ae8856f5de3f28babd83119701693c5219cef7ab1eb66244529d
3
+ size 460477330
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|startoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "31996": {
4
+ "content": "<|startoftext|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "31999": {
12
+ "content": "<|endoftext|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ }
19
+ },
20
+ "bos_token": "<|startoftext|>",
21
+ "clean_up_tokenization_spaces": true,
22
+ "do_clean_text": false,
23
+ "eos_token": "<|endoftext|>",
24
+ "model_max_length": 2048,
25
+ "pad_token": "<|endoftext|>",
26
+ "tokenizer_class": "GPTNeoXJapaneseTokenizer",
27
+ "unk_token": "<|endoftext|>"
28
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff