Safetensors
llama
orchid13 commited on
Commit
d81ac70
·
verified ·
1 Parent(s): 2b495c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -13
README.md CHANGED
@@ -8,16 +8,17 @@ language:
8
  - su
9
  license: llama3
10
  ---
11
- # Llama3 8B CPT Sahabat AI v1 Instruct
12
 
13
- Sahabat AI is a collection of Large Language Models (LLMs) which has been pretrained and instruct-tuned for Indonesian languages.
14
 
15
- Llama3 8B 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**. Additionally, we added a pool of **129,000 instruction-completion pairs in English**.
16
 
17
  Sahabat is Indonesian for "Close Friends."
18
 
19
  - **Developed by:** PT GoTo Gojek Tokopedia Tbk, AI Singapore
20
- - **Funded by:** PT GoTo Gojek Tokopedia Tbk, AI Singapore
 
21
  - **Model type:** Decoder
22
  - **Languages:** English, Indonesian, Javanese, Sundanese
23
  - **License:** [Llama3 Community License](https://huggingface.co/meta-llama/Meta-Llama-3-8B/blob/main/LICENSE)
@@ -25,12 +26,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 Llama3 8B CPT Sahabat AI v1 base](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-base), a decoder model using the Llama3 architecture, to create Llama3 8B CPT Sahabat AI v1 Instruct.
29
 
30
  For tokenisation, the model employs the default tokenizer used in Llama-3-8B. The model has a context length of 8192.
31
 
32
  ### Benchmark Performance
33
- We evaluated Llama3 8B CPT Sahabat AI V1 Instruct on both general language capabilities and instruction-following capabilities.
34
 
35
  #### General Language Capabilities
36
  For the evaluation of general language capabilities, we employed the
@@ -49,7 +50,7 @@ The evaluation was done **zero-shot** with native prompts on a sample of 100-100
49
 
50
 
51
  #### Instruction-following Capabilities
