zkcpku commited on
Commit
31f2e07
1 Parent(s): eb131c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ tags:
6
+ - code
7
+ size_categories:
8
+ - n<1K
9
+ ---
10
+
11
+
12
+ Code Symbol Understanding Task
13
+
14
+ paper: HiRoPE: Length Extrapolation for Code Models
15
+
16
+ https://arxiv.org/pdf/2403.19115
17
+
18
+ Input Prompt:
19
+ ```
20
+ {input}\n# Task: Extract all defined function names and class names from the above code snippet.\nextracted_entities =
21
+ ```