Seymasa commited on
Commit
205448e
1 Parent(s): 32685bc

model changed

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
config.json CHANGED
@@ -9,18 +9,18 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "Uygun İlan",
13
- "1": "Is Ilani Degil",
14
- "2": "Mustehcen",
15
- "3": "Cift Pozisyon"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "Uygun İlan": 0,
21
- "Is Ilani Degil": 1,
22
- "Mustehcen": 2,
23
- "Cift Pozisyon": 3
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2,
23
+ "LABEL_3": 3
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
eval_results.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ acc = 0.9851132686084142
2
+ eval_loss = 0.078088339177521
3
+ mcc = 0.9753570379801075
model_args.json CHANGED
@@ -1 +1 @@
1
- {"adafactor_beta1": null, "adafactor_clip_threshold": 1.0, "adafactor_decay_rate": -0.8, "adafactor_eps": [1e-30, 0.001], "adafactor_relative_step": true, "adafactor_scale_parameter": true, "adafactor_warmup_init": true, "adam_betas": [0.9, 0.999], "adam_epsilon": 1e-08, "best_model_dir": "outputs/best_model", "cache_dir": "cache_dir/", "config": {}, "cosine_schedule_num_cycles": 0.5, "custom_layer_parameters": [], "custom_parameter_groups": [], "dataloader_num_workers": 0, "do_lower_case": false, "dynamic_quantize": false, "early_stopping_consider_epochs": false, "early_stopping_delta": 0.01, "early_stopping_metric": "eval_loss", "early_stopping_metric_minimize": true, "early_stopping_patience": 3, "encoding": null, "eval_batch_size": 8, "evaluate_during_training": false, "evaluate_during_training_silent": true, "evaluate_during_training_steps": 2000, "evaluate_during_training_verbose": false, "evaluate_each_epoch": true, "fp16": false, "gradient_accumulation_steps": 1, "learning_rate": 5e-05, "local_rank": -1, "logging_steps": 50, "loss_type": null, "loss_args": {}, "manual_seed": null, "max_grad_norm": 1.0, "max_seq_length": 128, "model_name": "dbmdz/bert-base-turkish-128k-uncased", "model_type": "bert", "multiprocessing_chunksize": -1, "n_gpu": 1, "no_cache": false, "no_save": false, "not_saved_args": [], "num_train_epochs": 2, "optimizer": "AdamW", "output_dir": "bert_model", "overwrite_output_dir": true, "polynomial_decay_schedule_lr_end": 1e-07, "polynomial_decay_schedule_power": 1.0, "process_count": 8, "quantized_model": false, "reprocess_input_data": true, "save_best_model": true, "save_eval_checkpoints": true, "save_model_every_epoch": true, "save_optimizer_and_scheduler": true, "save_steps": 2000, "scheduler": "linear_schedule_with_warmup", "silent": false, "skip_special_tokens": true, "tensorboard_dir": null, "thread_count": null, "tokenizer_name": "dbmdz/bert-base-turkish-128k-uncased", "tokenizer_type": null, "train_batch_size": 8, "train_custom_parameters_only": false, "use_cached_eval_features": false, "use_early_stopping": true, "use_hf_datasets": false, "use_multiprocessing": true, "use_multiprocessing_for_evaluation": true, "wandb_kwargs": {}, "wandb_project": null, "warmup_ratio": 0.06, "warmup_steps": 116, "weight_decay": 0.0, "model_class": "ClassificationModel", "labels_list": [0, 1, 2, 3], "labels_map": {}, "lazy_delimiter": "\t", "lazy_labels_column": 1, "lazy_loading": false, "lazy_loading_start_line": 1, "lazy_text_a_column": null, "lazy_text_b_column": null, "lazy_text_column": 0, "onnx": false, "regression": false, "sliding_window": false, "special_tokens_list": [], "stride": 0.8, "tie_value": 1}
 
