{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "view-in-github"
},
"source": [
""
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "NEY9t4qA3nuM",
"outputId": "eed1a9cb-063d-4ecc-b230-fa843af408f5"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Mounted at /content/drive\n"
]
}
],
"source": [
"from google.colab import drive\n",
"drive.mount('/content/drive')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "CeYjJxz11e87",
"outputId": "be6cba46-2887-4880-e32a-94243418c4f5"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Collecting sentence-transformers\n",
" Downloading sentence_transformers-3.0.1-py3-none-any.whl.metadata (10 kB)\n",
"Collecting datasets\n",
" Downloading datasets-2.20.0-py3-none-any.whl.metadata (19 kB)\n",
"Requirement already satisfied: transformers<5.0.0,>=4.34.0 in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (4.42.4)\n",
"Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (4.66.4)\n",
"Requirement already satisfied: torch>=1.11.0 in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (2.3.1+cu121)\n",
"Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (1.26.4)\n",
"Requirement already satisfied: scikit-learn in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (1.3.2)\n",
"Requirement already satisfied: scipy in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (1.13.1)\n",
"Requirement already satisfied: huggingface-hub>=0.15.1 in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (0.23.5)\n",
"Requirement already satisfied: Pillow in /usr/local/lib/python3.10/dist-packages (from sentence-transformers) (9.4.0)\n",
"Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from datasets) (3.15.4)\n",
"Collecting pyarrow>=15.0.0 (from datasets)\n",
" Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB)\n",
"Requirement already satisfied: pyarrow-hotfix in /usr/local/lib/python3.10/dist-packages (from datasets) (0.6)\n",
"Collecting dill<0.3.9,>=0.3.0 (from datasets)\n",
" Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB)\n",
"Requirement already satisfied: pandas in /usr/local/lib/python3.10/dist-packages (from datasets) (2.1.4)\n",
"Collecting requests>=2.32.2 (from datasets)\n",
" Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)\n",
"Collecting xxhash (from datasets)\n",
" Downloading xxhash-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)\n",
"Collecting multiprocess (from datasets)\n",
" Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB)\n",
"Collecting fsspec<=2024.5.0,>=2023.1.0 (from fsspec[http]<=2024.5.0,>=2023.1.0->datasets)\n",
" Downloading fsspec-2024.5.0-py3-none-any.whl.metadata (11 kB)\n",
"Requirement already satisfied: aiohttp in /usr/local/lib/python3.10/dist-packages (from datasets) (3.10.0)\n",
"Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from datasets) (24.1)\n",
"Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from datasets) (6.0.1)\n",
"Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (2.3.4)\n",
"Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.3.1)\n",
"Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (23.2.0)\n",
"Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.4.1)\n",
"Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (6.0.5)\n",
"Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.9.4)\n",
"Requirement already satisfied: async-timeout<5.0,>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (4.0.3)\n",
"Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.15.1->sentence-transformers) (4.12.2)\n",
"Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets) (3.3.2)\n",
"Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets) (3.7)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets) (2.0.7)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets) (2024.7.4)\n",
"Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch>=1.11.0->sentence-transformers) (1.13.1)\n",
"Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch>=1.11.0->sentence-transformers) (3.3)\n",
"Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=1.11.0->sentence-transformers) (3.1.4)\n",
"Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n",
"Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n",
"Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)\n",
"Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)\n",
"Collecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n",
"Collecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n",
"Collecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n",
"Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)\n",
"Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)\n",
"Collecting nvidia-nccl-cu12==2.20.5 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB)\n",
"Collecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.7 kB)\n",
"Requirement already satisfied: triton==2.3.1 in /usr/local/lib/python3.10/dist-packages (from torch>=1.11.0->sentence-transformers) (2.3.1)\n",
"Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.11.0->sentence-transformers)\n",
" Using cached nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)\n",
"Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.10/dist-packages (from transformers<5.0.0,>=4.34.0->sentence-transformers) (2024.5.15)\n",
"Requirement already satisfied: safetensors>=0.4.1 in /usr/local/lib/python3.10/dist-packages (from transformers<5.0.0,>=4.34.0->sentence-transformers) (0.4.3)\n",
"Requirement already satisfied: tokenizers<0.20,>=0.19 in /usr/local/lib/python3.10/dist-packages (from transformers<5.0.0,>=4.34.0->sentence-transformers) (0.19.1)\n",
"Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2.8.2)\n",
"Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2024.1)\n",
"Requirement already satisfied: tzdata>=2022.1 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2024.1)\n",
"Requirement already satisfied: joblib>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from scikit-learn->sentence-transformers) (1.4.2)\n",
"Requirement already satisfied: threadpoolctl>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn->sentence-transformers) (3.5.0)\n",
"Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.16.0)\n",
"Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch>=1.11.0->sentence-transformers) (2.1.5)\n",
"Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from sympy->torch>=1.11.0->sentence-transformers) (1.3.0)\n",
"Downloading sentence_transformers-3.0.1-py3-none-any.whl (227 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m227.1/227.1 kB\u001b[0m \u001b[31m7.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hDownloading datasets-2.20.0-py3-none-any.whl (547 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m547.8/547.8 kB\u001b[0m \u001b[31m26.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hDownloading dill-0.3.8-py3-none-any.whl (116 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m116.3/116.3 kB\u001b[0m \u001b[31m11.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hDownloading fsspec-2024.5.0-py3-none-any.whl (316 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m316.1/316.1 kB\u001b[0m \u001b[31m28.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hDownloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (39.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m39.9/39.9 MB\u001b[0m \u001b[31m29.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hDownloading requests-2.32.3-py3-none-any.whl (64 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m64.9/64.9 kB\u001b[0m \u001b[31m6.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hUsing cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)\n",
"Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)\n",
"Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)\n",
"Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)\n",
"Using cached nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB)\n",
"Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)\n",
"Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)\n",
"Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)\n",
"Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)\n",
"Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB)\n",
"Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)\n",
"Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m134.8/134.8 kB\u001b[0m \u001b[31m12.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hDownloading xxhash-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m194.1/194.1 kB\u001b[0m \u001b[31m19.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hUsing cached nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB)\n",
"Installing collected packages: xxhash, requests, pyarrow, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, fsspec, dill, nvidia-cusparse-cu12, nvidia-cudnn-cu12, multiprocess, nvidia-cusolver-cu12, datasets, sentence-transformers\n",
" Attempting uninstall: requests\n",
" Found existing installation: requests 2.31.0\n",
" Uninstalling requests-2.31.0:\n",
" Successfully uninstalled requests-2.31.0\n",
" Attempting uninstall: pyarrow\n",
" Found existing installation: pyarrow 14.0.2\n",
" Uninstalling pyarrow-14.0.2:\n",
" Successfully uninstalled pyarrow-14.0.2\n",
" Attempting uninstall: fsspec\n",
" Found existing installation: fsspec 2024.6.1\n",
" Uninstalling fsspec-2024.6.1:\n",
" Successfully uninstalled fsspec-2024.6.1\n",
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
"cudf-cu12 24.4.1 requires pyarrow<15.0.0a0,>=14.0.1, but you have pyarrow 17.0.0 which is incompatible.\n",
"gcsfs 2024.6.1 requires fsspec==2024.6.1, but you have fsspec 2024.5.0 which is incompatible.\n",
"google-colab 1.0.0 requires requests==2.31.0, but you have requests 2.32.3 which is incompatible.\n",
"ibis-framework 8.0.0 requires pyarrow<16,>=2, but you have pyarrow 17.0.0 which is incompatible.\u001b[0m\u001b[31m\n",
"\u001b[0mSuccessfully installed datasets-2.20.0 dill-0.3.8 fsspec-2024.5.0 multiprocess-0.70.16 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 pyarrow-17.0.0 requests-2.32.3 sentence-transformers-3.0.1 xxhash-3.4.1\n"
]
}
],
"source": [
"!pip install sentence-transformers datasets"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "T9M3cn300hRx"
},
"outputs": [],
"source": [
"import pandas as pd\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 206
},
"id": "APiDpjb907ew",
"outputId": "a6eca4df-cc17-42bd-c7e9-45d56b59f111"
},
"outputs": [
{
"data": {
"application/vnd.google.colaboratory.intrinsic+json": {
"summary": "{\n \"name\": \"df\",\n \"rows\": 31203,\n \"fields\": [\n {\n \"column\": \"Unnamed: 0\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 9007,\n \"min\": 0,\n \"max\": 31202,\n \"num_unique_values\": 31203,\n \"samples\": [\n 22038,\n 8868,\n 1092\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"clean_cv\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 637,\n \"samples\": [\n \"participated intra college cricket competition various sport event group dance college cultural programme education detail msc computer science pune pune university bsc computer science pune pune university hsc semi english pune maharashatra board ssc semi english pune maharashatra board dot net developer dot net developer skill detail html cs sql experience six month javascript experience le one year month sql two thousand twelve experience le one year detail company description\",\n \"network administrator span lnetworkspan span ladministratorspan greer sc work experience network administrator department education spartanburg sc present implemented local area network lan wide area network wan intranet extranets data network maintained network availability multiple networking environment administering cisco campusbased switching environment fiberbased copperbased ethernet connectivity 1gig 10gig installs manages maintains cisco switching component support campus wan distributed core architecture work cisco chassisbased system internet circuit termination equipment advanced cisco management tool managed cisco prime infrastructure analyze network health workflow access information security requirement performing router switch administration interface configuration switching protocol experience network router switch strong cisco switch router configuration experience workd knowledge tcpip dns acls arp radius ipv6 dhcp intrusion prevention authentication isp circuit connection developed execute test plan check infrastructure system performance performed network modeling analysis defined diagram design business technology initiative enforced policy standardizing system network technician u department state dc enterprise work changed password unlocked account need added device new softwareapplications need troubleshoot application freezing printer working hardware actively troubleshoot level issue transferred call appropriate technician assigned ticket filed issue sorted ticket answered field need supportedcomputer network operating system o include program record version linux microsoft windowsserver io alcatel xosaos designed installed maintained repaireddata communication link fiberoptic tactical fiberoptic cabling analyzedand evaluated system output designand manipulateddatabase information produce nonroutine reportsweekly aviation logistics specialist united state marine corp jacksonville nc deployed 26th meu deployed al assad worked buying team product ordered proactively minimize stock situation plan truckload stock transfer well order inventory maintain healthy product level evaluating buying report sale trend tracked managed adjustment 3pl hmi database reconcile change well investigate resolve discrepancy kept 3pl web portal updated change respond alert timely manner processed invoice 3pl ensure accurate timely resolution maintained regular proactive communication 3pl team participated buying meeting prepared question information skus need reviewed discussed based inventory analysis prepared analysis reporting overall statistic offered continuous improvement idea overall process needed used forklift microsoft office managed designated group packup kit aviation asset well group designated packup kit support aircraft squadron recommend approved asset stocking packup kit recommend consumable item inclusion commutated various customersrepresentatives via telephone email naval message rectify discrepancy ordered stocked required repairable consumables approved increase decrease loaded stock item record sir navy enterprise resource planning nerp database master record file mrf nalcomis database ensured picking ticket pulled delivered timely manner ensured complete order entered automated system determined problem may affectdelay material availability initiate corrective action conducted onload onboard offload inventory cycle count maintained local carcasstracking program accurately track account part material education bachelor bachelor science cybersecurity purdue university global west lafayette present associate associate degree diesel technology applied service management wyo techblairsville blairsville pa military service branch united state marine corp rank corporal certificationslicenses epa refrigerant recovery recycling certification core type present epa refrigerant recovery recycling certification present certified vsat installer basic vsat theory course introduction vsat frequency band satellite orbit vsat link terminology vsat latency rain fade sun outage solar transit event adaptive coding modulation acm linear polarization circular polarization decibel db dc voltage rf safety vsat glossary term tool equipment documentation hand tool cable software test equipment adaptor comms spare consumables ppe documentation checklist indoor equipment equipment rack ups scpc modem comtech paradise datacom tdma outdoor equipment low noise block lnb upconverter buc rf feed assembly antenna sat dish antenna offset antenna mount nonpenetrating mount rf coax ntype connector termination ftype connector termination power grounding stabilized autoaquire antenna stabilized antenna theory acu configuration sea tel antenna intellian spacetrack antenna remote site site survey arrival install location jha take work area dish alignment dish pointing elevation azimuth polarization remote commissioning compression point 1db point test cross polarization xpol voip data site documentation fault dish pointing dish movement low rx signal tx power problem slow data poor voice crosspol issue certified fiber optic technician certified premise cabling technician cpct\",\n \"cpa candidate strong financial accounting audit experience knowledge internal control enterprise risk management gl pl b reconciliation work paper cost cash control ap ar different accounting software participated coordination financial planning budget management function monitored analyzed operating result budget managed preparation official report actual revenue transfer expense financial outlook forecast collaborated department manager corporate staff develop business plan created guide financial control planning procedure exceptional communication interpersonal skill adept forming strong working relationship diverse internal external business partner account receivable payable payroll corporate expense analysis tax proficiency bookkeeping reporting journal entry account reconciliation entrusted process high responsibility task work independently demonstrated professionalism communicating department manager client supplier interacted wide variety personality developing business plan preparing report supervised role mapping workflow delegated task oversaw work coworkers enhanced leadership teamwork team coordination ability strong quantitative technical accounting skill independently driven accomplish immediate assigned goal long term company objective highlight analytical reasoning financial statement analysis strength regulatory reporting compliance testing knowledge understands foreign tax reporting budget forecasting expertise account reconciliation expert peoplesoft knowledge great plain familiarity complex problem solving excellent managerial technique strong organizational skill sec call reporting proficiency general ledger accounting expert customer relation superior research skill flexible team player advanced computer proficiency pc mac effective time management accomplishment formally recognized excellence achieved financial analysis budgeting forecasting experience volunteer accountant company name city state federal compliance review preparation corporation insurance partnership private foundation tax return coordinate fixed asset accountant necessary information correct tax depreciation calculation review tax depreciation calculation schedule accuracy analyze accrual account deductibility pertaining provision tax return assist completion tax footnote statement identify reportable transaction disclosure consolidated tax return prepare tax filing new entity dissolution liquidation assist audit request research implementation tax consequence participate implementation new provision fixed asset erp system accountant company name city state responsible various general accounting duty including account payable banking check request special project needed processed account payable including purchase order entry invoice approval entry follow vendor aging reporting processed check various credit assisted end close financial reporting performed reconciliation bank account including reconciliation deposit account receivable maintaining accounting record preparing account management information small business accountancy advising client business transaction merger acquisition corporate finance advising client area business improvement dealing insolvency detecting preventing fraud forensic accounting managing junior colleague accountant manager company name city state performed periodic budgeting modeling project cash requirement prepared financial regulatory report required law regulation addition opening office ajman sharjah prepared annual expense forecast including necessary recommended action required manage cost achieve budget executed account receivable reporting enhancement reconciliation procedure order integrate quickbooks accounting software vision software managed accounting operation accounting close account reporting reconciliation received recorded banked cash check voucher well reconciled record bank transaction developed online invoicing procedure several customer order streamline account receivable process reduced invoice turn performed complex general accounting function including preparation journal entry account analysis balance sheet reconciliation education master business administration accounting keller graduate school management city state master science accounting financial management keller graduate school management city state u certificate essential bookkeeping computerized accounting technology holding ny driving license type skill proficient microsoft office suite access quickbooks turbo tax vision accounting software peach tree dac easy sage peoplesoft advance microsoft excel\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"clean_jd\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 452,\n \"samples\": [\n \"design deliver solu bi sale partner mp expert sale academy program foundation continuous development program analyze day today need training sale team manage new solu bi sale partner mp orientation product training create training module solu bi sale partner mp stay date current market trend changing demand sale environment maintaining existing solu bi sale partner mp expert achieve target beyond target requirement bachelor degree human resource business administration marketing relevant field proven two year experience sale trainer similar role preferable ecommerce banking multi finance insurance mlm industry strong data excel formula hand experience elearning platform solid communication presentation ability ability design effective sale training program great interpersonal\",\n \"applicant position preferred experience finance accounting field breve tab experience using microsoft dynamic nav sap program self motivated personnel manage knowledge fast learner able work independently following qualification job summary responsible account transaction ensuring business target within area reached preparing documentation relating account payable account receivable tax bank account payable handle daily bookkeeping invoice payable bank payment voucher make sure ap balance correct prepare payment schedule based cash availability due date invoice communicate local vendor balance payable payment detail account receivable prepare bank receipt payment received fixed asset maintain fixed asset register update data regularly case correction disposal transfer asset tax calculate prepare tax payment tax article twenty three twenty six four two twenty five liaise tax officer external auditor bank prepare monthly bank reconciliation general accounting handle bookkeeping posting accrual depreciation entry amortization expense monthly basis others checking employee monthly claim handle petty cash transaction monitor cash advance ad hoc k task finance accounting manager requirement university graduate bachelor degree accounting major fresh graduate welcome 2 year experience finance accounting field breve tab preferred preferable experience using microsoft dynamic nav sap program strong skill microsoft office excel advance powerpoint word proficient english language important age maximum twenty seven year old\",\n \"benefit competitive salary medical dental vision insurance four hundred one k retirement saving plan life insurance tuition assistance wellness reimbursement travel insurance paid holiday vacation cybersecurity analyst role within information technology cybersecurity group support company cybersecurity service cybersecurity analyst protect confidentiality integrity availability central hudson information technical environment also support enterprise security goal objective responsibility perform security risk assessment system implementation project ensure proper security control configuration implemented testing effectiveness understand analyze existing network security architecture security best practice provide recommendation ensure alignment internal policy monitor analyze security alert including trend root cause analysis detect respond mitigate information security related vulnerability incident evaluate system specific vulnerability scan work various department remediate high risk item assist responding cybersecurity incident including investigating documenting incident according incident response plan coordinate external consultant security assessment including developing implementing action plan address finding perform duty required assigned may include risk compliance assignment qualification required associate degree computer information system computer science cybersecurity related field study least three year experience information cybersecurity technical support lieu degree least five year experience information cybersecurity technical support demonstrated understanding network topology architecture protocol addressing scheme across multiple platform knowledge demonstrated ability operate window based linux based security tool well developed written verbal communication presentation skill planning organizational skill proven interpersonal facilitation negotiation problem resolution skill must able work minimal supervision work well pressure must able adapt variety assignment preferred bachelor degree computer information system computer science information security information assurance management information system one following certification scism security caspcisspcsslporgiac experience following highly desirable network management understanding packet dump data parsing system log basic scripting language siem please go click search career opportunity button follow direction submit application upload resume desired position application sent via email u mail accepted phone call agency please reply held strict confidence qualified applicant receive consideration employment discriminated basis race color religion sex sexual orientation gender identity national origin age disability protected veteran status central hudson gas electric corporation take affirmative action support policy employ advance employment individual minority woman protected veteran individual disability v evra federal contractor\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"label\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 0,\n \"min\": 0,\n \"max\": 1,\n \"num_unique_values\": 2,\n \"samples\": [\n 0,\n 1\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}",
"type": "dataframe",
"variable_name": "df"
},
"text/html": [
"\n",
"
| \n", " | Unnamed: 0 | \n", "clean_cv | \n", "clean_jd | \n", "label | \n", "
|---|---|---|---|---|
| 0 | \n", "0 | \n", "result oriented organized bilingual accounting... | \n", "minimum education requirement bachelor degree ... | \n", "1 | \n", "
| 1 | \n", "1 | \n", "result oriented organized bilingual accounting... | \n", "hiring talented candidate join accounting team... | \n", "1 | \n", "
| 2 | \n", "2 | \n", "result oriented organized bilingual accounting... | \n", "duty proficient working excel skilled working ... | \n", "1 | \n", "
| 3 | \n", "3 | \n", "result oriented organized bilingual accounting... | \n", "job description responsible supervising checki... | \n", "1 | \n", "
| 4 | \n", "4 | \n", "result oriented organized bilingual accounting... | \n", "qualification one bachelor degree finance acco... | \n", "1 | \n", "
| Step | \n", "Training Loss | \n", "Validation Loss | \n", "Sts-dev Pearson Cosine | \n", "Sts-dev Spearman Cosine | \n", "Sts-dev Pearson Manhattan | \n", "Sts-dev Spearman Manhattan | \n", "Sts-dev Pearson Euclidean | \n", "Sts-dev Spearman Euclidean | \n", "Sts-dev Pearson Dot | \n", "Sts-dev Spearman Dot | \n", "Sts-dev Pearson Max | \n", "Sts-dev Spearman Max | \n", "
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 100 | \n", "0.238900 | \n", "0.502786 | \n", "0.926673 | \n", "0.857840 | \n", "0.914688 | \n", "0.859718 | \n", "0.916441 | \n", "0.859957 | \n", "0.873714 | \n", "0.850244 | \n", "0.926673 | \n", "0.859957 | \n", "
| 200 | \n", "0.219600 | \n", "0.456877 | \n", "0.927912 | \n", "0.858415 | \n", "0.911209 | \n", "0.860014 | \n", "0.912114 | \n", "0.859791 | \n", "0.877433 | \n", "0.851157 | \n", "0.927912 | \n", "0.860014 | \n", "
| 300 | \n", "0.197100 | \n", "0.711404 | \n", "0.918055 | \n", "0.853568 | \n", "0.911155 | \n", "0.856680 | \n", "0.913424 | \n", "0.857775 | \n", "0.867299 | \n", "0.846529 | \n", "0.918055 | \n", "0.857775 | \n", "
| 400 | \n", "0.196800 | \n", "0.574667 | \n", "0.921828 | \n", "0.855871 | \n", "0.912426 | \n", "0.858238 | \n", "0.913969 | \n", "0.858704 | \n", "0.871127 | \n", "0.849400 | \n", "0.921828 | \n", "0.858704 | \n", "
| 500 | \n", "0.161800 | \n", "0.561577 | \n", "0.924519 | \n", "0.856290 | \n", "0.910056 | \n", "0.857071 | \n", "0.911536 | \n", "0.856976 | \n", "0.874925 | \n", "0.849574 | \n", "0.924519 | \n", "0.857071 | \n", "
| 600 | \n", "0.184800 | \n", "0.500988 | \n", "0.924824 | \n", "0.857585 | \n", "0.915125 | \n", "0.857204 | \n", "0.916643 | \n", "0.857531 | \n", "0.876118 | \n", "0.851400 | \n", "0.924824 | \n", "0.857585 | \n", "
| 700 | \n", "0.079700 | \n", "0.739682 | \n", "0.918463 | \n", "0.853302 | \n", "0.908045 | \n", "0.854934 | \n", "0.910043 | \n", "0.855594 | \n", "0.868411 | \n", "0.846486 | \n", "0.918463 | \n", "0.855594 | \n", "
| 800 | \n", "0.154000 | \n", "0.775793 | \n", "0.910125 | \n", "0.852067 | \n", "0.905031 | \n", "0.853932 | \n", "0.908526 | \n", "0.855884 | \n", "0.858277 | \n", "0.845997 | \n", "0.910125 | \n", "0.855884 | \n", "
| 900 | \n", "0.132400 | \n", "0.435065 | \n", "0.929978 | \n", "0.859224 | \n", "0.920423 | \n", "0.860321 | \n", "0.922230 | \n", "0.860271 | \n", "0.878361 | \n", "0.853042 | \n", "0.929978 | \n", "0.860321 | \n", "
| 1000 | \n", "0.128400 | \n", "0.664511 | \n", "0.917300 | \n", "0.854127 | \n", "0.909550 | \n", "0.854619 | \n", "0.913907 | \n", "0.856622 | \n", "0.873785 | \n", "0.849535 | \n", "0.917300 | \n", "0.856622 | \n", "
| 1100 | \n", "0.132300 | \n", "0.420466 | \n", "0.929452 | \n", "0.858184 | \n", "0.915088 | \n", "0.859405 | \n", "0.916929 | \n", "0.859512 | \n", "0.884897 | \n", "0.853143 | \n", "0.929452 | \n", "0.859512 | \n", "
| 1200 | \n", "0.165400 | \n", "0.464925 | \n", "0.930199 | \n", "0.858147 | \n", "0.920389 | \n", "0.859028 | \n", "0.923989 | \n", "0.860021 | \n", "0.882935 | \n", "0.852255 | \n", "0.930199 | \n", "0.860021 | \n", "
| 1300 | \n", "0.178000 | \n", "0.408105 | \n", "0.931778 | \n", "0.859308 | \n", "0.916602 | \n", "0.859553 | \n", "0.920504 | \n", "0.860546 | \n", "0.885473 | \n", "0.854985 | \n", "0.931778 | \n", "0.860546 | \n", "
| 1400 | \n", "0.108400 | \n", "0.598592 | \n", "0.923816 | \n", "0.854583 | \n", "0.911567 | \n", "0.855861 | \n", "0.914788 | \n", "0.857663 | \n", "0.873411 | \n", "0.849583 | \n", "0.923816 | \n", "0.857663 | \n", "
| 1500 | \n", "0.154200 | \n", "0.312146 | \n", "0.938019 | \n", "0.861819 | \n", "0.918825 | \n", "0.861938 | \n", "0.920351 | \n", "0.861977 | \n", "0.887863 | \n", "0.857918 | \n", "0.938019 | \n", "0.861977 | \n", "
| 1600 | \n", "0.160100 | \n", "0.266899 | \n", "0.936408 | \n", "0.861764 | \n", "0.917924 | \n", "0.861896 | \n", "0.920697 | \n", "0.862535 | \n", "0.894904 | \n", "0.859413 | \n", "0.936408 | \n", "0.862535 | \n", "
| 1700 | \n", "0.055300 | \n", "0.262163 | \n", "0.937052 | \n", "0.861178 | \n", "0.918726 | \n", "0.861576 | \n", "0.920162 | \n", "0.861619 | \n", "0.891714 | \n", "0.858392 | \n", "0.937052 | \n", "0.861619 | \n", "
\n", "