Push model using huggingface_hub.
Browse files- README.md +28 -28
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -10,17 +10,17 @@ tags:
|
|
10 |
- text-classification
|
11 |
- generated_from_setfit_trainer
|
12 |
widget:
|
13 |
-
- text: The thrust
|
14 |
-
|
15 |
-
- text:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
- text:
|
21 |
-
|
22 |
-
- text:
|
23 |
-
|
24 |
inference: true
|
25 |
model-index:
|
26 |
- name: SetFit with BAAI/bge-small-en-v1.5
|
@@ -66,11 +66,11 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
66 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
67 |
|
68 |
### Model Labels
|
69 |
-
| Label | Examples
|
70 |
-
|
71 |
-
| Propulsion | <ul><li>'
|
72 |
-
| Power Subsystem | <ul><li>
|
73 |
-
| Thermal Control | <ul><li>'
|
74 |
|
75 |
## Evaluation
|
76 |
|
@@ -97,7 +97,7 @@ from setfit import SetFitModel
|
|
97 |
# Download from the 🤗 Hub
|
98 |
model = SetFitModel.from_pretrained("patrickfleith/my-awesome-astro-text-classifier")
|
99 |
# Run inference
|
100 |
-
preds = model("
|
101 |
```
|
102 |
|
103 |
<!--
|
@@ -127,14 +127,14 @@ preds = model("Discuss the significance of thermal isolation techniques in preve
|
|
127 |
## Training Details
|
128 |
|
129 |
### Training Set Metrics
|
130 |
-
| Training set | Min | Median
|
131 |
-
|
132 |
-
| Word count | 11 | 22.
|
133 |
|
134 |
| Label | Training Sample Count |
|
135 |
|:----------------|:----------------------|
|
136 |
-
| Propulsion |
|
137 |
-
| Thermal Control |
|
138 |
| Power Subsystem | 11 |
|
139 |
|
140 |
### Training Hyperparameters
|
@@ -157,12 +157,12 @@ preds = model("Discuss the significance of thermal isolation techniques in preve
|
|
157 |
### Training Results
|
158 |
| Epoch | Step | Training Loss | Validation Loss |
|
159 |
|:------:|:----:|:-------------:|:---------------:|
|
160 |
-
| 0.0370 | 1 | 0.
|
161 |
-
| 1.8519 | 50 | 0.
|
162 |
-
| 3.7037 | 100 | 0.
|
163 |
-
| 5.5556 | 150 | 0.
|
164 |
-
| 7.4074 | 200 | 0.
|
165 |
-
| 9.2593 | 250 | 0.
|
166 |
|
167 |
### Framework Versions
|
168 |
- Python: 3.10.12
|
|
|
10 |
- text-classification
|
11 |
- generated_from_setfit_trainer
|
12 |
widget:
|
13 |
+
- text: The thrust produced by a rocket engine is a function of the mass flow rate
|
14 |
+
of the propellant and the velocity of the exhaust gases as they exit the nozzle.
|
15 |
+
- text: Advanced energy storage technologies, such as Lithium-Ion batteries, offer
|
16 |
+
higher energy densities and longer life cycles compared to traditional Nickel-Cadmium
|
17 |
+
batteries, making them ideal for long-duration space missions.
|
18 |
+
- text: The thermal control subsystem must accommodate both internal heat generated
|
19 |
+
by electronic components and external thermal loads from the space environment.
|
20 |
+
- text: The structural integrity of solar panels must be robust enough to withstand
|
21 |
+
the mechanical stresses of launch and the harsh thermal cycles of the space environment.
|
22 |
+
- text: The satellite thermal control subsystem (TCS) is crucial for maintaining operational
|
23 |
+
temperatures of all onboard instruments and systems within their specified limits.
|
24 |
inference: true
|
25 |
model-index:
|
26 |
- name: SetFit with BAAI/bge-small-en-v1.5
|
|
|
66 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
67 |
|
68 |
### Model Labels
|
69 |
+
| Label | Examples |
|
70 |
+
|:----------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
71 |
+
| Propulsion | <ul><li>'What are the primary challenges in developing reusable rocket engines, and how do they impact cost and reliability?'</li><li>'In liquid rocket engines, the turbopump plays a vital role in feeding propellants into the combustion chamber at high pressures.'</li><li>'The combustion efficiency of a rocket engine depends on factors like propellant mixture ratio, injector design, and combustion chamber pressure.'</li></ul> |
|
72 |
+
| Power Subsystem | <ul><li>'The energy conversion efficiency of solar cells is influenced by factors such as temperature, radiation exposure, and the angle of incidence of sunlight, necessitating adaptive control mechanisms.'</li><li>'The electrical generation capability of a satellite is primarily determined by the efficiency and surface area of its photovoltaic cells, which convert incident solar radiation into electrical energy.'</li><li>'Energy distribution within the satellite is managed by a network of bus bars and wiring harnesses, designed to minimize resistive losses and maintain voltage stability across all operational conditions.'</li></ul> |
|
73 |
+
| Thermal Control | <ul><li>'How do thermal balance tests validate spacecraft thermal design before launch?'</li><li>'The satellite thermal control subsystem (TCS) is crucial for maintaining operational temperatures of all onboard instruments and systems within their specified limits.'</li><li>'Describe the impact of albedo and infrared emissions from Earth on satellite thermal design.'</li></ul> |
|
74 |
|
75 |
## Evaluation
|
76 |
|
|
|
97 |
# Download from the 🤗 Hub
|
98 |
model = SetFitModel.from_pretrained("patrickfleith/my-awesome-astro-text-classifier")
|
99 |
# Run inference
|
100 |
+
preds = model("The thrust produced by a rocket engine is a function of the mass flow rate of the propellant and the velocity of the exhaust gases as they exit the nozzle.")
|
101 |
```
|
102 |
|
103 |
<!--
|
|
|
127 |
## Training Details
|
128 |
|
129 |
### Training Set Metrics
|
130 |
+
| Training set | Min | Median | Max |
|
131 |
+
|:-------------|:----|:-------|:----|
|
132 |
+
| Word count | 11 | 22.75 | 30 |
|
133 |
|
134 |
| Label | Training Sample Count |
|
135 |
|:----------------|:----------------------|
|
136 |
+
| Propulsion | 15 |
|
137 |
+
| Thermal Control | 10 |
|
138 |
| Power Subsystem | 11 |
|
139 |
|
140 |
### Training Hyperparameters
|
|
|
157 |
### Training Results
|
158 |
| Epoch | Step | Training Loss | Validation Loss |
|
159 |
|:------:|:----:|:-------------:|:---------------:|
|
160 |
+
| 0.0370 | 1 | 0.2266 | - |
|
161 |
+
| 1.8519 | 50 | 0.021 | - |
|
162 |
+
| 3.7037 | 100 | 0.0051 | - |
|
163 |
+
| 5.5556 | 150 | 0.0032 | - |
|
164 |
+
| 7.4074 | 200 | 0.0026 | - |
|
165 |
+
| 9.2593 | 250 | 0.0023 | - |
|
166 |
|
167 |
### Framework Versions
|
168 |
- Python: 3.10.12
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 133462128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15ab01958f9b336ce04ab790ec370a593c96f0abde4ef422857c12f3e8fab21d
|
3 |
size 133462128
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10255
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:228b58301cf34e299cda3fee251efe73ecdf96253eaad9209357a541c6582e39
|
3 |
size 10255
|