Skip to content
View fredriko's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report fredriko

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. bert-tensorflow-pytorch-spacy-conversion bert-tensorflow-pytorch-spacy-conversion Public

    Instructions for how to convert a BERT Tensorflow model to work with HuggingFace's pytorch-transformers, and spaCy. This walk-through uses DeepPavlov's RuBERT as example.

    Python 27 1

  2. metacurate-regularly metacurate-regularly Public

    Finding the top news stories of 2022 among 54,000+ news on AI, ML, NLP, data science and related fields.

    HTML

  3. draviz draviz Public

    A method for assessing the data readiness of NLP projects, as well as the code necessary for visualizing the outcome of the method.

    Python 2 2

  4. nlp-data-readiness nlp-data-readiness Public

    This is a document concerning Data Readiness in the context of machine learning and Natural Language Processing.

    11 4

  5. metacurate-lexicon metacurate-lexicon Public

    A web service that exposes semantic similarity search via a web GUI and a RESTful API.

    Python 8

  6. Keyword in context concordancer Keyword in context concordancer
    1
    #!/usr/bin/perl -w
    2
    ##
    3
    ## kwic.perl --
    4
    ## 
    5
    ## A simple key-word in context concordancer.