Update README.md
Browse files
README.md
CHANGED
|
@@ -9,17 +9,14 @@ tags:
|
|
| 9 |
---
|
| 10 |
# Model Card for Model ID
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
| 15 |
|
| 16 |
## Model Details
|
| 17 |
|
| 18 |
### Model Description
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
|
| 24 |
- **Developed by:** [More Information Needed]
|
| 25 |
- **Shared by [optional]:** [More Information Needed]
|
|
@@ -38,14 +35,6 @@ Base on ChatGLM2-6B. This model is used to assist in the Sustainability of const
|
|
| 38 |
|
| 39 |
## Uses
|
| 40 |
|
| 41 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 42 |
-
|
| 43 |
-
### Direct Use
|
| 44 |
-
|
| 45 |
-
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 46 |
-
|
| 47 |
-
[More Information Needed]
|
| 48 |
-
|
| 49 |
```ipython
|
| 50 |
>>> from transformers import AutoTokenizer, AutoModel
|
| 51 |
>>> tokenizer = AutoTokenizer.from_pretrained("kkkgg/Chat-SCW", trust_remote_code=True)
|
|
@@ -69,30 +58,12 @@ End-of-life and disposal
|
|
| 69 |
It is important to note that some stages may overlap or be interconnected, and the specific stages involved may vary depending on the type of construction product or service.
|
| 70 |
```
|
| 71 |
|
| 72 |
-
### Downstream Use [optional]
|
| 73 |
-
|
| 74 |
-
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 75 |
-
|
| 76 |
-
[More Information Needed]
|
| 77 |
-
|
| 78 |
-
### Out-of-Scope Use
|
| 79 |
-
|
| 80 |
-
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 81 |
-
|
| 82 |
-
[More Information Needed]
|
| 83 |
-
|
| 84 |
## Bias, Risks, and Limitations
|
| 85 |
|
| 86 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 87 |
|
| 88 |
[More Information Needed]
|
| 89 |
|
| 90 |
-
### Recommendations
|
| 91 |
-
|
| 92 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 93 |
-
|
| 94 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 95 |
-
|
| 96 |
## How to Get Started with the Model
|
| 97 |
|
| 98 |
Use the code below to get started with the model.
|
|
|
|
| 9 |
---
|
| 10 |
# Model Card for Model ID
|
| 11 |
|
| 12 |
+
This model is used to assist in the Sustainability of construction works using BSI Standards.
|
|
|
|
|
|
|
| 13 |
|
| 14 |
## Model Details
|
| 15 |
|
| 16 |
### Model Description
|
| 17 |
|
| 18 |
+
This model is trained using ChatGLM2-6B as the basic model. This model is trained with the content of BSI Standards. The BSI Standards include "Sustainability of construction works — Assessment of environmental performance of buildings — Calculation method" (BS EN 15978:2011) and "Sustainability of construction works – Environmental
|
| 19 |
+
product declarations – Core rules for the product category of construction products" (BS EN 15804:2012+A2:2019).
|
|
|
|
| 20 |
|
| 21 |
- **Developed by:** [More Information Needed]
|
| 22 |
- **Shared by [optional]:** [More Information Needed]
|
|
|
|
| 35 |
|
| 36 |
## Uses
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
```ipython
|
| 39 |
>>> from transformers import AutoTokenizer, AutoModel
|
| 40 |
>>> tokenizer = AutoTokenizer.from_pretrained("kkkgg/Chat-SCW", trust_remote_code=True)
|
|
|
|
| 58 |
It is important to note that some stages may overlap or be interconnected, and the specific stages involved may vary depending on the type of construction product or service.
|
| 59 |
```
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
## Bias, Risks, and Limitations
|
| 62 |
|
| 63 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 64 |
|
| 65 |
[More Information Needed]
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
## How to Get Started with the Model
|
| 68 |
|
| 69 |
Use the code below to get started with the model.
|