Can I get a model using TorchSharp?

mc 7,231 Reputation points
2026-08-13T13:23:14.6266667+00:00

I have txt file and I want to use torchSharp to get model and I can ask questions about the txt file.

I know I can split the txt to chunks and then ask openai but I do not want that I want to get myself model

Developer technologies | .NET | .NET Machine Learning
Developer technologies | .NET | .NET Machine Learning

.NET: Microsoft Technologies based on the .NET software framework. Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,856 Reputation points
    2026-08-13T15:30:23.3466667+00:00

    you first need to know how to build model in PyTorch. here is a beginners guide (it assumes you know the basics of Neural Networks and tensors):

    https://sebastianraschka.com/teaching/pytorch-1h/

    maybe you want a higher level tool like ml.net:

    https://dotnet.microsoft.com/en-us/apps/ai/ml-dotnet/model-builder

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.