dotnet / dotnet/machinelearning-modelbuilder
Named entity recognition is stuck on training
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
I use Visual Studio 17.14.0
I try to train a model using named entity recognition
This is the output
Set log file path to C:\Users\Administrator\AppData\Local\Temp\1\MLVSTools\logs\NotePredictorModel-DE2O2W.txt
Named entity recognition
runtime already exist, skip install
Use train validate split with ratio: 0.2
Named entity recognition
runtime already exist, skip install
Use train validate split with ratio: 0.2
And the process stops thee (I even tried 2 epochs and i have like a hundred samples)
These are the files i provided
[ner_combined.txt](https://github.com/user-attachments/files/20264132/ner_combined.txt)
[ner_combined.tsv.txt](https://github.com/user-attachments/files/20264137/ner_combined.tsv.txt)
and this is the log output (it continues to write those lines forever
2025-05-17 13:04:09.9674 DEBUG update TrainViewModel_21.RemainingTime (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:10.9677 DEBUG update TrainViewModel_21.RemainingSeconds (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:10.9677 DEBUG update TrainViewModel_21.RemainingTime (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:11.9704 DEBUG update TrainViewModel_21.RemainingSeconds (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:11.9704 DEBUG update TrainViewModel_21.RemainingTime (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:12.9718 DEBUG update TrainViewModel_21.RemainingSeconds (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:12.9718 DEBUG update TrainViewModel_21.RemainingTime (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:13.9721 DEBUG update TrainViewModel_21.RemainingSeconds (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
2025-05-17 13:04:13.9721 DEBUG update TrainViewModel_21.RemainingTime (Microsoft.ML.ModelBuilder.Utils.Logger.Debug)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.