-
i tried to run script([run_hybrid_clip.py](https://github.com/huggingface/transformers/tree/master/examples/research_projects/jax-projects/hybrid_clip))
after few step i got error
```
it/s/hom…
acul3 updated
3 years ago
-
Hi, I am learning to use this repo. This is the code script I'm trying to run:
```
from transformers import AutoTokenizer, AutoModel
from transformers import pipeline
tokenizer = AutoTokenizer.…
-
Hi, thank you to IndoBenchmark Team for the tutorial, example codes, and efforts of IndoBERT model.
I have successfully run the "finetune_smsa.ipynb" provided in the examples folder.
**Furthermor…
-
Hi IndoNLU team,
I have a problem when i'm trying to reproduce the result of indoNLU paper on FacQA task using indobert-lite-large pretained model. In the paper show the F1 score result is 69.47.
…
-
Hi, IndoNLU team,
Thanks for your amazing work! I'm currently working on my bachelor thesis with this IndoBERT for SequenceClassification Task.
If I want to change my loss function for fine tuning…
-
As I read from some article that cased BERT model is more accurate in part of speech tagging or NER type data. I hope the team will build a cased model for pretrained IndoBERT.
-
I want to propose two new sections for this repo:
1) Benchmarks
probably we can add IndoNLU https://github.com/indobenchmark/indonlu and
2) Pre-trained contextual models
we can add HuggingFace l…
-
## Expected Behavior
I want to finetune `indobenchmark/indobert-base-p2` to work for text classification. I have dataset from several math courses/topic (peluang, integral, trigonometri, etc). Given …
-
Hi indobenchmark team!
I am trying to use the pre-trained models for question answering task. It worked well when I'm using BERT, however, I got this error when using Albert (specifically `indobenc…
-
Hi, many thanks to IndoBenchmark Team before, for the deployment of IndoBERT model.
I'm currently working on my thesis project, it's about sentence similarity detection which the dataset are pair of …