sekarmulyani commited on
Commit
413a132
1 Parent(s): 45f37d9

Upload 8 files

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +27 -3
  4. vocab.json +0 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "flax-community/gpt2-small-indonesian",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
1
  {
2
+ "_name_or_path": "sekarmulyani/gpt2-ulasan-beauty-products-gen",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b305776192d9c7b02235267518eb48a56e77aeafffaa6041feca49d4bfb61c57
3
  size 497807197
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426ede555ea4f017c21ee9d753c6a644234f905c52092f4e111d5253f43fec5c
3
  size 497807197
tokenizer_config.json CHANGED
@@ -1,9 +1,33 @@
1
  {
 
2
  "add_prefix_space": false,
3
- "bos_token": "<|endoftext|>",
 
 
 
 
 
 
 
4
  "clean_up_tokenization_spaces": true,
5
- "eos_token": "<|endoftext|>",
 
 
 
 
 
 
 
 
6
  "model_max_length": 1000000000000000019884624838656,
 
7
  "tokenizer_class": "GPT2Tokenizer",
8
- "unk_token": "<|endoftext|>"
 
 
 
 
 
 
 
9
  }
 
1
  {
2
+ "add_bos_token": false,
3
  "add_prefix_space": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
  "clean_up_tokenization_spaces": true,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "<|endoftext|>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "errors": "replace",
22
  "model_max_length": 1000000000000000019884624838656,
23
+ "pad_token": null,
24
  "tokenizer_class": "GPT2Tokenizer",
25
+ "unk_token": {
26
+ "__type": "AddedToken",
27
+ "content": "<|endoftext|>",
28
+ "lstrip": false,
29
+ "normalized": true,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
  }
vocab.json CHANGED
The diff for this file is too large to render. See raw diff