instadeepai / tunbert

TunBERT is the first release of a pre-trained BERT model for the Tunisian dialect using a Tunisian Common-Crawl-based dataset. TunBERT was applied to three NLP downstream tasks: Sentiment Analysis (SA), Tunisian Dialect Identification (TDI) and Reading Comprehension Question-Answering (RCQA)
MIT License
107 stars 36 forks source link

Links to pre-trained weights are broken #7

Open NimaBoscarino opened 1 year ago

NimaBoscarino commented 1 year ago

Hello! I'd love to use your model, but the links to the pre-trained weights (both PyTorch and TensorFlow) are showing the following error:

<Error>
  <Code>ProjectNotFound</Code>
  <Message>The requested project was not found.</Message>
  <Details>The requested project was not found.</Details>
</Error>

If you'd like, I can help you get the weights up on the Hugging Face Hub. We have documentation on how to do so, but I'm more than happy to help 😄

cc: @osanseviero

not-lain commented 9 months ago

@NimaBoscarino to save you some time, i made some progress in converting the model, you can checkout my notebook in here , and this is my huggingface repo for the model , feel free to contribute to the project

not-lain commented 9 months ago

@NimaBoscarino i finished converting the model, you can check it out in the hugging face repo i mentioned above, feel free to close this issue