Neweret commited on
Commit
27200b9
·
verified ·
1 Parent(s): 5cd3a7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
  - Context
21
  ---
22
 
23
- # 🔁 SimpleClassifier — классификатор промптов (русский)
24
 
25
  ![Model banner](./AI_scheme.png)
26
 
@@ -60,7 +60,7 @@ import json, pickle, torch
60
  import numpy as np
61
  from types import SimpleNamespace
62
 
63
- REPO = "Neweret/SimplePromptClassfier-85k"
64
 
65
  config_path = hf_hub_download(REPO, "config.json")
66
  weights_path = hf_hub_download(REPO, "pytorch_model.bin")
 
20
  - Context
21
  ---
22
 
23
+ # 🔁 SimplePromptClassifier — классификатор промптов (русский)
24
 
25
  ![Model banner](./AI_scheme.png)
26
 
 
60
  import numpy as np
61
  from types import SimpleNamespace
62
 
63
+ REPO = "Neweret/SimplePromptClassifier-85k"
64
 
65
  config_path = hf_hub_download(REPO, "config.json")
66
  weights_path = hf_hub_download(REPO, "pytorch_model.bin")