ma7583 commited on
Commit
cf2e9b3
Β·
verified Β·
1 Parent(s): 2146469

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -10,6 +10,20 @@ This repo contains models and web server that uses LLMs to assist theorem provin
10
 
11
  PVSgym can be donwloaded from this repo: https://github.com/manoja328/expmath/tree/main/pvspy
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ## Start the web server with the model running
14
 
15
  python -m uvicorn sft_fastapi:app --host 0.0.0.0 --port 8000
 
10
 
11
  PVSgym can be donwloaded from this repo: https://github.com/manoja328/expmath/tree/main/pvspy
12
 
13
+ pvs_sft5
14
+ β”œβ”€β”€ config.json
15
+ β”œβ”€β”€ generation_config.json
16
+ β”œβ”€β”€ model-00001-of-00003.safetensors
17
+ β”œβ”€β”€ model-00002-of-00003.safetensors
18
+ β”œβ”€β”€ model-00003-of-00003.safetensors
19
+ β”œβ”€β”€ model.safetensors.index.json
20
+ β”œβ”€β”€ recommended_commands.csv
21
+ β”œβ”€β”€ special_tokens_map.json
22
+ β”œβ”€β”€ tokenizer_config.json
23
+ β”œβ”€β”€ tokenizer.json
24
+ β”œβ”€β”€ tokenizer.model
25
+ └── training_args.bin
26
+
27
  ## Start the web server with the model running
28
 
29
  python -m uvicorn sft_fastapi:app --host 0.0.0.0 --port 8000