michaelwaves commited on
Commit
e861b70
·
verified ·
1 Parent(s): 6163b93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -7,8 +7,6 @@ tags:
7
  ---
8
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6455498b1f9406d48802f043/iBFwAMOyzvdJv32L4iJM1.jpeg)
9
 
10
- shoutout to https://huggingface.co/soob3123/amoral-gemma3-27B-v2-qat
11
-
12
  Produces analytically neutral responses to sensitive queries
13
 
14
  [NOTE!] Make sure to use chat completions endpoint and have a system message that says "You are an assistant"
@@ -21,6 +19,7 @@ messages = [
21
  ]
22
  ```
23
  * **bfloat16 quantization:** Needs 4 H100s to run
 
24
 
25
  # Inference Examples
26
 
@@ -38,3 +37,5 @@ If you don't have 4 H100s lying around try running this lora adapter in Mxfp4
38
  https://huggingface.co/michaelwaves/gpt-120b-fun-weights
39
 
40
 
 
 
 
7
  ---
8
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6455498b1f9406d48802f043/iBFwAMOyzvdJv32L4iJM1.jpeg)
9
 
 
 
10
  Produces analytically neutral responses to sensitive queries
11
 
12
  [NOTE!] Make sure to use chat completions endpoint and have a system message that says "You are an assistant"
 
19
  ]
20
  ```
21
  * **bfloat16 quantization:** Needs 4 H100s to run
22
+ * **finetuned from:** openai/gpt-oss-120b
23
 
24
  # Inference Examples
25
 
 
37
  https://huggingface.co/michaelwaves/gpt-120b-fun-weights
38
 
39
 
40
+ shoutout to https://huggingface.co/soob3123/amoral-gemma3-27B-v2-qat
41
+