alquist4121 commited on
Commit
8be0076
1 Parent(s): 9d51fc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,6 +10,8 @@ tags:
10
  pretty_name: XCodeSearchNet
11
  ---
12
 
 
 
13
  ## pre-training data
14
  You need to manually combine each dataset if you want to use a multilingual dataset.
15
  ```python
@@ -62,5 +64,3 @@ print(xcsn_ft_python_en['train'][0])
62
  }
63
  """
64
  ```
65
-
66
- [Paper on arXiv](arxiv.org/abs/2306.15604)
 
10
  pretty_name: XCodeSearchNet
11
  ---
12
 
13
+ [Paper on arXiv](arxiv.org/abs/2306.15604)
14
+
15
  ## pre-training data
16
  You need to manually combine each dataset if you want to use a multilingual dataset.
17
  ```python
 
64
  }
65
  """
66
  ```