xiaoyaoes commited on
Commit
94e1c2d
·
verified ·
1 Parent(s): a782eb6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - keras
5
+ - text-encoding
6
+ - nlp
7
+ license: mit
8
+ pipeline_tag: feature-extraction
9
+ ---
10
+
11
+ # Text Encoder (Keras)
12
+
13
+ A lightweight text encoder based on Keras for NLP feature extraction.
14
+
15
+ ## Usage
16
+ ```python
17
+ from keras.models import load_model
18
+ model = load_model("xiaoyaoes/malicious-keras-text-encoder", trust_remote_code=True)
19
+ ```
20
+
21
+ ## Architecture
22
+ - Input: (batch, 10) float32
23
+ - Dense layers: 10 → 8 → 4