Tanor commited on
Commit
177b5a4
1 Parent(s): 9920377

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 +6 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "SRGPTSENTNEG4",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForSequenceClassification"
@@ -25,6 +25,7 @@
25
  "n_inner": null,
26
  "n_layer": 36,
27
  "n_positions": 1024,
 
28
  "reorder_and_upcast_attn": false,
29
  "resid_pdrop": 0.1,
30
  "scale_attn_by_inverse_layer_idx": false,
 
1
  {
2
+ "_name_or_path": "Tanor/SRGPTSENTNEG4",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForSequenceClassification"
 
25
  "n_inner": null,
26
  "n_layer": 36,
27
  "n_positions": 1024,
28
+ "problem_type": "single_label_classification",
29
  "reorder_and_upcast_attn": false,
30
  "resid_pdrop": 0.1,
31
  "scale_attn_by_inverse_layer_idx": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d6e6216d67975972aecaed7cb3ebba662b5429d7114b252ec020245d25b2928
3
- size 3090609886
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c98b651bcac24445f9deccd6be1732900beb274581295bd0bd569d8f02712a1
3
+ size 3090615966
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 300,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0541b469d174d02eec1c9ddc2ce7317f6ee2c1aba80aa4bcca120d5d8940756
3
  size 4408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fb1936fe648524ec54790e8f2ae649e229a16d98d9a92dbd36d5730bcbf1fde
3
  size 4408