Text Generation
Transformers
Safetensors
Indonesian
bloom
conversational
Inference Endpoints
text-generation-inference
haidlir commited on
Commit
4a76cf4
1 Parent(s): 5553a3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Notebook Info
2
  **Reference**:
3
  - https://huggingface.co/docs/transformers/chat_templating
@@ -16,15 +28,3 @@
16
  - Use bos and eos token to replace <|im_start|> and <|im_end|> in ChatML. (Inspired by: https://asmirnov.xyz/doppelganger)
17
  - Penggunaan padding dan truncation sesuai max_length.
18
  - Max length = 256, karena telah mengkonsumsi 33.7 GB.
19
-
20
- ---
21
- datasets:
22
- - FreedomIntelligence/alpaca-gpt4-indonesian
23
- - FreedomIntelligence/evol-instruct-indonesian
24
- - FreedomIntelligence/sharegpt-indonesian
25
- - jakartaresearch/indoqa
26
- language:
27
- - id
28
- library_name: transformers
29
- pipeline_tag: text-generation
30
- ---
 
1
+ ---
2
+ datasets:
3
+ - FreedomIntelligence/alpaca-gpt4-indonesian
4
+ - FreedomIntelligence/evol-instruct-indonesian
5
+ - FreedomIntelligence/sharegpt-indonesian
6
+ - jakartaresearch/indoqa
7
+ language:
8
+ - id
9
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
+ ---
12
+
13
  # Notebook Info
14
  **Reference**:
15
  - https://huggingface.co/docs/transformers/chat_templating
 
28
  - Use bos and eos token to replace <|im_start|> and <|im_end|> in ChatML. (Inspired by: https://asmirnov.xyz/doppelganger)
29
  - Penggunaan padding dan truncation sesuai max_length.
30
  - Max length = 256, karena telah mengkonsumsi 33.7 GB.