Maximum Code

Results 12 comments of Maximum Code

Hi Gal, Yes, I am waiting on this and would love to have something I can use. I need to extract custom entities\Dates\Addresses\names and blocks of text from documents. Let...

Hello @gvashishtha, Standford NER model you were looking at was was probably trained on three entities. Go to this [link](https://nlp.stanford.edu/software/CRF-NER.shtml) and down to Model and notice that, based on the...

Hi @gvashishtha, Sorry I was not clear. I was referring to LUIS. At the time when I was searching for NER, Azure didn't have a NER feature, or I didn't...

Hello @gvashishtha, Thank you for providing the link to the text recognizers. I had looked at them when I was working with LUIS. I am using the recognizers in my...

There is an error with TaxiFarePrediction.Explainability.csproj in which it references ml v1.3. I will fix it as part of this PR.

ML.NET Samples CI (DatabaseIntegration) is failing due to "EF1001: Internal EF Core API usage." See issue [#12104](https://github.com/aspnet/EntityFrameworkCore/issues/12104) for more details. updating to 3.1.0-preview2.19525.5 fixes the issue.

After looking at the pipeline looks like it's failing because the build is from .NET Core 2.2 but the project is .NET Core 3.0.

Hello @CESARDELATORRE, let me know if there any changes you would like me to make, thank you?

Yeah, same here. Followed the instructions with the sample. EDIT: After waiting for a bit, it worked but was very slow and did get some kind of an error. Here...

I'm using .NET code with **_LMStudio_** and it always fails on the second call. It works as expected when `maxTokens` is specified during agent creation.