morikomorizz commited on
Commit
8a386c1
·
1 Parent(s): 291c675

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -19
README.md CHANGED
@@ -39,18 +39,8 @@ GRM-2.6-Plus already punches well above its weight class for a 27B model — com
39
 
40
  ---
41
 
42
- ## Who Is This For
43
-
44
- - Researchers who need a model that actually engages with sensitive or nuanced topics without constant deflection
45
- - Developers building agentic pipelines where refusals break the flow
46
- - Power users running local inference who want GRM's reasoning without the babysitting
47
-
48
- ---
49
-
50
  ## Usage
51
 
52
- Same as the base GRM-2.6-Plus. Drop it into your existing setup — no special configuration needed.
53
-
54
  ```python
55
  from openai import OpenAI
56
 
@@ -66,13 +56,4 @@ response = client.chat.completions.create(
66
  )
67
  print(response.choices[0].message.content)
68
  ```
69
-
70
- ---
71
-
72
- ## License
73
-
74
- Apache 2.0 — same as the upstream model.
75
-
76
- ---
77
-
78
  *Based on [OrionLLM/GRM-2.6-Plus](https://huggingface.co/OrionLLM/GRM-2.6-Plus) · Architecture: Qwen3.6-27B · Tensor type: BF16*
 
39
 
40
  ---
41
 
 
 
 
 
 
 
 
 
42
  ## Usage
43
 
 
 
44
  ```python
45
  from openai import OpenAI
46
 
 
56
  )
57
  print(response.choices[0].message.content)
58
  ```
 
 
 
 
 
 
 
 
 
59
  *Based on [OrionLLM/GRM-2.6-Plus](https://huggingface.co/OrionLLM/GRM-2.6-Plus) · Architecture: Qwen3.6-27B · Tensor type: BF16*