AnotherPotatoCoder commited on
Commit
4a6bf86
·
verified ·
1 Parent(s): 868e854

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ new_validations.csv filter=lfs diff=lfs merge=lfs -text
38
+ new_validations_with_scores.csv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
added_tokens.json ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dtype": "float16",
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 896,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4864,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention"
38
+ ],
39
+ "max_position_embeddings": 32768,
40
+ "max_window_layers": 24,
41
+ "model_type": "qwen2",
42
+ "num_attention_heads": 14,
43
+ "num_hidden_layers": 24,
44
+ "num_key_value_heads": 2,
45
+ "pad_token_id": null,
46
+ "rms_norm_eps": 1e-06,
47
+ "rope_parameters": {
48
+ "rope_theta": 1000000.0,
49
+ "rope_type": "default"
50
+ },
51
+ "sliding_window": null,
52
+ "tie_word_embeddings": true,
53
+ "transformers_version": "5.0.0",
54
+ "use_cache": true,
55
+ "use_mrope": false,
56
+ "use_sliding_window": false,
57
+ "vocab_size": 188416
58
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "5.0.0"
6
+ }
losses.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch_1": {
3
+ "train": [
4
+ 5.271936893463135,
5
+ 1.9609320962147132,
6
+ 1.9740553322323673,
7
+ 2.139290197198657,
8
+ 2.247907088415043,
9
+ 2.285330520112168,
10
+ 2.2319649446604624,
11
+ 2.243296389228891,
12
+ 2.2536917634157314,
13
+ 2.209015501663089,
14
+ 2.226236399967928,
15
+ 2.206922415883054,
16
+ 2.178474697989185,
17
+ 2.1676215355385198,
18
+ 2.1512051139756836,
19
+ 2.1398139397638873,
20
+ 2.1226689175551607,
21
+ 2.073150171520742,
22
+ 2.1201384635516316,
23
+ 2.076858220269551,
24
+ 2.097028753606955
25
+ ],
26
+ "valid": [
27
+ 1.1291518211364746,
28
+ 2.067204667814784,
29
+ 2.0799241820668994,
30
+ 2.0836550180902953,
31
+ 2.0208084501694366,
32
+ 2.046902624599834,
33
+ 2.048392039174816,
34
+ 2.0523822885502425,
35
+ 2.1093318052164953,
36
+ 2.045438961157781,
37
+ 2.0284024898543556,
38
+ 2.0823902644132026,
39
+ 2.068561091735789,
40
+ 2.04120002024074,
41
+ 2.110343912481808,
42
+ 2.0642544958074738,
43
+ 2.1391414723468825,
44
+ 2.0862888607688728,
45
+ 2.0415287822371653,
46
+ 2.102056995770777,
47
+ 2.0660724703349995
48
+ ]
49
+ },
50
+ "epoch_2": {
51
+ "train": [
52
+ 1.1250828504562378,
53
+ 1.6866733151915911,
54
+ 1.6711480116874382,
55
+ 1.6840804061046928,
56
+ 1.68249223763249,
57
+ 1.70828488573583,
58
+ 1.6997642467125647,
59
+ 1.6986137225569502,
60
+ 1.680408867195601,
61
+ 1.709202501557868,
62
+ 1.7080492489857952,
63
+ 1.6736224725515254,
64
+ 1.68992514700654,
65
+ 1.6553177957586642,
66
+ 1.6625943104862362,
67
+ 1.6536764682874687,
68
+ 1.6486711747365426,
69
+ 1.6435150859902639,
70
+ 1.6376260894954808,
71
+ 1.6223357702366303,
72
+ 1.6161062715675782
73
+ ],
74
+ "valid": [
75
+ 0.7614306211471558,
76
+ 1.9096627201417553,
77
+ 1.9389004737931965,
78
+ 1.9154423076390314,
79
+ 1.8614522431739837,
80
+ 1.88988713721812,
81
+ 1.8942808100932451,
82
+ 1.904625305431424,
83
+ 1.9441249492957111,
84
+ 1.880363641469651,
85
+ 1.8738720467448688,
86
+ 1.9273116527401448,
87
+ 1.9208439817446719,
88
+ 1.8939266498324536,
89
+ 1.9537830798118287,
90
+ 1.8849086070242036,
91
+ 1.9721769031009746,
92
+ 1.9307436939654694,
93
+ 1.8900886493037408,
94
+ 1.9701839389683176,
95
+ 1.899274163146436
96
+ ]
97
+ },
98
+ "epoch_3": {
99
+ "train": [
100
+ 1.1513729095458984,
101
+ 1.06434254796949,
102
+ 1.0766028918489512,
103
+ 1.0793594382199887,
104
+ 1.0857450410320952,
105
+ 1.0669733012674023,
106
+ 1.0846032033410125,
107
+ 1.081505761809043,
108
+ 1.0676487164250952,
109
+ 1.0597493878905535,
110
+ 1.0608423910563107,
111
+ 1.069292292146742,
112
+ 1.044115708225306,
113
+ 1.0520662938722887,
114
+ 1.041138549011226,
115
+ 1.0357335644956627,
116
+ 1.022188963157729,
117
+ 1.0211489132882372,
118
+ 1.0403658007963787,
119
+ 1.0455147695060618,
120
+ 1.0299970061184738
121
+ ],
122
+ "valid": [
123
+ 0.4119639992713928,
124
+ 1.9787316288331616,
125
+ 1.9904993831431457,
126
+ 1.976195783329554,
127
+ 1.9031735930889278,
128
+ 1.9484034901052827,
129
+ 1.9585362489232545,
130
+ 1.9623318482827778,
131
+ 1.998200187551658,
132
+ 1.9331881993170474,
133
+ 1.935898186022791,
134
+ 1.9807388553601255,
135
+ 1.978663128138495,
136
+ 1.966193325392647,
137
+ 2.0159074038607088,
138
+ 1.926523634689389,
139
+ 2.0204776920406537,
140
+ 1.9855956211969426,
141
+ 1.9435239793456554,
142
+ 2.030767936896915,
143
+ 1.9467219725081222
144
+ ]
145
+ }
146
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:004468bfc980a20cf22639a9cafc9b2bdbbf27550f9ac7604014538598256d71
3
+ size 1053469744
new_validations.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c03b346cc997bcc2ca840496d835c520cef6120ecdfc1f71ba309966aa90f6
3
+ size 16888254
new_validations_with_scores.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dffef53c699396322f99d77db7fb8b1c39883d38c03257eea101a3b929564ad
3
+ size 17143487
special_tokens_map.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": "<|endoftext|>"
25
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c93b134f89d56e007fa03b27615ee26ca2279941d496d91f7bf76a7b2cc186f
3
+ size 18165957
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
vocab.json ADDED
The diff for this file is too large to render. See raw diff