machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
Enable fine-tune support for MLNet GenAI CausalLM models
Add guidance on how to use (NLP) models from HuggingFace - Tokenizers - TorchSharp / ONNX - Tensors
Does it make sense to keep this as a submodule? It looks like it receives very few changes. We could just fork it and keep a local copy, like we...
We are excited to review your PR. So we can do the best job, please check: - [x] There's a descriptive title that will make sense to other developers some...
**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: ML.NET v4.0.2 - .NET Version: .NET 8.0 **Describe the bug** In https://github.com/dotnet/machinelearning-samples, open `ObjectDetection`...
It looks like we're using ubuntu 18.04 build containers which are no longer built / supported. We should update to some version that's in support and ensure it doesn't result...
OpenAI introduced [GPT 4.5](https://openai.com/index/introducing-gpt-4-5/). It's not clear yet what the tokenizer used for it is but when that's known, updates need to be made to TikToken Tokenizer. [System Card](https://cdn.openai.com/gpt-4-5-system-card.pdf) Related...
hey, can you add support to xlm-Roberta tokenizer? it's a very useful tokenizer that could be very helpful. thank you!
### System information - Windows: - .net Core 3.0: ### Issue - I am trying to generate a simple ranking of candidates based on a few features for a recruitment...
The current publish flow ([as of 3.0.0](https://nuget.info/packages/Microsoft.ML/3.0.0)) isn't following the [NuGet package best practicies](https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices).  Ideally it: 1. uses the compiler `deterministic` flag to allow us to match source to...