Benjamin Ernhofer
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -120,3 +120,12 @@ coordinates = postprocess_response_elam(response)
|
|
120 |
print(f"ELAM response: {response}")
|
121 |
print(f"Got coordinates: {coordinates}")
|
122 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
print(f"ELAM response: {response}")
|
121 |
print(f"Got coordinates: {coordinates}")
|
122 |
```
|
123 |
+
|
124 |
+
# Acknowledgements
|
125 |
+
## Funding
|
126 |
+
This work was supported by German BMBF within the scope of project "KI4BoardNet".
|
127 |
+
|
128 |
+
|
129 |
+
## Models and Code
|
130 |
+
- ELAM is based on [Molmo](https://github.com/allenai/molmo) by Allen Institute for AI.
|
131 |
+
- Training was conducted using [ms-swift](https://github.com/modelscope/ms-swift) by ModelScope.
|