sumedh commited on
Commit
c1746b1
1 Parent(s): 67940a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -1,22 +1,25 @@
1
  ---
2
  library_name: keras
 
 
3
  tags:
4
- - translation
 
5
  ---
6
 
7
  ## Model description
8
 
9
- More information needed
10
 
11
- ## Intended uses & limitations
12
 
13
- More information needed
14
 
15
- ## Training and evaluation data
16
 
17
- More information needed
18
 
19
- ## Training procedure
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