Tanor commited on
Commit
50e6607
·
1 Parent(s): f03f27d

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +2 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer.json +14 -2
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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/BERTicSENTPOS6",
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:d6bdd7e3e6310e27c61589ea170ad06a0263f482e3ab55a445fc79bbf1d392f0
3
- size 442546101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ba88a5ff1c137fb4549b72cc3ea411aaefc6f655aa5b33cc9c680b8a59dbf9f
3
+ size 442548917
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67883884e5b5db2413b20b0dd9c66589ac586078c60cae9b6984e1b816cc4ccf
3
+ size 3963