Tanor commited on
Commit
da38346
·
1 Parent(s): 6bf2c3b

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/BERTicSENTPOS2",
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:b86e880185ffedc5c9eb088857320678e7595d2280b8ea1d7061f7d0d46e4f4a
3
- size 442542126
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ddfa9fc6d2c3f7699b49fba9ab9009c03ab1618df27374f479954bae770e73
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:79b98bfb2ea4800dfda66a064c5a6791e2325924a698379a3441d90e45c8c3cd
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d37693917188fea20fa5f27377ae37878eac8f708113c74c830304b39f2e5c5
3
+ size 4408