sadhaklal's picture
added README.md
9fea08e verified
|
raw
history blame
No virus
713 Bytes
---
license: apache-2.0
datasets:
- sst2
language:
- en
metrics:
- accuracy
library_name: transformers
pipeline_tag: text-classification
---
# bert-base-uncased-finetuned-sst2-v2
"bert-base-uncased" finetuned on SST-2.
This model pertains to the "Try it out!" exercise in section 4 of chapter 3 of the Hugging Face "NLP Course" (https://huggingface.co/learn/nlp-course/chapter3/4).
It was trained using a custom PyTorch loop without Hugging Face Accelerate.
Code: https://github.com/sambitmukherjee/hf-nlp-course-exercises/blob/main/chapter3/section4.ipynb
Experiment tracking: https://wandb.ai/sadhaklal/bert-base-uncased-finetuned-sst2-v2
## Metric
Accuracy on the `'validation'` split of SST-2: 0.9278