yasirfaizahmed
commited on
Commit
•
c348565
1
Parent(s):
69af877
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Model description
|
@@ -29,5 +38,4 @@ The following hyperparameters were used during training:
|
|
29 |
| beta_2 | 0.9990000128746033 |
|
30 |
| epsilon | 1e-07 |
|
31 |
| amsgrad | False |
|
32 |
-
| training_precision | float32 |
|
33 |
-
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
pipeline_tag: text-classification
|
9 |
+
tags:
|
10 |
+
- sentimental-analysis
|
11 |
+
- text-classification
|
12 |
---
|
13 |
|
14 |
## Model description
|
|
|
38 |
| beta_2 | 0.9990000128746033 |
|
39 |
| epsilon | 1e-07 |
|
40 |
| amsgrad | False |
|
41 |
+
| training_precision | float32 |
|
|