Tanor commited on
Commit
53c59d0
·
1 Parent(s): f446cb0

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 +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/gpt2-orao",
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/SRGPTSENTPOS6",
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:18201bca88ffa0fff82ab1251d98a052c5802f2c0871aa8c69a3bee04548ccb5
3
- size 3090609886
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f659c951ce218ef2852d24cebecaaa338ecae5afdec6f4410df355dd819b47e4
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:d5cd8dcd478a7296be986dd357a179cbd2c00875b544dd1341cba597eeeaf2dd
3
+ size 4408