Commit
·
e68e2a4
1
Parent(s):
24ce340
[add]: carbon emission info for the model card
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ base_model: tiiuae/falcon-7b-instruct
|
|
5 |
|
6 |
# Model Card for the Query Parser LLM using Falcon-7B-Instruct
|
7 |
|
8 |
-
[]()
|
9 |
|
10 |
EmbeddingStudio is the [open-source framework](https://github.com/EulerSearch/embedding_studio/tree/main), that allows you transform a joint "Embedding Model + Vector DB" into
|
11 |
a full-cycle search engine: collect clickstream -> improve search experience-> adapt embedding model and repeat out of the box.
|
@@ -285,11 +285,11 @@ Use the code below to get started with the model.
|
|
285 |
|
286 |
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
287 |
|
288 |
-
- **Hardware Type:**
|
289 |
-
- **Hours used:**
|
290 |
-
- **Cloud Provider:**
|
291 |
-
- **Compute Region:**
|
292 |
-
- **Carbon Emitted:**
|
293 |
|
294 |
## Technical Specifications [optional]
|
295 |
|
|
|
5 |
|
6 |
# Model Card for the Query Parser LLM using Falcon-7B-Instruct
|
7 |
|
8 |
+
[]()[](https://www.python.org/downloads/release/python-390/)
|
9 |
|
10 |
EmbeddingStudio is the [open-source framework](https://github.com/EulerSearch/embedding_studio/tree/main), that allows you transform a joint "Embedding Model + Vector DB" into
|
11 |
a full-cycle search engine: collect clickstream -> improve search experience-> adapt embedding model and repeat out of the box.
|
|
|
285 |
|
286 |
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
287 |
|
288 |
+
- **Hardware Type:** NVIDIA Tesla V100
|
289 |
+
- **Hours used:** 72
|
290 |
+
- **Cloud Provider:** Google Cloud
|
291 |
+
- **Compute Region:** us-west-1
|
292 |
+
- **Carbon Emitted:** 6.48
|
293 |
|
294 |
## Technical Specifications [optional]
|
295 |
|