CoolFace
Datasetpublic

sharmapratik88/Resume_Classification

sourceHugging Faceccupdated 3y agoView on Hugging Face
0likes21downloads
README.md33 linesDownload Raw Back to root
1---2license: cc3dataset_info:4  features:5  - name: Resume_str6    dtype: string7  - name: Category8    dtype: string9  - name: ID10    dtype: int6411  splits:12  - name: train13    num_bytes: 1409294414    num_examples: 223515  - name: validation16    num_bytes: 84198517    num_examples: 12418  - name: test19    num_bytes: 79719620    num_examples: 12521  download_size: 796475722  dataset_size: 1573212523configs:24- config_name: default25  data_files:26  - split: train27    path: data/train-*28  - split: validation29    path: data/validation-*30  - split: test31    path: data/test-*32---33