siebert commited on
Commit
8c625d0
1 Parent(s): 0561a83

Updating model

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "siebert/sentiment-roberta-large-english",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
@@ -18,9 +18,6 @@
18
  "num_attention_heads": 16,
19
  "num_hidden_layers": 24,
20
  "pad_token_id": 1,
21
- "position_embedding_type": "absolute",
22
- "transformers_version": "4.5.1",
23
  "type_vocab_size": 1,
24
- "use_cache": true,
25
  "vocab_size": 50265
26
  }
1
  {
2
+ "_name_or_path": "roberta-large",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
18
  "num_attention_heads": 16,
19
  "num_hidden_layers": 24,
20
  "pad_token_id": 1,
 
 
21
  "type_vocab_size": 1,
 
22
  "vocab_size": 50265
23
  }
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2
2
  Ġ t
3
  Ġ a
4
  h e
1
+ #version: 0.2 - Trained by `huggingface/tokenizers`
2
  Ġ t
3
  Ġ a
4
  h e
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8cf09177aa36b085c56d76a62261b24e974e26e030b9487e3760dfbfe9559e9
3
- size 1425815897
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805688de73481b1175b1e06f05a971144dceb7e0064b64a84b78a3685eb3209d
3
+ size 1421616707
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df2fea053cc9f81439a4266bf33f0a785c9fd9bff349aabf96783a03696ecf49
3
- size 1421968136
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7523591dde7d00968ee1a6491653167e77b49a5843e2afd0182f824e47c35294
3
+ size 1426168784
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"errors": "replace", "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "do_lower_case": false, "model_max_length": 512, "name_or_path": "roberta-large"}
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 512, "name_or_path": "roberta-large"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5e2a9595b1a87ea900aedcf4e058f6d0f04a1acf928596c0d35b923d36d0476
3
+ size 1775
vocab.json CHANGED
The diff for this file is too large to render. See raw diff