RKessler commited on
Commit
67f9172
1 Parent(s): 98c7d6c

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +2 -1
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "camembert-base",
3
  "architectures": [
4
- "CamembertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 5,
@@ -24,6 +24,7 @@
24
  "output_past": true,
25
  "pad_token_id": 1,
26
  "position_embedding_type": "absolute",
 
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.34.0",
29
  "type_vocab_size": 1,
 
1
  {
2
  "_name_or_path": "camembert-base",
3
  "architectures": [
4
+ "CamembertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 5,
 
24
  "output_past": true,
25
  "pad_token_id": 1,
26
  "position_embedding_type": "absolute",
27
+ "problem_type": "single_label_classification",
28
  "torch_dtype": "float32",
29
  "transformers_version": "4.34.0",
30
  "type_vocab_size": 1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0731296072fe244c6a20a991966bb2b9529fe71844cca65baab4477b254118fd
3
- size 442552230
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64cd2c782f1985966ce8e2f0f7f325ae0c100ce79c3262a3a544e44cfd7d0140
3
+ size 442563374
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:080b53c9ece0cf2bae82c6f7d693f74092dc009c316c468e8752fcc5031d30cc
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:765a80c2246aa23c1dd9b39a8babbdde73c5711d4ee2b78b93e170c043cfd66b
3
  size 4536