Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Open Rotor Copilot: Neural Blackbox Analysis
|
| 2 |
|
| 3 |
## Model Card for `rbarac/open-rotor-copilot`
|
|
@@ -69,4 +76,4 @@ pipe = pipeline("text-classification", model="rbarac/open-rotor-copilot")
|
|
| 69 |
input_str = "gyro_std=123.56, rcCommand3_mean=1150.2, vbat_drop=0.91, rssi_min=17.2, ..."
|
| 70 |
|
| 71 |
result = pipe(input_str)
|
| 72 |
-
print("Predicted Issue(s):", result[0]['label'])
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google/flan-t5-small
|
| 7 |
+
---
|
| 8 |
# Open Rotor Copilot: Neural Blackbox Analysis
|
| 9 |
|
| 10 |
## Model Card for `rbarac/open-rotor-copilot`
|
|
|
|
| 76 |
input_str = "gyro_std=123.56, rcCommand3_mean=1150.2, vbat_drop=0.91, rssi_min=17.2, ..."
|
| 77 |
|
| 78 |
result = pipe(input_str)
|
| 79 |
+
print("Predicted Issue(s):", result[0]['label'])
|