cssupport commited on
Commit
1faeeff
1 Parent(s): d391506

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: text-classification
10
  <!-- Based on https://huggingface.co/t5-small, model generates SQL from text given table list with "CREATE TABLE" statements.
11
  This is a very light weigh model and could be used in multiple analytical applications. -->
12
 
13
- Based on [bert-base-uncased](https://huggingface.co/bert-base-uncased) . This model takes in news summary/news headlines/news article and classifies into one of 40 categories (listed below) . Dataset used to traing this model is from [Kaggle](www.kaggle.com) called [News Category Dataset](https://www.kaggle.com/datasets/rmisra/news-category-dataset) porvided by [ rishabhmisra.github.io/publications]( rishabhmisra.github.io/publications).
14
  Contact us for more info: support@cloudsummary.com.
15
  ### Below are the output labels:
16
  - arts = 0, arts & culture =1, black voices = 2, business = 3, college = 4, comedy = 5, crime = 6, culture & arts = 7, education = 8, entertainment = 9,environment = 10
@@ -25,7 +25,7 @@ Contact us for more info: support@cloudsummary.com.
25
 
26
 
27
 
28
- - **Developed by:** cssupport (support@cloudsummary.com)
29
  - **Model type:** Language model
30
  - **Language(s) (NLP):** English
31
  - **License:** apache-2.0
 
10
  <!-- Based on https://huggingface.co/t5-small, model generates SQL from text given table list with "CREATE TABLE" statements.
11
  This is a very light weigh model and could be used in multiple analytical applications. -->
12
 
13
+ Based on [bert-base-uncased](https://huggingface.co/bert-base-uncased) . This model takes in news summary/news headlines/news article and classifies into one of 40 categories (listed below) . Dataset used to traing this model is from [Kaggle](www.kaggle.com) called [News Category Dataset](https://www.kaggle.com/datasets/rmisra/news-category-dataset) porvided by [ rishabhmisra.github.io/publications]( rishabhmisra.github.io/publications) (Please cite this datatset when using this model).
14
  Contact us for more info: support@cloudsummary.com.
15
  ### Below are the output labels:
16
  - arts = 0, arts & culture =1, black voices = 2, business = 3, college = 4, comedy = 5, crime = 6, culture & arts = 7, education = 8, entertainment = 9,environment = 10
 
25
 
26
 
27
 
28
+ - **Developed by:** CloudSummary (support@cloudsummary.com)
29
  - **Model type:** Language model
30
  - **Language(s) (NLP):** English
31
  - **License:** apache-2.0