Tanor commited on
Commit
9f33384
1 Parent(s): bd71f3f

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. config.json +2 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +14 -2
  4. training_args.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "classla/bcms-bertic",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
@@ -26,6 +26,7 @@
26
  "num_hidden_layers": 12,
27
  "pad_token_id": 0,
28
  "position_embedding_type": "absolute",
 
29
  "summary_activation": "gelu",
30
  "summary_last_dropout": 0.1,
31
  "summary_type": "first",
 
1
  {
2
+ "_name_or_path": "Tanor/BERTicSENTNEG4",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
 
26
  "num_hidden_layers": 12,
27
  "pad_token_id": 0,
28
  "position_embedding_type": "absolute",
29
+ "problem_type": "single_label_classification",
30
  "summary_activation": "gelu",
31
  "summary_last_dropout": 0.1,
32
  "summary_type": "first",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f46f82f66c73fee1c99d293b25a651b9e1670cc6722f0edae1afb451caa0535
3
- size 442542126
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:466fd460434326f7a110a803f5aacddd9a1fbff245b08790a2b08f66d9fb9664
3
+ size 442544942
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 300,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d9d74a8978ec85848325d0ea808b1c73bc43bfd035dbf5fc6363615f58431b6
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8daeb3e9cfb02e005e32bf4496a5bda1941023b79488cb8f022f8315d35e0aae
3
+ size 4408