albabernal03 commited on
Commit
2f08218
·
1 Parent(s): 7c98307

Subiendo modelo y tokenizer a Hugging Face

Browse files
Files changed (4) hide show
  1. config.json +13 -0
  2. tf_model.h5 +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "LABEL_0",
4
+ "1": "LABEL_1",
5
+ "2": "LABEL_2"
6
+ },
7
+ "label2id": {
8
+ "LABEL_0": 0,
9
+ "LABEL_1": 1,
10
+ "LABEL_2": 2
11
+ },
12
+ "transformers_version": "4.47.1"
13
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f51365f146077ffaf0f3983f1f4da01abde363b90cb92c013616a38ed761f6
3
+ size 7805320
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 30, "name_or_path": "custom_tokenizer"}