End of training
Browse files- README.md +54 -0
- config.json +7 -7
- generation_config.json +1 -1
- model.safetensors +1 -1
- runs/Mar01_07-05-09_6aeb10c326b5/events.out.tfevents.1709276714.6aeb10c326b5.199.0 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: katuni4ka/tiny-random-chatglm2
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: tiny-random-chatglm2
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# tiny-random-chatglm2
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [katuni4ka/tiny-random-chatglm2](https://huggingface.co/katuni4ka/tiny-random-chatglm2) on an unknown dataset.
|
16 |
+
|
17 |
+
## Model description
|
18 |
+
|
19 |
+
More information needed
|
20 |
+
|
21 |
+
## Intended uses & limitations
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Training and evaluation data
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training procedure
|
30 |
+
|
31 |
+
### Training hyperparameters
|
32 |
+
|
33 |
+
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 0.0005
|
35 |
+
- train_batch_size: 32
|
36 |
+
- eval_batch_size: 32
|
37 |
+
- seed: 42
|
38 |
+
- gradient_accumulation_steps: 8
|
39 |
+
- total_train_batch_size: 256
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: cosine
|
42 |
+
- lr_scheduler_warmup_steps: 1000
|
43 |
+
- num_epochs: 1
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
### Framework versions
|
50 |
+
|
51 |
+
- Transformers 4.38.1
|
52 |
+
- Pytorch 2.1.0+cu121
|
53 |
+
- Datasets 2.17.1
|
54 |
+
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"add_bias_linear": false,
|
4 |
"add_qkv_bias": true,
|
5 |
"apply_query_key_layer_scaling": true,
|
@@ -10,11 +10,11 @@
|
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|
12 |
"auto_map": {
|
13 |
-
"AutoConfig": "configuration_chatglm.ChatGLMConfig",
|
14 |
-
"AutoModel": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
15 |
-
"AutoModelForCausalLM": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
16 |
-
"AutoModelForSeq2SeqLM": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
17 |
-
"AutoModelForSequenceClassification": "modeling_chatglm.ChatGLMForSequenceClassification"
|
18 |
},
|
19 |
"bias_dropout_fusion": true,
|
20 |
"classifier_dropout": null,
|
@@ -41,7 +41,7 @@
|
|
41 |
"seq_length": 32768,
|
42 |
"tie_word_embeddings": false,
|
43 |
"torch_dtype": "float32",
|
44 |
-
"transformers_version": "4.38.
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 65024
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "katuni4ka/tiny-random-chatglm2",
|
3 |
"add_bias_linear": false,
|
4 |
"add_qkv_bias": true,
|
5 |
"apply_query_key_layer_scaling": true,
|
|
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|
12 |
"auto_map": {
|
13 |
+
"AutoConfig": "katuni4ka/tiny-random-chatglm2--configuration_chatglm.ChatGLMConfig",
|
14 |
+
"AutoModel": "katuni4ka/tiny-random-chatglm2--modeling_chatglm.ChatGLMForConditionalGeneration",
|
15 |
+
"AutoModelForCausalLM": "katuni4ka/tiny-random-chatglm2--modeling_chatglm.ChatGLMForConditionalGeneration",
|
16 |
+
"AutoModelForSeq2SeqLM": "katuni4ka/tiny-random-chatglm2--modeling_chatglm.ChatGLMForConditionalGeneration",
|
17 |
+
"AutoModelForSequenceClassification": "katuni4ka/tiny-random-chatglm2--modeling_chatglm.ChatGLMForSequenceClassification"
|
18 |
},
|
19 |
"bias_dropout_fusion": true,
|
20 |
"classifier_dropout": null,
|
|
|
41 |
"seq_length": 32768,
|
42 |
"tie_word_embeddings": false,
|
43 |
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.38.1",
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 65024
|
47 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"eos_token_id": 2,
|
4 |
"pad_token_id": 0,
|
5 |
-
"transformers_version": "4.38.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"eos_token_id": 2,
|
4 |
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.38.1"
|
6 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 77305592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feebf1e929365645e986ae056b8fc1ab8c56f96f44d837f4d2cdd002b4900a44
|
3 |
size 77305592
|
runs/Mar01_07-05-09_6aeb10c326b5/events.out.tfevents.1709276714.6aeb10c326b5.199.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be89ef525bcd21a452271cb6f5f8cec0e7535021c93831d93b1fe34058fb9439
|
3 |
+
size 5921
|
tokenizer_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"added_tokens_decoder": {},
|
3 |
"auto_map": {
|
4 |
"AutoTokenizer": [
|
5 |
-
"tokenization_chatglm.ChatGLMTokenizer",
|
6 |
null
|
7 |
]
|
8 |
},
|
|
|
2 |
"added_tokens_decoder": {},
|
3 |
"auto_map": {
|
4 |
"AutoTokenizer": [
|
5 |
+
"katuni4ka/tiny-random-chatglm2--tokenization_chatglm.ChatGLMTokenizer",
|
6 |
null
|
7 |
]
|
8 |
},
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc684d11dd0b8d8ac3d7cb497cff6d6be0056ae157c6de5c0140726275e6eb86
|
3 |
+
size 4856
|