SJ-Donald commited on
Commit
9b7dc2c
1 Parent(s): 5fe23be

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. 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("이딴 게임할 거면 방송 그만해라 어휴")[0]:
41
  print(result)
42
 
43
- {'label': 'hate', 'score': 0.7051385641098022}
44
- {'label': 'clean', 'score': 0.29405009746551514}
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.35.2",
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:85ce0e917f6d73860dd1a5301da9b0157a08d41950d47b55740de879aa56501c
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:8f72b4fef95a6c1a3f8e070ae79381dcabe1cd776d00a576ebd4706819d6a868
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c361bcd83c76cb107f7b2f45bc5aecedd81f076cd67845de4c6ecfc3eac1313
3
+ size 4728