Tanor commited on
Commit
d76c4db
1 Parent(s): 15ad839

Training in progress, epoch 1

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 +1 -1
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:f46eb3197b787748e80bdf45f17f0997f79e4cc2818bb6991571d28d7ecf534e
3
- size 442546101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8dc21686f6b678f8b8c3ac9e0907cbc5f6eb3b635752bb34d8cbac062a6941
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55a6b39d1143a6c9ed1e508968ea854f5e64606b5dfb3ae4adaad3d549122ef7
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9d74a8978ec85848325d0ea808b1c73bc43bfd035dbf5fc6363615f58431b6
3
  size 3963