license: afl-3.0 | |
datasets: | |
- carlosejimenez/mrpc_corpus | |
language: | |
- en | |
metrics: | |
- accuracy | |
- f1 | |
pipeline_tag: text-classification | |
# What I did:- | |
Learned about datasets in the Hub | |
Learned how to load and preprocess datasets | |
Learned how to fine-tune and evaluate a model with Keras | |
Implemented a custom metric | |