CoolFace
Modelpublic

Price11/bert_based-NO-SQLI

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes8downloads
README.md62 linesDownload Raw Back to root
1---2license: apache-2.03base_model: bert-base-uncased4tags:5- generated_from_trainer6metrics:7- accuracy8model-index:9- name: bert_based-NO-SQLI10  results: []11---12 13<!-- This model card has been generated automatically according to the information the Trainer had access to. You14should probably proofread and complete it, then remove this comment. -->15 16# bert_based-NO-SQLI17 18This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.19It achieves the following results on the evaluation set:20- Loss: 0.000021- Accuracy: 1.022 23## Model description24 25More information needed26 27## Intended uses & limitations28 29More information needed30 31## Training and evaluation data32 33More information needed34 35## Training procedure36 37### Training hyperparameters38 39The following hyperparameters were used during training:40- learning_rate: 2e-0541- train_batch_size: 842- eval_batch_size: 843- seed: 4244- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-0845- lr_scheduler_type: linear46- num_epochs: 247 48### Training results49 50| Training Loss | Epoch | Step | Validation Loss | Accuracy |51|:-------------:|:-----:|:----:|:---------------:|:--------:|52| 0.0052        | 1.0   | 1000 | 0.0001          | 1.0      |53| 0.0           | 2.0   | 2000 | 0.0000          | 1.0      |54 55 56### Framework versions57 58- Transformers 4.31.059- Pytorch 2.0.1+cu11860- Datasets 2.13.161- Tokenizers 0.11.062