Skip to content
View AbdulRafay's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report AbdulRafay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. xlnet xlnet Public

    Jupyter Notebook

  2. bert.py bert.py
    1
    import torch
    2
    import warnings
    3
    from pathlib import Path
    4
    from argparse import ArgumentParser
    5
    from pybert.train.losses import BCEWithLogLoss
  3. hadoopcleanup hadoopcleanup
    1
    ambari-server stop
    2
    ambari-agent stop
    3
    pkill -9 java
    4
    #################################
    5
    # Remove Packages
  4. thedevdojo/voyager thedevdojo/voyager Public

    Voyager - The Missing Laravel Admin

    PHP 11.7k 2.7k

  5. lonePatient/Bert-Multi-Label-Text-Classification lonePatient/Bert-Multi-Label-Text-Classification Public

    This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.

    Python 836 207

  6. discourse discourse Public

    Forked from discourse/discourse

    A platform for community discussion. Free, open, simple.

    Ruby