CoolFace
Datasetpublic

bsoviedo/NER_Twitter_Col_model_toLowerCase

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes81downloads
README.md48 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: user_id5    dtype: int646  - name: YYYY-MM-DD7    dtype: string8  - name: tweet9    dtype: string10  - name: replies11    dtype: int6412  - name: retweets13    dtype: int6414  - name: likes15    dtype: int6416  - name: country17    dtype: string18  - name: city19    dtype: string20  - name: tweet_limpio21    dtype: string22  - name: LOC123    dtype: string24  - name: LOC225    dtype: string26  - name: LOC327    dtype: string28  - name: LOC429    dtype: string30  - name: LOC531    dtype: string32  - name: LOC633    dtype: string34  - name: LOC735    dtype: string36  splits:37  - name: train38    num_bytes: 4774100287.67509239    num_examples: 1893403740  download_size: 241504279141  dataset_size: 4774100287.67509242configs:43- config_name: default44  data_files:45  - split: train46    path: data/train-*47---48