arabelatso commited on
Commit
49e419e
·
verified ·
1 Parent(s): 689fa23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -63,7 +63,7 @@ An operation `LM_Inner_Rsp(p)` that represents a response process for a given pa
63
  - The variables `omem` and `obuf` remain unchanged.
64
  """
65
 
66
- model_name = "fm-universe/llama3.1-8b-tulu-3-fma"
67
 
68
  model = AutoModelForCausalLM.from_pretrained(
69
  model_name, torch_dtype="auto", device_map="auto"
@@ -107,7 +107,7 @@ An operation `LM_Inner_Rsp(p)` that represents a response process for a given pa
107
  - The variables `omem` and `obuf` remain unchanged.
108
  """
109
 
110
- model_name = "fm-universe/llama3.1-8b-tulu-3-fma"
111
 
112
  # Pass the default decoding hyperparameters
113
  # max_tokens is for the maximum length for generation.
@@ -132,7 +132,6 @@ print(responses[0].outputs[0].text)
132
  ```
133
 
134
  ## Citation
135
-
136
  ```
137
  @misc{fmbench25jialun,
138
  title={From Informal to Formal--Incorporating and Evaluating LLMs on Natural Language Requirements to Verifiable Formal Proofs},
@@ -143,4 +142,5 @@ print(responses[0].outputs[0].text)
143
  primaryClass={cs.AI},
144
  url={https://arxiv.org/abs/2501.16207},
145
  }
 
146
  ```
 
63
  - The variables `omem` and `obuf` remain unchanged.
64
  """
65
 
66
+ model_name = "fm-universe/deepseek-coder-7b-instruct-v1.5-fma"
67
 
68
  model = AutoModelForCausalLM.from_pretrained(
69
  model_name, torch_dtype="auto", device_map="auto"
 
107
  - The variables `omem` and `obuf` remain unchanged.
108
  """
109
 
110
+ model_name = "fm-universe/deepseek-coder-7b-instruct-v1.5-fma"
111
 
112
  # Pass the default decoding hyperparameters
113
  # max_tokens is for the maximum length for generation.
 
132
  ```
133
 
134
  ## Citation
 
135
  ```
136
  @misc{fmbench25jialun,
137
  title={From Informal to Formal--Incorporating and Evaluating LLMs on Natural Language Requirements to Verifiable Formal Proofs},
 
142
  primaryClass={cs.AI},
143
  url={https://arxiv.org/abs/2501.16207},
144
  }
145
+
146
  ```