Skip to content

Commit dab5aae

Browse files
authored
Update README.md
1 parent fbc1935 commit dab5aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ No
3232

3333
## code-bert local setup
3434

35-
**The entire code base is built and abvailble for Python3.6+**
35+
**The entire code base is built and availble for Python3.6+**
3636

3737
We have provided very easy to use CLI commands to achieve all these, and at scale. Let's go through that step by step
3838

@@ -141,7 +141,7 @@ def get_file(filename):
141141

142142
```
143143
1. Mine souce code to get function-docstring pairs using [tree-hugger](https://github.com/autosoft-dev/tree-hugger)
144-
2. Prep for functions and docstring data to fit input format expected by [codeBERT-small-v2](https://huggingface.co/codistai/codeBERT-small-v2) model.
144+
2. Prep functions and docstring data to fit input format expected by [codeBERT-small-v2](https://huggingface.co/codistai/codeBERT-small-v2) model.
145145
- **Function** - `def get file ( filename ) : indent if not path ( filename ) . is file ( ) : indent return none dedent return open ( filename , "rb" ) dedent`
146146

147147
- **Doc String** - `opens a url`

0 commit comments

Comments
 (0)