commit files to HF hub
Browse files- config.json +7 -3
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "rbawden/modern_french_normalisation",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
@@ -8,7 +9,7 @@
|
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 0,
|
10 |
"custom_pipelines": {
|
11 |
-
"
|
12 |
"default": {
|
13 |
"model": {
|
14 |
"pt": [
|
@@ -21,7 +22,8 @@
|
|
21 |
"pt": [
|
22 |
"AutoModelForSeq2SeqLM"
|
23 |
],
|
24 |
-
"tf": []
|
|
|
25 |
}
|
26 |
},
|
27 |
"d_model": 256,
|
@@ -30,6 +32,7 @@
|
|
30 |
"add_cross_attention": false,
|
31 |
"architectures": null,
|
32 |
"bad_words_ids": null,
|
|
|
33 |
"bos_token_id": 2,
|
34 |
"chunk_size_feed_forward": 0,
|
35 |
"cross_attention_hidden_size": null,
|
@@ -73,6 +76,7 @@
|
|
73 |
"return_dict": true,
|
74 |
"return_dict_in_generate": false,
|
75 |
"sep_token_id": null,
|
|
|
76 |
"task_specific_params": null,
|
77 |
"temperature": 1.0,
|
78 |
"tf_legacy_loss": false,
|
@@ -83,7 +87,7 @@
|
|
83 |
"top_p": 1.0,
|
84 |
"torch_dtype": null,
|
85 |
"torchscript": false,
|
86 |
-
"transformers_version": "4.
|
87 |
"typical_p": 1.0,
|
88 |
"use_bfloat16": false,
|
89 |
"vocab_size": 1000
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "8d7a2f712cf7ff2b003474563a711218d61cf5c3",
|
3 |
"_name_or_path": "rbawden/modern_french_normalisation",
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
|
|
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 |
+
"type": "text"
|
27 |
}
|
28 |
},
|
29 |
"d_model": 256,
|
|
|
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 |
"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 |
"top_p": 1.0,
|
88 |
"torch_dtype": null,
|
89 |
"torchscript": false,
|
90 |
+
"transformers_version": "4.25.1",
|
91 |
"typical_p": 1.0,
|
92 |
"use_bfloat16": false,
|
93 |
"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:16e283cd4628cac0f2b36f2e8181ae0ba0f65b0e03866fde6067a0cd8e3c78d8
|
3 |
+
size 25264557
|
tokenizer_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"bos_token": "<s>",
|
3 |
"eos_token": "</s>",
|
|
|
4 |
"name_or_path": "rbawden/modern_french_normalisation",
|
5 |
"pad_token": "<pad>",
|
6 |
"special_tokens_map_file": "/home/rbawden/.cache/huggingface/transformers/b256f782c7622ee7cd8f990f24154fee35ec73f5b93466b241d479575da80255.9d6cd81ef646692fb1c169a880161ea1cb95f49694f220aced9b704b457e51dd",
|
|
|
1 |
{
|
2 |
"bos_token": "<s>",
|
3 |
"eos_token": "</s>",
|
4 |
+
"model_max_length": 1000000000000000019884624838656,
|
5 |
"name_or_path": "rbawden/modern_french_normalisation",
|
6 |
"pad_token": "<pad>",
|
7 |
"special_tokens_map_file": "/home/rbawden/.cache/huggingface/transformers/b256f782c7622ee7cd8f990f24154fee35ec73f5b93466b241d479575da80255.9d6cd81ef646692fb1c169a880161ea1cb95f49694f220aced9b704b457e51dd",
|