avanturist
commited on
Merge branch 'main' of https://huggingface.co/aandreychuk/MAPF-GPT
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
# Model Card for Model MAPF-GPT
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
This repository contains weights for MAPF-GPT model. We currently provide 3 versions that varies in size - 2M, 6M and 85M.
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
- **Developed by:** Anton Andreychuk ([@aandreychuk](https://huggingface.co/aandreychuk/)), Alexey Skrynnik ([@tviskaron](https://huggingface.co/tviskaron/))
|
19 |
+
- **Model type:** GPT
|
20 |
+
- **License:** MIT
|
21 |
+
|
22 |
+
### Model Sources
|
23 |
+
|
24 |
+
<!-- Provide the basic links for the model. -->
|
25 |
+
|
26 |
+
- **Repository:** https://github.com/Cognitive-AI-Systems/MAPF-GPT
|
27 |
+
- **Paper (preprint):** https://arxiv.org/abs/2409.00134
|