irenema commited on
Commit
961a8a9
1 Parent(s): d68b7f9

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "camembert-base",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 5,
@@ -68,7 +68,7 @@
68
  },
69
  "layer_norm_eps": 1e-05,
70
  "max_position_embeddings": 514,
71
- "model_type": "bert",
72
  "num_attention_heads": 12,
73
  "num_hidden_layers": 12,
74
  "output_past": true,
 
1
  {
2
  "_name_or_path": "camembert-base",
3
  "architectures": [
4
+ "CamembertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 5,
 
68
  },
69
  "layer_norm_eps": 1e-05,
70
  "max_position_embeddings": 514,
71
+ "model_type": "camembert",
72
  "num_attention_heads": 12,
73
  "num_hidden_layers": 12,
74
  "output_past": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d8d264a696e336909d2c0059e39757a1d696d8bd66e38572dfaf82c828ead72
3
- size 442588244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:944c7c25fad91725f59fc93aed0a320c30df2b0723edabadcde1fd8f95bb86d0
3
+ size 442588852
runs/Dec06_12-09-20_9781c2d30ddb/events.out.tfevents.1701864572.9781c2d30ddb.47.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43ff6ac1ee4a47eba85f20b91b817bcee10dc2cad11fe895cccd6050c428d829
3
+ size 6252
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 1,
16
- "pad_type_id": 0,
17
- "pad_token": "<pad>"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:025e592229a6e85f9882144d4a38e0e3bb6c5c3499e99afe3e262dd19e76cc12
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:764728881549788df0e51f7eed6958a48e9a5921d84cda3349b273f42770704f
3
  size 4283