1
+ {"adafactor_beta1": null, "adafactor_clip_threshold": 1.0, "adafactor_decay_rate": -0.8, "adafactor_eps": [1e-30, 0.001], "adafactor_relative_step": true, "adafactor_scale_parameter": true, "adafactor_warmup_init": true, "adam_betas": [0.9, 0.999], "adam_epsilon": 1e-08, "best_model_dir": "outputs/best_model", "cache_dir": "cache_dir/", "config": {}, "cosine_schedule_num_cycles": 0.5, "custom_layer_parameters": [], "custom_parameter_groups": [], "dataloader_num_workers": 0, "do_lower_case": false, "dynamic_quantize": false, "early_stopping_consider_epochs": false, "early_stopping_delta": 0.0001, "early_stopping_metric": "eval_loss", "early_stopping_metric_minimize": true, "early_stopping_patience": 5, "encoding": null, "eval_batch_size": 8, "evaluate_during_training": false, "evaluate_during_training_silent": true, "evaluate_during_training_steps": 2000, "evaluate_during_training_verbose": false, "evaluate_each_epoch": true, "fp16": true, "gradient_accumulation_steps": 1, "learning_rate": 4e-05, "local_rank": -1, "logging_steps": 50, "loss_type": null, "loss_args": {}, "manual_seed": 42, "max_grad_norm": 1.0, "max_seq_length": 128, "model_name": "dbmdz/bert-base-turkish-128k-uncased", "model_type": "bert", "multiprocessing_chunksize": -1, "n_gpu": 1, "no_cache": false, "no_save": false, "not_saved_args": [], "num_train_epochs": 3, "optimizer": "AdamW", "output_dir": "/content/drive/MyDrive/bert_model", "overwrite_output_dir": true, "polynomial_decay_schedule_lr_end": 1e-07, "polynomial_decay_schedule_power": 1.0, "process_count": 1, "quantized_model": false, "reprocess_input_data": true, "save_best_model": true, "save_eval_checkpoints": true, "save_model_every_epoch": true, "save_optimizer_and_scheduler": true, "save_steps": 2000, "scheduler": "linear_schedule_with_warmup", "silent": false, "skip_special_tokens": true, "tensorboard_dir": null, "thread_count": null, "tokenizer_name": "dbmdz/bert-base-turkish-128k-uncased", "tokenizer_type": null, "train_batch_size": 8, "train_custom_parameters_only": false, "use_cached_eval_features": false, "use_early_stopping": true, "use_hf_datasets": false, "use_multiprocessing": true, "use_multiprocessing_for_evaluation": true, "wandb_kwargs": {}, "wandb_project": null, "warmup_ratio": 0.06, "warmup_steps": 100, "weight_decay": 0, "model_class": "ClassificationModel", "labels_list": [0, 1, 2, 3], "labels_map": {}, "lazy_delimiter": "\t", "lazy_labels_column": 1, "lazy_loading": false, "lazy_loading_start_line": 1, "lazy_text_a_column": null, "lazy_text_b_column": null, "lazy_text_column": 0, "onnx": false, "regression": false, "sliding_window": false, "special_tokens_list": [], "stride": 0.8, "tie_value": 1}
optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e8ee3aae35552a92a7eec715d8a7670395b130b74fd8a79b458b6b8c9324666
3
- size 1474949317
 
 
 
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:495a0fcb72994d4fc9cc996777359895a7a4c7d8020234ea93f4ef9a75717f2e
3
- size 737463669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d39813a2347008d44857446bc8228950fd6bd1eba081a870edfd2d0971c19c
3
+ size 737466485
requirements.txt ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ altair==4.2.0
5
+ anyio==3.6.2
6
+ appdirs==1.4.4
7
+ appnope==0.1.3
8
+ argon2-cffi==21.3.0
9
+ argon2-cffi-bindings==21.2.0
10
+ arrow==1.2.3
11
+ asttokens==2.2.1
12
+ astunparse==1.6.3
13
+ async-timeout==4.0.2
14
+ attrs==22.2.0
15
+ backcall==0.2.0
16
+ beautifulsoup4==4.11.1
17
+ bleach==5.0.1
18
+ blinker==1.5
19
+ cachetools==5.2.1
20
+ certifi==2022.12.7
21
+ cffi==1.15.1
22
+ charset-normalizer==2.1.1
23
+ click==8.1.3
24
+ comm==0.1.2
25
+ commonmark==0.9.1
26
+ contourpy==1.0.7
27
+ cycler==0.11.0
28
+ datasets==2.8.0
29
+ debugpy==1.6.5
30
+ decorator==5.1.1
31
+ defusedxml==0.7.1
32
+ dill==0.3.6
33
+ docker-pycreds==0.4.0
34
+ entrypoints==0.4
35
+ executing==1.2.0
36
+ fastjsonschema==2.16.2
37
+ filelock==3.9.0
38
+ flatbuffers==23.1.4
39
+ fonttools==4.38.0
40
+ fqdn==1.5.1
41
+ frozenlist==1.3.3
42
+ fsspec==2022.11.0
43
+ gast==0.4.0
44
+ gitdb==4.0.10
45
+ GitPython==3.1.30
46
+ google-auth==2.16.0
47
+ google-auth-oauthlib==0.4.6
48
+ google-pasta==0.2.0
49
+ grpcio==1.51.1
50
+ h5py==3.7.0
51
+ huggingface-hub==0.11.1
52
+ idna==3.4
53
+ importlib-metadata==6.0.0
54
+ ipykernel==6.20.2
55
+ ipython==8.8.0
56
+ ipython-genutils==0.2.0
57
+ ipywidgets==8.0.4
58
+ isoduration==20.11.0
59
+ jedi==0.18.2
60
+ Jinja2==3.1.2
61
+ joblib==1.2.0
62
+ jsonpointer==2.3
63
+ jsonschema==4.17.3
64
+ jupyter==1.0.0
65
+ jupyter-console==6.4.4
66
+ jupyter-events==0.6.3
67
+ jupyter_client==7.4.9
68
+ jupyter_core==5.1.3
69
+ jupyter_server==2.1.0
70
+ jupyter_server_terminals==0.4.4
71
+ jupyterlab-pygments==0.2.2
72
+ jupyterlab-widgets==3.0.5
73
+ keras==2.11.0
74
+ kiwisolver==1.4.4
75
+ libclang==15.0.6.1
76
+ Markdown==3.4.1
77
+ MarkupSafe==2.1.1
78
+ matplotlib==3.6.3
79
+ matplotlib-inline==0.1.6
80
+ mistune==2.0.4
81
+ multidict==6.0.4
82
+ multiprocess==0.70.14
83
+ nbclassic==0.4.8
84
+ nbclient==0.7.2
85
+ nbconvert==7.2.8
86
+ nbformat==5.7.3
87
+ nest-asyncio==1.5.6
88
+ notebook==6.5.2
89
+ notebook_shim==0.2.2
90
+ numpy==1.24.1
91
+ oauthlib==3.2.2
92
+ opt-einsum==3.3.0
93
+ packaging==23.0
94
+ pandas==1.5.2
95
+ pandocfilters==1.5.0
96
+ parso==0.8.3
97
+ pathtools==0.1.2
98
+ pexpect==4.8.0
99
+ pickleshare==0.7.5
100
+ Pillow==9.4.0
101
+ platformdirs==2.6.2
102
+ prometheus-client==0.15.0
103
+ prompt-toolkit==3.0.36
104
+ protobuf==3.19.6
105
+ psutil==5.9.4
106
+ ptyprocess==0.7.0
107
+ pure-eval==0.2.2
108
+ pyarrow==10.0.1
109
+ pyasn1==0.4.8
110
+ pyasn1-modules==0.2.8
111
+ pycparser==2.21
112
+ pydeck==0.8.0
113
+ Pygments==2.14.0
114
+ Pympler==1.0.1
115
+ pyparsing==3.0.9
116
+ pyrsistent==0.19.3
117
+ python-dateutil==2.8.2
118
+ python-json-logger==2.0.4
119
+ pytz==2022.7.1
120
+ pytz-deprecation-shim==0.1.0.post0
121
+ PyYAML==6.0
122
+ pyzmq==25.0.0
123
+ qtconsole==5.4.0
124
+ QtPy==2.3.0
125
+ regex==2022.10.31
126
+ requests==2.28.2
127
+ requests-oauthlib==1.3.1
128
+ responses==0.18.0
129
+ rfc3339-validator==0.1.4
130
+ rfc3986-validator==0.1.1
131
+ rich==13.1.0
132
+ rsa==4.9
133
+ scikit-learn==1.2.0
134
+ scipy==1.10.0
135
+ seaborn==0.12.2
136
+ semver==2.13.0
137
+ Send2Trash==1.8.0
138
+ sentencepiece==0.1.97
139
+ sentry-sdk==1.13.0
140
+ seqeval==1.2.2
141
+ setproctitle==1.3.2
142
+ simpletransformers==0.63.9
143
+ six==1.16.0
144
+ smmap==5.0.0
145
+ sniffio==1.3.0
146
+ sns==0.1
147
+ soupsieve==2.3.2.post1
148
+ stack-data==0.6.2
149
+ statistic==0.1.6
150
+ streamlit==1.17.0
151
+ tensorboard==2.11.2
152
+ tensorboard-data-server==0.6.1
153
+ tensorboard-plugin-wit==1.8.1
154
+ tensorflow-estimator==2.11.0
155
+ tensorflow-macos==2.11.0
156
+ termcolor==2.2.0
157
+ terminado==0.17.1
158
+ threadpoolctl==3.1.0
159
+ tinycss2==1.2.1
160
+ tokenizers==0.13.2
161
+ toml==0.10.2
162
+ toolz==0.12.0
163
+ torch==1.13.1
164
+ torchaudio==0.13.1
165
+ torchvision==0.14.1
166
+ tornado==6.2
167
+ tqdm==4.64.1
168
+ traitlets==5.8.1
169
+ transformers==4.25.1
170
+ typing_extensions==4.4.0
171
+ tzdata==2022.7
172
+ tzlocal==4.2
173
+ uri-template==1.2.0
174
+ urllib3==1.26.14
175
+ validators==0.20.0
176
+ wandb==0.13.9
177
+ wcwidth==0.2.6
178
+ webcolors==1.12
179
+ webencodings==0.5.1
180
+ websocket-client==1.4.2
181
+ Werkzeug==2.2.2
182
+ widgetsnbextension==4.0.5
183
+ wrapt==1.14.1
184
+ xxhash==3.2.0
185
+ yarl==1.8.2
186
+ zipp==3.11.0
scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:654f506adbd99ed71e5289c68129079b1be1c5a98d646cc1fc6f6c448dee3157
3
- size 627
 
 
 
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a2fa039f9525ec7dd2cf09c8d3893d4f2187fdd08d049b9f0e0e76889c2d7de
3
- size 3259
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5594413d3250f3f3104283d35bf66dc5b4a1b503936837300bcaba92b8c55b68
3
+ size 3323