https://store-images.s-microsoft.com/image/apps.12823.b2b17a36-ff35-4b7e-9af2-02a2f914ef06.9b13ab2e-684d-4d40-8c34-fa4fe14b6d77.3fd40087-aec3-4a99-a7f3-d2292bc34cc4
Phobert
bCloud LLC
Phobert
bCloud LLC
Phobert
bCloud LLC
Version 4.56.2 + Free with Support on Ubuntu 24.04
PhoBERT is a pretrained transformer-based language model developed for processing the Vietnamese language. It is based on the RoBERTa architecture and is trained on large-scale Vietnamese corpora to capture linguistic patterns and context effectively. PhoBERT is designed to provide state-of-the-art performance on a variety of Vietnamese NLP tasks, making it suitable for both research and production environments.
Features of PhoBERT:- Pretrained on large-scale Vietnamese datasets for strong language understanding.
- Supports text classification tasks such as sentiment analysis and topic categorization.
- Can perform named entity recognition (NER) to identify important entities in Vietnamese text.
- Enables part-of-speech tagging and dependency parsing for linguistic analysis.
- Can be fine-tuned for custom NLP tasks using the Hugging Face Transformers library.
- Supports integration with Python APIs for easy deployment in applications.
- Available in two versions: PhoBERT-base (20GB corpus) and PhoBERT-base-v2 (120GB corpus) for improved performance.
- State-of-the-art performance on Vietnamese NLP benchmarks and tasks.
To Check the Version of Transformers (which includes PhoBERT):
$ sudo su
$ sudo apt update
$ cd/opt
$ source /opt/phobert-env/bin/activate
$ pip show transformers | grep Version