neighborwang commited on
Commit
c2d0366
·
verified ·
1 Parent(s): 0a778c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -5,7 +5,12 @@ task_categories:
5
  language:
6
  - en
7
  ---
8
- # Dataset Collection Pipeline
 
 
 
 
 
9
 
10
  #### 1. Source Identification (Manual)
11
 
@@ -46,18 +51,20 @@ Update the text entries with these refined prompts in the JSONL file.
46
 
47
  Conduct a final manual review to ensure all entries are accurate, relevant, and ready for fine-tuning.
48
 
49
- ## List of Considered Libraries
 
 
 
 
 
 
50
 
51
- The current focus is on energy systems modeling. Therefore, only a representative libraries in these fields have been selected.
52
 
53
- | Name & Repo | Version & Release Date | Description | Considered for Dataset? |
54
  | :----------------------------------------------------------: | :--------------------: | :----------------------------------------------------------: | :---------------------: |
55
- | [Standard Library](https://github.com/modelica/ModelicaStandardLibrary) | v4.1.0 (2024-02-06) | Modelica Standard library | Yes |
56
- | [VehicleInterfaces](https://github.com/modelica/VehicleInterfaces) | v2.0.0 (2024-08-19) | Interface definitions and architectures for vehicle system modeling | Yes |
57
- | [AixLib](https://github.com/modelica-3rdparty/AixLib) | v2.0.0 (2024-08-19) | Building performance simulations | Yes |
58
- | [Buildings](https://github.com/modelica-3rdparty/Buildings) | v11.0.0 (2024-04-09) | Building performance simulations | Yes |
59
- | [ObjectStab](https://github.com/modelica-3rdparty/ObjectStab) | v2.0.0 (2024-02-01) | Power System Stability Studies (descriptions missing for each component) | No |
60
- | [PhotoVoltaics](https://github.com/modelica-3rdparty/PhotoVoltaics) | v2.0.0 (2021-07-19) | Simulation of photo voltaic cells and modules | Yes |
61
- | [PNlib](https://github.com/modelica-3rdparty/PNlib) | v3.0.0 (2024-02-13) | Modeling xHPN | Yes |
62
- | [PowerGrids](https://github.com/modelica-3rdparty/PowerGrids) | v1.0.4 (2023-12-10) | Electro-mechanical modelling of power systems | Yes |
63
- | [PowerSystems](https://github.com/modelica-3rdparty/PowerSystems) | v2.0.0 (2024-05-07) | Modeling electrical power systems both in transient and steady-state mode | Yes |
 
5
  language:
6
  - en
7
  ---
8
+ # ModelicaLib_v1.0
9
+
10
+ Total entries: 4447
11
+ Library size: 8.57 MB
12
+
13
+ ## Dataset Collection Pipeline
14
 
15
  #### 1. Source Identification (Manual)
16
 
 
51
 
52
  Conduct a final manual review to ensure all entries are accurate, relevant, and ready for fine-tuning.
53
 
54
+ ## Error Handling
55
+
56
+ To improve the dataset's utility, common Modelica modeling errors and their solutions have been included. These entries help users identify and resolve typical issues, benefiting both beginners and experienced users.
57
+
58
+ The pipeline utilizes an LLM and an experienced Modelica user to generate and verify error-handling entries, ensuring that solutions are both practical and actionable.
59
+
60
+ ## List of Considered Repos
61
 
62
+ The current focus is on energy systems modeling. Therefore, only a representative repositories in these fields have been selected.
63
 
64
+ | Repo | Version & Release Date | Description | Number of Entries |
65
  | :----------------------------------------------------------: | :--------------------: | :----------------------------------------------------------: | :---------------------: |
66
+ | [Standard Library](https://github.com/modelica/ModelicaStandardLibrary) | v4.1.0 (2024-02-06) | Modelica Standard library | 1805 |
67
+ | [AixLib](https://github.com/modelica-3rdparty/AixLib) | v2.0.0 (2024-08-19) | Building performance simulations | 2547 |
68
+ | [PhotoVoltaics](https://github.com/modelica-3rdparty/PhotoVoltaics) | v2.0.0 (2021-07-19) | Simulation of photo voltaic cells and modules | 47 |
69
+ | [OMCompiler](https://github.com/OpenModelica/OMCompiler/tree/master/Examples) | - | Collection of basic examples | 6 |
70
+ | [Modelica University](https://mbe.modelica.university) | - | Classic examples | 27 |