Benjamin Ernhofer commited on
Commit
eb8465b
·
verified ·
1 Parent(s): 079d451

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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.