portuguese-bert icon indicating copy to clipboard operation
portuguese-bert copied to clipboard

Portuguese pre-trained BERT models

Results 17 portuguese-bert issues
Sort by recently updated
recently updated
newest added

Hi @fabiocapsouza, I think you have some encoding issues with the HAREM dataset. Take a look at the first sample of [FirstHAREM-total-train.json](https://raw.githubusercontent.com/neuralmind-ai/portuguese-bert/master/ner_evaluation/data/FirstHAREM-total-train.json). Words like "ASSOCIAÇÃO" are presented as "ASSOCIA\u00c7\u00c3O" no...

Hi, not sure whether this is a question for the repo or not, but I hope you can help me. I have loaded the data from _"neuralmind/bert-base-portuguese-cased"_, but I would...

Hello, I'm having an issue trying to load model (base) on tensorflow 2.0 When trying to load checkpoints from different devices (e.g cpu from gpu) in tensorflow usually we use...

You should rename: ``` bert_model.ckpt-1000000.meta to bert_model.ckpt.meta bert_model.ckpt-1000000.index to bert_model.ckpt.index bert_model.ckpt-1000000.data-00000-of-00001 to bert_model.ckpt.data-00000-of-00001 ``` This action will turn pre trained models full compatible with project as [bert-as-service](https://github.com/hanxiao/bert-as-service) that follows tensorflow...

I'd just like to bring to your attention that the large portuguese-BERT model has been evaluated on the semantic textual similarity and textual entailment tasks in the [ASSIN datasets](https://sites.google.com/view/assin2/english). Portuguese-BERT...

I found an error in the code that is related to an output length issue in the get_example_output function in the postprocessing.py file. The specific error is an AssertionError that...

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.21.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies