BERT Tokenizers NuGet Package for C#
In the previous article, I wrote about how you can use Huggingface transformers with ML.NET. The process is fairly simple, you need to convert the Huggingface model to the ONNX file format, and load it with ML.NET. However, while working with BERT Models from...
Implementing & Testing Repository Pattern using Entity Framework
There are many blog posts and misconceptions about Repository Pattern, especially since the introduction of the OR/M libraries, like Entity Framework. In this article, we will investigate why this pattern is still useful, what are the benefits of using it and how we...
C# 10 – Top 5 Features in the new C# Version
Subscribe and receive free guide -Ultimate Data Visualization Guide* indicates required Email Address * C# has been around for a while. Since January 2002, to be more precise. As we wait for the 20th birthday of this popular programming language, we got its new...
.NET 6: Top 6 Features in the new .NET Version
Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * Microsoft .NET 6 is released on November 9th. Over the course of a previous couple of months, we got several preview releases and 2 release...

