commit files to HF hub
Browse files- config.json +3 -6
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 0,
|
11 |
"custom_pipelines": {
|
12 |
-
"
|
13 |
"default": {
|
14 |
"model": {
|
15 |
"pt": [
|
@@ -22,8 +22,7 @@
|
|
22 |
"pt": [
|
23 |
"AutoModelForSeq2SeqLM"
|
24 |
],
|
25 |
-
"tf": []
|
26 |
-
"type": "text"
|
27 |
}
|
28 |
},
|
29 |
"d_model": 256,
|
@@ -32,7 +31,6 @@
|
|
32 |
"add_cross_attention": false,
|
33 |
"architectures": null,
|
34 |
"bad_words_ids": null,
|
35 |
-
"begin_suppress_tokens": null,
|
36 |
"bos_token_id": 2,
|
37 |
"chunk_size_feed_forward": 0,
|
38 |
"cross_attention_hidden_size": null,
|
@@ -76,7 +74,6 @@
|
|
76 |
"return_dict": true,
|
77 |
"return_dict_in_generate": false,
|
78 |
"sep_token_id": null,
|
79 |
-
"suppress_tokens": null,
|
80 |
"task_specific_params": null,
|
81 |
"temperature": 1.0,
|
82 |
"tf_legacy_loss": false,
|
@@ -87,7 +84,7 @@
|
|
87 |
"top_p": 1.0,
|
88 |
"torch_dtype": null,
|
89 |
"torchscript": false,
|
90 |
-
"transformers_version": "4.
|
91 |
"typical_p": 1.0,
|
92 |
"use_bfloat16": false,
|
93 |
"vocab_size": 1000
|
|
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 0,
|
11 |
"custom_pipelines": {
|
12 |
+
"modern_french_normalisation": {
|
13 |
"default": {
|
14 |
"model": {
|
15 |
"pt": [
|
|
|
22 |
"pt": [
|
23 |
"AutoModelForSeq2SeqLM"
|
24 |
],
|
25 |
+
"tf": []
|
|
|
26 |
}
|
27 |
},
|
28 |
"d_model": 256,
|
|
|
31 |
"add_cross_attention": false,
|
32 |
"architectures": null,
|
33 |
"bad_words_ids": null,
|
|
|
34 |
"bos_token_id": 2,
|
35 |
"chunk_size_feed_forward": 0,
|
36 |
"cross_attention_hidden_size": null,
|
|
|
74 |
"return_dict": true,
|
75 |
"return_dict_in_generate": false,
|
76 |
"sep_token_id": null,
|
|
|
77 |
"task_specific_params": null,
|
78 |
"temperature": 1.0,
|
79 |
"tf_legacy_loss": false,
|
|
|
84 |
"top_p": 1.0,
|
85 |
"torch_dtype": null,
|
86 |
"torchscript": false,
|
87 |
+
"transformers_version": "4.21.2",
|
88 |
"typical_p": 1.0,
|
89 |
"use_bfloat16": false,
|
90 |
"vocab_size": 1000
|
pytorch_model.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:777e3ebf4be88372d6fa982cdff430b06d61461574236c7a213a37d70bd47085
|
3 |
+
size 25265973
|