Tylersuard
commited on
Commit
·
be4384f
1
Parent(s):
271c252
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,5 @@
|
|
1 |
-
pretty_name: "Pathfinder-X2"
|
2 |
-
|
3 |
-
tags:
|
4 |
-
- llm
|
5 |
-
- long-range
|
6 |
-
- large language model
|
7 |
license: "BY CC 4.0"
|
8 |
-
|
9 |
-
- language
|
10 |
-
- segmentation
|
11 |
-
language:
|
12 |
-
- N/A
|
13 |
-
|
14 |
Free to use for any purpose, including commercial, with attribution.
|
15 |
|
16 |
Pathfinder-X2
|
@@ -21,4 +10,19 @@ Pathfinder-X2 contains 200,000 512x512 images along with 200,000 segmentation ma
|
|
21 |
of dashed-line "snakes" of varying length, and a model's task is to segment only the snake with a circle on one end.
|
22 |
Each image is meant to be fed in as a sequence,pixel-by-pixel, into a Large Language Model.
|
23 |
|
24 |
-
Based on the Pathfinder dataset by Drew Linsley, Alekh K Ashok, Lakshmi N Govindarajan, Rex Liu, and Thomas Serre.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
license: "BY CC 4.0"
|
2 |
+
|
|
|
|
|
|
|
|
|
|
|
3 |
Free to use for any purpose, including commercial, with attribution.
|
4 |
|
5 |
Pathfinder-X2
|
|
|
10 |
of dashed-line "snakes" of varying length, and a model's task is to segment only the snake with a circle on one end.
|
11 |
Each image is meant to be fed in as a sequence,pixel-by-pixel, into a Large Language Model.
|
12 |
|
13 |
+
Based on the Pathfinder dataset by Drew Linsley, Alekh K Ashok, Lakshmi N Govindarajan, Rex Liu, and Thomas Serre.
|
14 |
+
|
15 |
+
---
|
16 |
+
tags:
|
17 |
+
- language
|
18 |
+
- nlp
|
19 |
+
- llm
|
20 |
+
- long-range
|
21 |
+
size_categories:
|
22 |
+
- 100K<n<1M
|
23 |
+
---
|
24 |
+
|
25 |
+
tags:
|
26 |
+
- llm
|
27 |
+
- long-range
|
28 |
+
- large language model
|