ipatate
commited on
Commit
·
b01b845
1
Parent(s):
781432b
refactor files
Browse files- config.json +2 -2
- spam-classifier/model.safetensors → model.safetensors +0 -0
- spam-classifier/sentencepiece.bpe.model → sentencepiece.bpe.model +0 -0
- spam-classifier/config.json +0 -3
- spam-classifier/special_tokens_map.json +0 -3
- spam-classifier/tokenizer_config.json +0 -3
- special_tokens_map.json +2 -2
- spam-classifier/tokenizer.json → tokenizer.json +0 -0
- tokenizer_config.json +2 -2
config.json
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:4da19d2b12d022afe7e2b6f0534f39c2087f8005e0251f603602dac87edcbf01
|
3 |
+
size 758
|
spam-classifier/model.safetensors → model.safetensors
RENAMED
File without changes
|
spam-classifier/sentencepiece.bpe.model → sentencepiece.bpe.model
RENAMED
File without changes
|
spam-classifier/config.json
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4da19d2b12d022afe7e2b6f0534f39c2087f8005e0251f603602dac87edcbf01
|
3 |
-
size 758
|
|
|
|
|
|
|
|
spam-classifier/special_tokens_map.json
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:06e405a36dfe4b9604f484f6a1e619af1a7f7d09e34a8555eb0b77b66318067f
|
3 |
-
size 280
|
|
|
|
|
|
|
|
spam-classifier/tokenizer_config.json
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:511d98e87c7de2d3b649bea83a6cf1e028b9364457506277f114b57cdfb5b1a2
|
3 |
-
size 1201
|
|
|
|
|
|
|
|
special_tokens_map.json
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:06e405a36dfe4b9604f484f6a1e619af1a7f7d09e34a8555eb0b77b66318067f
|
3 |
+
size 280
|
spam-classifier/tokenizer.json → tokenizer.json
RENAMED
File without changes
|
tokenizer_config.json
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:511d98e87c7de2d3b649bea83a6cf1e028b9364457506277f114b57cdfb5b1a2
|
3 |
+
size 1201
|