52
- Since Llama3 8B CPT Sahabat AI v1 Instruct is an instruction-following model, we also evaluated it on instruction-following capabilities with the [IFEval](https://arxiv.org/abs/2311.07911) dataset.
53
 
54
  As this dataset was in English, the linguists and native speakers in the team worked together to filter, localize and translate the dataset into the respective target languages to ensure that the examples remained reasonable, meaningful and natural.
55
 
@@ -173,7 +174,7 @@ IFEval evaluates a model's ability to adhere to constraints provided in the prom
173
  </table>
174
 
175
 
176
- Llama3 8B CPT Sahabat AI v1 Instruct can be run using the 🤗 Transformers library
177
  ```python
178
  # Please use transformers==4.45.0
179
 
@@ -232,15 +233,31 @@ Current Sahabat models, including this commercially permissive release, have not
232
 
233
  ## Technical Specifications
234
  ### Fine-Tuning Details
235
- Llama3 8B 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.
236
 
237
  ## Data
238
- Llama3 8B 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.
239
 
240
- ## Call for Contributions
241
- 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.
 
242
 
243
- ## The Team (by ascending alphabetical order)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
 
245
  ### AI Singapore
246
  Chan Adwin<br>
 
8
  - su
9
  license: llama3
10
  ---
11
+ # Llama3 8B CPT Sahabat-AI v1 Instruct
12
 
13
+ **Sahabat-AI** (Indonesian language for “close friends”) is a collection of Large Language Models (LLMs) which has been pretrained and instruct-tuned for Indonesian language and its various dialects. Sahabat-AI ecosystem is co-initiated by Indonesian tech and telecommunication companies: GoTo Group and Indosat Ooredoo Hutchison.
14
 
15
+ Llama3 8B 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**. Additionally, we added a pool of **129,000 instruction-completion pairs in English**.
16
 
17
  Sahabat is Indonesian for "Close Friends."
18
 
19
  - **Developed by:** PT GoTo Gojek Tokopedia Tbk, AI Singapore
20
+ - **Funded by:** PT GoTo Gojek Tokopedia Tbk, AI Singapore
21
+ - **Supported by:** PT Indosat Ooredoo Hutchison
22
  - **Model type:** Decoder
23
  - **Languages:** English, Indonesian, Javanese, Sundanese
24
  - **License:** [Llama3 Community License](https://huggingface.co/meta-llama/Meta-Llama-3-8B/blob/main/LICENSE)
 
26
  ## Model Details
27
 
28
  ### Model Description
29
+ We performed instruction tuning in Indonesian, Javanese, Sundanese as well as English on our [continued pre-trained Llama3 8B CPT Sahabat-AI v1 base](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-base), a decoder model using the Llama3 architecture, to create Llama3 8B CPT Sahabat-AI v1 Instruct.
30
 
31
  For tokenisation, the model employs the default tokenizer used in Llama-3-8B. The model has a context length of 8192.
32
 
33
  ### Benchmark Performance
34
+ We evaluated Llama3 8B CPT Sahabat-AI V1 Instruct on both general language capabilities and instruction-following capabilities.
35
 
36
  #### General Language Capabilities
37
  For the evaluation of general language capabilities, we employed the
 
50
 
51
 
52
  #### Instruction-following Capabilities
53
+ Since Llama3 8B CPT Sahabat-AI v1 Instruct is an instruction-following model, we also evaluated it on instruction-following capabilities with the [IFEval](https://arxiv.org/abs/2311.07911) dataset.
54
 
55
  As this dataset was in English, the linguists and native speakers in the team worked together to filter, localize and translate the dataset into the respective target languages to ensure that the examples remained reasonable, meaningful and natural.
56
 
 
174
  </table>
175
 
176
 
177
+ Llama3 8B CPT Sahabat-AI v1 Instruct can be run using the 🤗 Transformers library
178
  ```python
179
  # Please use transformers==4.45.0
180
 
 
233
 
234
  ## Technical Specifications
235
  ### Fine-Tuning Details
236
+ Llama3 8B 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.
237
 
238
  ## Data
239
+ Llama3 8B 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.
240
 
241
+ ## Call for Collaboration
242
+ Sahabat-AI (Indonesian language for “close friends”) a **local open source Large Language Model (LLM) ecosystem in Indonesian language**, co-initiated by Indonesian tech and telecommunication companies: GoTo Group and Indosat Ooredoo Hutchison.
243
+ Sahabat-AI ecosystem aims to empower Indonesians who want to develop AI-based services and applications using Bahasa Indonesia and its various local dialects.
244
 
245
+ We are supported by research centers and global tech experts such as AI Singapore and Tech Mahendra to train the model to gain general language understanding.
246
+
247
+ We also have collaborated with key top Indonesia universities such as University of Indonesia, Gadjah Mada University, Bogor Institute of Agriculture, Bandung Institute of Technology, including top Indonesia media groups, such as Kompas Media Group and Republika to train and enrich the model in Bahasa Indonesia, ensuring optimum provision of local context and cultural relevance.
248
+
249
+ We would like to invite **researchers, developers, and language enthusiasts** to actively contribute to the enhancement and expansion of Sahabat-AI.
250
+ Your collaborations can involve:
251
+ - Identifying and reporting technical issues
252
+ - Sharing pre-training, instruction, and preference data
253
+ - Improving documentation usability
254
+ - Proposing and implementing new model evaluation tasks and metrics
255
+
256
+ Join us in shaping the future of Sahabat-AI by sharing your expertise and insights to make these models more accessible, accurate, and versatile.
257
+
258
+ You can contribute your ideas through [this form.](https://docs.google.com/forms/d/1_us969eQtEooYOn4XkvGkdP5VHOyCbO6L_sd9kTMnaA/edit)
259
+
260
+ ## The Development Team (in ascending alphabetical order)
261
 
262
  ### AI Singapore
263
  Chan Adwin<br>