Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- nasa-impact/nasa-smd-ibm-v0.1
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
# Division Classification Model
|
| 6 |
|
|
@@ -49,6 +52,4 @@ inputs = tokenizer("Your input text", return_tensors="pt", truncation=True, max_
|
|
| 49 |
outputs = model(**inputs)
|
| 50 |
predicted_label = outputs.logits.argmax(-1).item()
|
| 51 |
print(predicted_label)
|
| 52 |
-
```
|
| 53 |
-
|
| 54 |
-
|
|
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- nasa-impact/nasa-smd-ibm-v0.1
|
| 4 |
+
tags:
|
| 5 |
+
- text-classification
|
| 6 |
+
- single-label
|
| 7 |
---
|
| 8 |
# Division Classification Model
|
| 9 |
|
|
|
|
| 52 |
outputs = model(**inputs)
|
| 53 |
predicted_label = outputs.logits.argmax(-1).item()
|
| 54 |
print(predicted_label)
|
| 55 |
+
```
|
|
|
|
|
|