parquet-converter commited on
Commit
63ed5a0
1 Parent(s): 5263ca1

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,38 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.model filter=lfs diff=lfs merge=lfs -text
11
- *.msgpack filter=lfs diff=lfs merge=lfs -text
12
- *.onnx filter=lfs diff=lfs merge=lfs -text
13
- *.ot filter=lfs diff=lfs merge=lfs -text
14
- *.parquet filter=lfs diff=lfs merge=lfs -text
15
- *.pb filter=lfs diff=lfs merge=lfs -text
16
- *.pt filter=lfs diff=lfs merge=lfs -text
17
- *.pth filter=lfs diff=lfs merge=lfs -text
18
- *.rar filter=lfs diff=lfs merge=lfs -text
19
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
- *.tar.* filter=lfs diff=lfs merge=lfs -text
21
- *.tflite filter=lfs diff=lfs merge=lfs -text
22
- *.tgz filter=lfs diff=lfs merge=lfs -text
23
- *.wasm filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- # Audio files - uncompressed
29
- *.pcm filter=lfs diff=lfs merge=lfs -text
30
- *.sam filter=lfs diff=lfs merge=lfs -text
31
- *.raw filter=lfs diff=lfs merge=lfs -text
32
- # Audio files - compressed
33
- *.aac filter=lfs diff=lfs merge=lfs -text
34
- *.flac filter=lfs diff=lfs merge=lfs -text
35
- *.mp3 filter=lfs diff=lfs merge=lfs -text
36
- *.ogg filter=lfs diff=lfs merge=lfs -text
37
- *.wav filter=lfs diff=lfs merge=lfs -text
38
- cleaned_news_article_dataset.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE DELETED
@@ -1,26 +0,0 @@
1
- MICROSOFT REFERENCE SOURCE LICENSE (MS-RSL)
2
-
3
- This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
4
-
5
- 1. Definitions
6
- The terms "reproduce," "reproduction" and "distribution" have the same meaning here as under U.S. copyright law.
7
-
8
- "You" means the licensee of the software.
9
-
10
- "Your company" means the company you worked for when you downloaded the software.
11
-
12
- "Reference use" means use of the software within your company as a reference, in read only form, for the sole purposes of debugging your products, maintaining your products, or enhancing the interoperability of your products with the software, and specifically excludes the right to distribute the software outside of your company.
13
-
14
- "Licensed patents" means any Licensor patent claims which read directly on the software as distributed by the Licensor under this license.
15
-
16
- 2. Grant of Rights
17
- (A) Copyright Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free copyright license to reproduce the software for reference use.
18
-
19
- (B) Patent Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free patent license under licensed patents for reference use.
20
-
21
- 3. Limitations
22
- (A) No Trademark License- This license does not grant you any rights to use the Licensor's name, logo, or trademarks.
23
-
24
- (B) If you begin patent litigation against the Licensor over patents that you think may apply to the software (including a cross-claim or counterclaim in a lawsuit), your license to the software ends automatically.
25
-
26
- (C) The software is licensed "as-is." You bear the risk of using it. The Licensor gives no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the Licensor excludes the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,40 +0,0 @@
1
- ---
2
- license:
3
- - other
4
- language:
5
- - en
6
- multilinguality:
7
- - monolingual
8
- task_categories:
9
- - text-classification
10
- task_ids:
11
- - multi-class-classification
12
- ---
13
-
14
- # Dataset Card for News_Articles_Categorization
15
-
16
- ## Table of Contents
17
- - [Dataset Description](#dataset-description)
18
- - [Languages](#languages)
19
- - [Dataset Structure](#dataset-structure)
20
- - [Source Data](#source-data)
21
-
22
- ## Dataset Description
23
-
24
- 3722 News Articles classified into different categories namely: World, Politics, Tech, Entertainment, Sport, Business, Health, and Science
25
-
26
- ## Languages
27
-
28
- The text in the dataset is in English
29
-
30
- ## Dataset Structure
31
-
32
- The dataset consists of two columns namely Text and Category.
33
- The Text column consists of the news article and the Category column consists of the class each article belongs to
34
-
35
-
36
- ## Source Data
37
-
38
- The dataset is scrapped across different news platforms
39
-
40
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cleaned_news_article_dataset.csv → valurank--News_Articles_Categorization/csv-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b36e9fc402072419d157f6eca909e5ccba71d0e0438a1ab6abd0e5388d87eee8
3
- size 19328656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63b9550df6e25a5881037593cbe6d731a2eabe100ce12928e76e7719cfad435
3
+ size 11747715