Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
|
4 |
Summary of Code Functionality:
|
@@ -13,4 +19,4 @@ Finally, it predicts the word for any given number (like 45) and decodes it back
|
|
13 |
|
14 |
Example:
|
15 |
|
16 |
-
45 → Model predicts label → Decoder converts to "forty-five"
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: text-classification
|
5 |
+
library_name: sklearn
|
6 |
+
---
|
7 |
+
---
|
8 |
license: mit
|
9 |
|
10 |
Summary of Code Functionality:
|
|
|
19 |
|
20 |
Example:
|
21 |
|
22 |
+
45 → Model predicts label → Decoder converts to "forty-five"
|