Roland Ding commited on
Commit
d1682ed
·
1 Parent(s): 8dfdf87

miscellaneous update

Browse files
Files changed (2) hide show
  1. backend_update.ipynb +0 -0
  2. instruction.py +1 -1
backend_update.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
instruction.py CHANGED
@@ -35,7 +35,7 @@ class Parser(BaseModel):
35
  content.replace(self.term,self.replacement)
36
  return content
37
 
38
- # class Path(BaseModel): # maybe too early to generalize this. Lets walk through a normal one for the insturction classifier first.
39
  # name: str
40
  # inputs: List[str] | str = Field([""], alias="inputs")
41
  # variables: Dict[str,str] = Field({"term":""}, alias="variables")
 
35
  content.replace(self.term,self.replacement)
36
  return content
37
 
38
+ # class Path(BaseModel): # maybe too early to generalize this. Lets walk through a normal one for the instruction classifier first.
39
  # name: str
40
  # inputs: List[str] | str = Field([""], alias="inputs")
41
  # variables: Dict[str,str] = Field({"term":""}, alias="variables")