Tanor commited on
Commit
114d488
·
1 Parent(s): 4544b68

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/BERTicSENTNEG6",
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:dc5af8f15960627f1d7f3fe88f3415a44282f31a0b7ff0f75530bddc0e7219d2
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:aedb5c5a83a1771f972a70111a7d13504324101358a9ff81f95cc17f3baf6b96
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4655e31c4c9ec966178a73f70891e273ad9381e1a17ee18d3ab6d35e4397e301
3
+ size 4408