Commit
•
a7e9d5d
1
Parent(s):
029190b
Change v1.0 to v1 (#1)
Browse files- Change v1.0 to v1 (354ab0d7b5faba36786f31f1e773ed92107b545f)
Co-authored-by: Kilian Tep <kiliangoto@users.noreply.huggingface.co>
README.md
CHANGED
@@ -12,7 +12,7 @@ license: gemma
|
|
12 |
|
13 |
Sahabat AI is a collection of Large Language Models (LLMs) which has been pretrained and instruct-tuned for Indonesian languages.
|
14 |
|
15 |
-
Gemma2 9B CPT Sahabat AI v1
|
16 |
|
17 |
Sahabat is Indonesian for "Close Friends"
|
18 |
|
@@ -25,12 +25,12 @@ Sahabat is Indonesian for "Close Friends"
|
|
25 |
## Model Details
|
26 |
|
27 |
### Model Description
|
28 |
-
We performed instruction tuning in Indonesian, Javanese, Sundanese as well as English on our [continued pre-trained Gemma2 9B CPT Sahabat AI v1
|
29 |
|
30 |
For tokenisation, the model employs the default tokenizer used in Gemma-2-9B. The model has a context length of 8192.
|
31 |
|
32 |
### Benchmark Performance
|
33 |
-
We evaluated Gemma2 9B CPT Sahabat AI v1
|
34 |
|
35 |
#### General Language Capabilities
|
36 |
For the evaluation of general language capabilities, we employed the
|
@@ -47,7 +47,7 @@ The evaluation was done **zero-shot** with native prompts on a sample of 100-100
|
|
47 |
|
48 |
|
49 |
### Usage
|
50 |
-
Gemma2 9B CPT Sahabat AI v1
|
51 |
```python
|
52 |
# Please use transformers==4.45.2
|
53 |
|
@@ -83,10 +83,10 @@ Current Sahabat AI models, including this commercially permissive release, have
|
|
83 |
|
84 |
## Technical Specifications
|
85 |
### Fine-Tuning Details
|
86 |
-
Gemma2 9B CPT Sahabat AI v1
|
87 |
|
88 |
## Data
|
89 |
-
Gemma2 9B CPT Sahabat AI v1
|
90 |
|
91 |
## Call for Contributions
|
92 |
We encourage researchers, developers, and language enthusiasts to actively contribute to the enhancement and expansion of Sahabat. Contributions can involve identifying and reporting bugs, sharing pre-training, instruction, and preference data, improving documentation usability, proposing and implementing new model evaluation tasks and metrics, or training versions of the model in additional Indonesian languages. Join us in shaping the future of Sahabat by sharing your expertise and insights to make these models more accessible, accurate, and versatile.
|
|
|
12 |
|
13 |
Sahabat AI is a collection of Large Language Models (LLMs) which has been pretrained and instruct-tuned for Indonesian languages.
|
14 |
|
15 |
+
Gemma2 9B CPT Sahabat AI v1 Instruct is an Indonesian-focused model which has been fine-tuned with around **448,000 Indonesian instruction-completion pairs** alongside an Indonesian-dialect pool consisting of **96,000 instruction-completion pairs in Javanese** and **98,000 instruction-completion pairs in Sundanese**, as well as **129,000 instruction-completion pairs in English**.
|
16 |
|
17 |
Sahabat is Indonesian for "Close Friends"
|
18 |
|
|
|
25 |
## Model Details
|
26 |
|
27 |
### Model Description
|
28 |
+
We performed instruction tuning in Indonesian, Javanese, Sundanese as well as English on our [continued pre-trained Gemma2 9B CPT Sahabat AI v1](https://huggingface.co/GoToCompany/gemma2-9b-cpt-sahabatai-v1-base), a decoder model using the Gemma2 architecture, to create Gemma2 9B CPT Sahabat AI v1 Instruct.
|
29 |
|
30 |
For tokenisation, the model employs the default tokenizer used in Gemma-2-9B. The model has a context length of 8192.
|
31 |
|
32 |
### Benchmark Performance
|
33 |
+
We evaluated Gemma2 9B CPT Sahabat AI v1 Instruct on general language capabilities.
|
34 |
|
35 |
#### General Language Capabilities
|
36 |
For the evaluation of general language capabilities, we employed the
|
|
|
47 |
|
48 |
|
49 |
### Usage
|
50 |
+
Gemma2 9B CPT Sahabat AI v1 Instruct can be run using the 🤗 Transformers library
|
51 |
```python
|
52 |
# Please use transformers==4.45.2
|
53 |
|
|
|
83 |
|
84 |
## Technical Specifications
|
85 |
### Fine-Tuning Details
|
86 |
+
Gemma2 9B CPT Sahabat AI v1 Instruct was built using a combination of a full parameter fine-tune, on-policy alignment, and model merges of the best performing checkpoints. The training process for fine-tuning was approximately 4 hours, with alignment taking 2 hours, both on 8x H100-80GB GPUs.
|
87 |
|
88 |
## Data
|
89 |
+
Gemma2 9B CPT Sahabat AI v1 Instruct was trained on a wide range of synthetic instructions, alongside publicly available instructions hand-curated by the team with the assistance of native speakers. In addition, special care was taken to ensure that the datasets used had commercially permissive licenses through verification with the original data source.
|
90 |
|
91 |
## Call for Contributions
|
92 |
We encourage researchers, developers, and language enthusiasts to actively contribute to the enhancement and expansion of Sahabat. Contributions can involve identifying and reporting bugs, sharing pre-training, instruction, and preference data, improving documentation usability, proposing and implementing new model evaluation tasks and metrics, or training versions of the model in additional Indonesian languages. Join us in shaping the future of Sahabat by sharing your expertise and insights to make these models more accessible, accurate, and versatile.
|