parsbert icon indicating copy to clipboard operation
parsbert copied to clipboard

🤗 ParsBERT: Transformer-based Model for Persian Language Understanding

Results 11 parsbert issues
Sort by recently updated
recently updated
newest added

Hello , Thanks you for developing ParsBert , I have a question . I download and run the model , but how can i get a text from users as...

با سلام و احترام و عرض ادب بنده مدل شما را روی یک پروژه گیت هاب https://github.com/MaartenGr/KeyBERT#toc استفاده کردم. در این پروژه کلمات کلیدی متن استخراج می شود. مدل شما...

Thanks for developing ParsBert - I wonder if there is any plan to update parsbert ?

` ``` from transformers import AutoConfig, AutoTokenizer, AutoModel, # v3.0 model_name_or_path = "HooshvareLab/bert-fa-zwnj-base" config = AutoConfig.from_pretrained(model_name_or_path) tokenizer = AutoTokenizer.from_pretrained(model_name_or_path) ``` ` #--------------------------------------------------------------------------- #OSError Traceback (most recent call last) ~/Apps/anaconda3/envs/ml/lib/python3.9/site-packages/transformers/configuration_utils.py in...

Hello, Is there any sample code ( for example in google colab) to use parsebert for filling the blanks task? How to fine-tune the model? or what is the input...

Hi, Is there any way to disable all or some of normalization rules in parsbert tokenizer? For example do not convert "آ" to "ا" or "ئ" to "ی". Also the...

the Colab link for Classification model is wrong !!!!! it is the sentiment analysis colab link. please correct that. thanks a lot

Bumps [transformers](https://github.com/huggingface/transformers) from 3.1.0 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

dependencies

Hi, There is an issue that you should handle, this problem is because of running the V3 code on a Hugging Face V4 package So, refer to this url [https://stackoverflow.com/questions/65082243/dropout-argument-input-position-1-must-be-tensor-not-str-when-using-bert](url)...