Tanor commited on
Commit
ef618c9
1 Parent(s): 7e96061

Training in progress, epoch 0

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 +6 -1
  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": "JeRTeh/sr-gpt2-large",
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:e8b99a37363b539e7cb60ef50ea2037a2de1439bcee254a7e8fd70c465fd347d
3
- size 3090609441
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9bbe0036bb10aa911f7780e920bea2816e223271c14ead853ccc9d7a4eca2a7
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743e439d942a9e51574b0d4d150941204e77666ac77e289eb6438240a2d87d73
3
+ size 4408