dreamboat26
commited on
Commit
•
10bfbb3
1
Parent(s):
2c3d1ca
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,9 @@ metrics:
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
pipeline_tag: text-classification
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
pipeline_tag: text-classification
|
11 |
+
---
|
12 |
+
# What I did:-
|
13 |
+
Learned about datasets in the Hub
|
14 |
+
Learned how to load and preprocess datasets
|
15 |
+
Learned how to fine-tune and evaluate a model with Keras
|
16 |
+
Implemented a custom metric
|