danielhanchen commited on
Commit
e949a1b
·
verified ·
1 Parent(s): 201d152

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +19 -1
  2. special_tokens_map.json +21 -3
README.md CHANGED
@@ -4,10 +4,28 @@ pipeline_tag: text-generation
4
  library_name: transformers
5
  tags:
6
  - vllm
 
7
  base_model:
8
- - openai/gpt-oss-20b
9
  base_model_relation: finetune
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  <p align="center">
13
  <img alt="gpt-oss-safeguard-20b" src="https://raw.githubusercontent.com/openai/gpt-oss-safeguard/main/docs/gpt-oss-safeguard-20b.png">
 
4
  library_name: transformers
5
  tags:
6
  - vllm
7
+ - unsloth
8
  base_model:
9
+ - openai/gpt-oss-safeguard-20b
10
  base_model_relation: finetune
11
  ---
12
+ <div>
13
+ <p style="margin-top: 0;margin-bottom: 0;">
14
+ <em><a href="https://docs.unsloth.ai/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
15
+ </p>
16
+ <div style="display: flex; gap: 5px; align-items: center; ">
17
+ <a href="https://github.com/unslothai/unsloth/">
18
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
19
+ </a>
20
+ <a href="https://discord.gg/unsloth">
21
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
22
+ </a>
23
+ <a href="https://docs.unsloth.ai/">
24
+ <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
25
+ </a>
26
+ </div>
27
+ </div>
28
+
29
 
30
  <p align="center">
31
  <img alt="gpt-oss-safeguard-20b" src="https://raw.githubusercontent.com/openai/gpt-oss-safeguard/main/docs/gpt-oss-safeguard-20b.png">
special_tokens_map.json CHANGED
@@ -1,5 +1,23 @@
1
  {
2
- "bos_token": "<|startoftext|>",
3
- "eos_token": "<|return|>",
4
- "pad_token": "<|endoftext|>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|return|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|reserved_200017|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
  }