Upload 3 files
Browse files- README.md +46 -3
- config.json +13 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- text-classification
|
| 6 |
+
- custom-model
|
| 7 |
+
license: mit
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Magicial-1-star-xl
|
| 11 |
+
|
| 12 |
+
This is a custom text classification model created using the Text Classification Model Maker.
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
- **Model Type:** Naive Bayes
|
| 17 |
+
- **Labels:** Positive, Negative, Neutral
|
| 18 |
+
- **Smartness:** 4/10
|
| 19 |
+
- **Size:** Medium (200MB)
|
| 20 |
+
- **Created:** 10/2/2024, 2:55:16 PM
|
| 21 |
+
|
| 22 |
+
## Usage
|
| 23 |
+
|
| 24 |
+
This model can be used for text classification tasks. It has been trained on 4 examples.
|
| 25 |
+
|
| 26 |
+
## Training Data
|
| 27 |
+
|
| 28 |
+
The model was trained on the following data:
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
### Example 1
|
| 32 |
+
- **Text:** "You are very mean"
|
| 33 |
+
- **Label:** "Negative"
|
| 34 |
+
### Example 2
|
| 35 |
+
- **Text:** "Hey idiot!"
|
| 36 |
+
- **Label:** "Negative"
|
| 37 |
+
### Example 3
|
| 38 |
+
- **Text:** "Aww so cute"
|
| 39 |
+
- **Label:** "Positive"
|
| 40 |
+
### Example 4
|
| 41 |
+
- **Text:** "I don't care"
|
| 42 |
+
- **Label:** "Neutral"
|
| 43 |
+
|
| 44 |
+
## License
|
| 45 |
+
|
| 46 |
+
This model is released under the MIT License.
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "naive_bayes",
|
| 3 |
+
"num_labels": 3,
|
| 4 |
+
"labels": [
|
| 5 |
+
"Positive",
|
| 6 |
+
"Negative",
|
| 7 |
+
"Neutral"
|
| 8 |
+
],
|
| 9 |
+
"smartness": 4,
|
| 10 |
+
"size": "Medium",
|
| 11 |
+
"size_mb": 200,
|
| 12 |
+
"timestamp": "2024-10-02T18:55:16.216Z"
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccdfa1e54be5bab043ac2816f8e175d9f41f1a400527a7fa0826e3e7df9d090b
|
| 3 |
+
size 209715200
|