Upload folder using huggingface_hub
Browse files- README.md +3 -3
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -37,9 +37,9 @@ pipe = TextClassificationPipeline(
|
|
37 |
function_to_apply = 'sigmoid'
|
38 |
)
|
39 |
|
40 |
-
for result in pipe("
|
41 |
print(result)
|
42 |
|
43 |
-
{'label': 'hate', 'score': 0.
|
44 |
-
{'label': 'clean', 'score': 0.
|
45 |
```
|
|
|
37 |
function_to_apply = 'sigmoid'
|
38 |
)
|
39 |
|
40 |
+
for result in pipe("그렇게 게임하면 어떡하냐 방송 접어라 허접아")[0]:
|
41 |
print(result)
|
42 |
|
43 |
+
{'label': 'hate', 'score': 0.9767946600914001}
|
44 |
+
{'label': 'clean', 'score': 0.023970650508999825}
|
45 |
```
|
config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "multi_label_classification",
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.
|
37 |
"type_vocab_size": 2,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 30000
|
|
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "multi_label_classification",
|
35 |
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.36.2",
|
37 |
"type_vocab_size": 2,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 30000
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435703792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ba25b2cfd70ef6c979c96a7f58bc06ec01321b6dcc5eff76ab205839346c699
|
3 |
size 435703792
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c361bcd83c76cb107f7b2f45bc5aecedd81f076cd67845de4c6ecfc3eac1313
|
3 |
+
size 4728
|