Safetensors
ShizhaoSun commited on
Commit
7f7b27f
·
verified ·
1 Parent(s): 1a47b19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,11 +44,11 @@ FlexCAD inherits any biases, errors or omissions produced by its base model. Dev
44
 
45
  FlexCAD uses the Llama model. See https://huggingface.co/meta-llama/Meta-Llama-3-8B to understand the capabilities and limitations of this model.
46
 
47
- As the model is fine-tuned on very specific data about CAD models, it is unlikely to generate information other than CAD models.
48
 
49
  CAD models generated by FlexCAD may not be technically accurate in all cases. Users are responsible for assessing the quality of generated content for each intended use case.
50
 
51
- FlexCAD was developed for research and experimental purposes. Further testing and validation are needed before considering its application in commercial and real-world scenarios.
52
 
53
  ### Recommendations
54
 
 
44
 
45
  FlexCAD uses the Llama model. See https://huggingface.co/meta-llama/Meta-Llama-3-8B to understand the capabilities and limitations of this model.
46
 
47
+ As the model is fine-tuned on very specific data about CAD models, it is unlikely to generate information other than CAD models. However, if a user submits harmful content—e.g., a firearm CAD model—the model may inadvertently enhance that design. Users must therefore implement their own content-filtering and harm-mitigation safeguards to prevent such outputs.
48
 
49
  CAD models generated by FlexCAD may not be technically accurate in all cases. Users are responsible for assessing the quality of generated content for each intended use case.
50
 
51
+ FlexCAD was developed for research and experimental purposes. It does not yet include Responsible AI (RAI) content-filtering or safety mechanisms, and it requires extensive testing and validation before any commercial or real-world deployment.
52
 
53
  ### Recommendations
54