cnmoro commited on
Commit
c766b70
1 Parent(s): 5c5831c

Upload 6 files

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. special_tokens_map.json +7 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "JackFram/llama-68m",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "cnmoro/jack-68m-text-structurization",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71e7be3ffa2e49a4a4ff0306b6f3cf069c8ad316f70a2b217efdf10d94fb2efe
3
  size 136067757
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03789f09688d7aff888e683b0ab1524941f406f2223595eef8ac8ab4450c10c3
3
  size 136067757
special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "</s>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,