Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,25 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
3 |
tags:
|
4 |
-
-
|
|
|
5 |
---
|
6 |
|
7 |
## Model description
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
### Training hyperparameters
|
22 |
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
language: en
|
4 |
+
datasets: newsgroup
|
5 |
tags:
|
6 |
+
- multiclass-classification
|
7 |
+
- newsgroup
|
8 |
---
|
9 |
|
10 |
## Model description
|
11 |
|
12 |
+
Text classification on the Newsgroup20 dataset using pre-trained [GloVe](https://nlp.stanford.edu/projects/glove/) word embeddings.
|
13 |
|
14 |
+
This repo contains the model [to this Keras example using pre-trained word embeddings](https://keras.io/examples/nlp/pretrained_word_embeddings/).
|
15 |
|
16 |
+
Full credits to : [fchollet](https://twitter.com/fchollet)
|
17 |
|
18 |
+
Model reproduced by : [Sumedh](https://huggingface.co/sumedh)
|
19 |
|
20 |
+
## Training and evaluation data
|
21 |
|
22 |
+
Newsgroup20 dataset, a set of 20,000 message board messages belonging to 20 different topic categories
|
23 |
|
24 |
### Training hyperparameters
|
25 |
|